Page 1 of 1

Phoca Facebook Comments problem with latest joomla version

Posted: 24 Jan 2019, 13:46
by avulashiva
Hi,

I updated my joomla to latest version 3.9 in different steps. It went well but i got the issue with Phoca Facebook Comments.

Now i get all this errors maybe you can help me with these please.

Strict Standards: Non-static method JSite::getMenu() should not be called statically in /home/website/public_html/modules/mod_phoca_facebook_comments/mod_phoca_facebook_comments.php on line 14

Strict Standards: Non-static method JApplication::getMenu() should not be called statically in /home/website/public_html/includes/application.php on line 536

Strict Standards: Only variables should be assigned by reference in /home/website/public_html/modules/mod_phoca_facebook_comments/mod_phoca_facebook_comments.php on line 14

Strict Standards: Only variables should be assigned by reference in /home/website/public_html/modules/mod_phoca_facebook_comments/mod_phoca_facebook_comments.php on line 15

Strict Standards: Only variables should be assigned by reference in /home/website/public_html/modules/mod_phoca_facebook_comments/mod_phoca_facebook_comments.php on line 29

We replaced the code line no 14
$menu =& JSite::getMenu();
with
$app = JFactory::getApplication();
$menu = $app->getMenu();

Thank you in advance :)

Thanks,
Shiva.

Re: Phoca Facebook Comments problem with latest joomla version

Posted: 27 Jan 2019, 20:13
by Jan
Hi, thank you for the information, will be set in next version.

Jan