Hi, i got this message on top of every article i create:
Strict Standards: Non-static method JSite::getMenu() should not be called statically, assuming $this from incompatible context in C:xampphtdocsjoomla254 emplatesas002036index.php on line 21
what does this mean?how can i solve this problem? tank you
AS Templates
POSTED: 2012-04-13
Hello caccamo13,
In the index.php file please find the following (it should be on line 21):
$menu = JSite::getMenu();
and replace with the following:
$menu = $app->getMenu();
Regards, AS Team.
caccamo13
POSTED: 2012-04-15
Hi again, i would like to hide the slider but even if i choose NO in the template panel on the -show slider- option this is still on my page. How can i hide it? thanks
AS Templates
POSTED: 2012-04-15
Hello caccamo13,
We checked it on our side, all is working fine. Can you please contact us through the 'Contact Us' page and provide with an access to the Joomla admin panel? Thank You.
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
Strict Standards: Non-static method JSite::getMenu() should not be called statically, assuming $this from incompatible context in C:xampphtdocsjoomla254 emplatesas002036index.php on line 21
what does this mean?how can i solve this problem? tank you
In the index.php file please find the following (it should be on line 21):
$menu = JSite::getMenu();
and replace with the following:
$menu = $app->getMenu();
Regards, AS Team.
We checked it on our side, all is working fine. Can you please contact us through the 'Contact Us' page and provide with an access to the Joomla admin panel? Thank You.
Regards, AS Team.