Phoca Bild error

Phoca Templates - templates for Joomla! CMS
mafloc
Phoca Enthusiast
Phoca Enthusiast
Posts: 63
Joined: 16 Jul 2011, 06:42

Phoca Bild error

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Bild error

Post 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
If you find Phoca extensions useful, please support the project
Post Reply