Page 1 of 1

Phoca Bild error

Posted: 31 Mar 2018, 16:13
by mafloc
Hi, I become a new error on the phoca bild template. I use the newest version of the bild template and the newest version of joomla.
Here the message that come:
Strict Standards: Only variables should be assigned by reference in /home1/d0r0the4/public_html/templates/phoca_bild3/index.php on line 66

Hier the line 66 from the index.php:
$db =& JFactory::getDBO();

Regards Manuel

Re: Phoca Bild error

Posted: 03 Apr 2018, 14:56
by Jan
Hi, disable displaying of errors and warnings on your site (in Joomla! global configuration) or change

FROM:

Code: Select all

$db =& JFactory::getDBO();
TO:

Code: Select all

$db = JFactory::getDBO();
https://www.phoca.cz/documents/50-phoca ... tic-method

Jan