Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • thanoskat Friend
    #184611

    Hello,
    I was running ja kranos and tried to change to Ja onepage.
    After installation of the ja onepage template to the extensions at backend the site went white
    I got the following message

    Fatal error: Uncaught exception ‘Exception’ with message ‘T3V3_MISSING_T3V3_PLUGIN’

    I would be glad if you can help me with this

    Thanos

    thanoskat Friend
    #482160

    Hello,
    I was running ja kranos and tried to change to Ja onepage.
    After installation of the ja onepage template to the extensions at backend the site went white
    I got the following message

    Fatal error: Uncaught exception ‘Exception’ with message ‘T3V3_MISSING_T3V3_PLUGIN’

    I would be glad if you can help me with this

    Thanos

    pavit Moderator
    #482173

    Hi

    You need to enable your JAT3V3 System Plug in and remove the older you have installed – also you can update your template version too using the Ja_Extension Manager component.

    Regards

    thanoskat Friend
    #482176

    Thank you pavit for your reply.
    I have enebled jat3v3 but the site is not looking ok at all. I got the following message on the top

    Notice: Undefined property: JSite::$registeredurlparams in /var/www/vhosts/limeenergy.gr/httpdocs/libraries/joomla/cache/cache.php on line 639 Warning: is_file(): open_basedir restriction in effect. File(/media/system/css/modal.min.css) is not within the allowed path(s): (/var/www/vhosts/limeenergy.gr/httpdocs/:/tmp/) in /var/www/vhosts/limeenergy.gr/httpdocs/plugins/system/jat3v3/includes/core/template.php on line 505

    You can check if you wish

    Site: http://www.limeenergy.gr

    pavit Moderator
    #482177

    You have 2 T3 Framework plug in installed you can use only one of them (JAT3V3) also update it to the latest version

    after you can test again

    thanoskat Friend
    #482179

    Yes you were right for the frameworks, but nothing changed

    Ninja Lead Moderator
    #482342

    <em>@thanoskat 358351 wrote:</em><blockquote>Thank you pavit for your reply.
    I have enebled jat3v3 but the site is not looking ok at all. I got the following message on the top

    Notice: Undefined property: JSite::$registeredurlparams in /var/www/vhosts/limeenergy.gr/httpdocs/libraries/joomla/cache/cache.php on line 639 Warning: is_file(): open_basedir restriction in effect. File(/media/system/css/modal.min.css) is not within the allowed path(s): (/var/www/vhosts/limeenergy.gr/httpdocs/:/tmp/) in /var/www/vhosts/limeenergy.gr/httpdocs/plugins/system/jat3v3/includes/core/template.php on line 505

    You can check if you wish

    Site: http://www.limeenergy.gr</blockquote>

    I have checked on your site and see some error

    + JAT3v2 is running with JA Kranos Template removed
    + Your site is upgraded to Joomla2.5.8 and has cache error in joomla default

    I have helped to re-installl JAT3v2 framework on your site and about problem cache of JOOMLA default you can fix it as follow

    <blockquote>libraries/joomla/cache/cache.php on line 639</blockquote>
    from

    $registeredurlparams = $app->registeredurlparams;
    change to

    $registeredurlparams = null;
    if(isset($app->registeredurlparams) && !empty($app->registeredurlparams)) {
    $registeredurlparams = $app->registeredurlparams;
    }

    Other config on your site, you need to install JA Kranos Template on demo builder http://joomweb.com/ , compare and make config on your site the same with JA Kranos Template on Demo builder

    Regarding to JA OnePage Template you need to install JAT3v3 framework and config it, you need to be careful (backup on your site) before doing so.

    This is user guide about JA OnePage Template: http://www.joomlart.com/forums/topic/ja-one-page-template-userguide/

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 3 voices, and was last updated by  Ninja Lead 11 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum