Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • _seia_ Friend
    #177821

    I install Joomla and than i install the template, than i isntall the JAT3 plugin.

    i have this problem:

    Strict Standards: Only variables should be assigned by reference in /kunden/293897_10559/webseiten/Patiententransport/plugins/system/jat3/jat3.php on line 41

    Strict Standards: Declaration of JParameter::loadSetupFile() should be compatible with that of JRegistry::loadSetupFile() in /kunden/293897_10559/webseiten/Patiententransport/libraries/joomla/html/parameter.php on line 512

    Strict Standards: Non-static method T3Common::get_active_template() should not be called statically in /kunden/293897_10559/webseiten/Patiententransport/plugins/system/jat3/jat3/core/define.php on line 16

    Strict Standards: Non-static method JAT3_AdminUtil::get_active_template() should not be called statically in /kunden/293897_10559/webseiten/Patiententransport/plugins/system/jat3/jat3/core/common.php on line 66

    Strict Standards: Non-static method JAT3_AdminUtil::checkPermission() should not be called statically, assuming $this from incompatible context in /kunden/293897_10559/webseiten/Patiententransport/plugins/system/jat3/jat3.php on line 161

    Strict Standards: Non-static method JAT3_AdminUtil::checkCondition_for_Menu() should not be called statically, assuming $this from incompatible context in /kunden/293897_10559/webseiten/Patiententransport/plugins/system/jat3/jat3.php on line 163

    Strict Standards: Non-static method T3Common::detect() should not be called statically, assuming $this from incompatible context in /kunden/293897_10559/webseiten/Patiententransport/plugins/system/jat3/jat3.php on line 183

    Strict Standards: Non-static method T3Path::path() should not be called statically, assuming $this from incompatible context in /kunden/293897_10559/webseiten/Patiententransport/plugins/system/jat3/jat3/core/common.php on line 52

    Strict Standards: Non-static method JAT3_AdminUtil::checkCondition_for_Menu() should not be called statically, assuming $this from incompatible context in /kunden/293897_10559/webseiten/Patiententransport/plugins/system/jat3/jat3.php on line 68

    Strict Standards: Non-static method T3Common::detect() should not be called statically, assuming $this from incompatible context in /kunden/293897_10559/webseiten/Patiententransport/plugins/system/jat3/jat3.php on line 85

    Strict Standards: Non-static method T3Path::path() should not be called statically, assuming $this from incompatible context in /kunden/293897_10559/webseiten/Patiententransport/plugins/system/jat3/jat3/core/common.php on line 52

    what can i do?


    1. Unbenannt-2
    HeR0 Friend
    #456049

    Hi Seia
    Please follow at topic http://www.joomlart.com/forums/topic/errors-strict-standards-non-static-method-t3common/ to get solution for your issue.:)

    Regards,

    _seia_ Friend
    #456096

    that all not work…:((

    HeR0 Friend
    #456218

    Hi Sela
    Did you edit index.php to
    [PHP]<?php
    // no direct access
    defined ( ‘_JEXEC’ ) or die ( ‘Restricted access’ );

    error_reporting(E_ALL & ~E_STRICT);

    if (class_exists(‘T3Template’)) {
    $tmpl = T3Template::getInstance();
    $tmpl->setTemplate($this);
    $tmpl->render();
    return;
    } else {
    //Need to install or enable JAT3 Plugin
    echo JText::_(‘MISSING_JAT3_FRAMEWORK_PLUGIN’);
    }[/PHP]

    Regards,

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

This topic contains 4 replies, has 2 voices, and was last updated by  HeR0 12 years, 5 months ago.

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