Strict Standards: Non-static method
2 posts
• Page 1 of 1
Strict Standards: Non-static method
Strict Standards: Non-static method JSite::getMenu() should not be called statically in
....plugins\xmap\com_weblinks\com_weblinks.php on line 54
Strict Standards: Non-static method JApplication::getMenu() should not be called statically in includes ...\application.php on line 539
Strict Standards: Only variables should be assigned by reference in
....plugins\xmap\com_weblinks\com_weblinks.php on line 54
....plugins\xmap\com_weblinks\com_weblinks.php on line 54
Strict Standards: Non-static method JApplication::getMenu() should not be called statically in includes ...\application.php on line 539
Strict Standards: Only variables should be assigned by reference in
....plugins\xmap\com_weblinks\com_weblinks.php on line 54
- spazio_tempo
- Fresh Boarder

- Posts: 1
- Joined: Tue Jan 29, 2013 1:41 pm
Re: Strict Standards: Non-static method
fix:
in file : Joomla root \plugins\xmap\com_weblinks\com_weblinks.php
search:
change it to:
I pulled this to github
in file : Joomla root \plugins\xmap\com_weblinks\com_weblinks.php
search:
- Code: Select all
$menu = &JSite::getMenu();
change it to:
- Code: Select all
$app = JFactory::getApplication();
$menu = $app->getMenu();
I pulled this to github
-

mhehm - Senior Boarder

- Posts: 53
- Joined: Sun Jan 20, 2013 1:22 pm
- Location: Iran
2 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 3 guests