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
Phoca Bild error
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Bild error
Hi, disable displaying of errors and warnings on your site (in Joomla! global configuration) or change
FROM:
TO:
https://www.phoca.cz/documents/50-phoca ... tic-method
Jan
FROM:
Code: Select all
$db =& JFactory::getDBO();
Code: Select all
$db = JFactory::getDBO();
Jan
If you find Phoca extensions useful, please support the project