Menu issue with PHP 5.6 - Joomla! Forum - community, help and support
hello.
hello. use jf texturia on webpage (https://www.joomfreak.com/joomla-templa ... turia.html).
when updated php 5.6 got these errors menu:
strict standards: variables should assigned reference in /home/betty71/domains/narowerze.us/public_html/templates/jf_texturia/scripts/php/mainmenu.php on line 21
strict standards: variables should assigned reference in /home/betty71/domains/narowerze.us/public_html/templates/jf_texturia/scripts/php/mainmenu.php on line 92
i need resolve issue
line 21 is:
$database = &jfactory::getdbo();
line 92 is:
$database = &jfactory::getdbo();
hello. use jf texturia on webpage (https://www.joomfreak.com/joomla-templa ... turia.html).
when updated php 5.6 got these errors menu:
strict standards: variables should assigned reference in /home/betty71/domains/narowerze.us/public_html/templates/jf_texturia/scripts/php/mainmenu.php on line 21
strict standards: variables should assigned reference in /home/betty71/domains/narowerze.us/public_html/templates/jf_texturia/scripts/php/mainmenu.php on line 92
i need resolve issue
line 21 is:
$database = &jfactory::getdbo();
line 92 is:
$database = &jfactory::getdbo();
remove &
Comments
Post a Comment