php errors

Phoca Gallery - image gallery extension
hcharris
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 18 May 2020, 15:17

php errors

Post by hcharris »

PHP errors are being raised on a Joomla website for phocagallery. Joomla 3.9.18; phocagallery 4.3.18; php 7.3.

[19-May-2020 06:14:42 America/Chicago] PHP Notice: Only variables should be assigned by reference in /mnt/stor1-wc1-dfw1/382874/383929/.../web/content/plugins/content/phocagallery/phocagallery.php on line 64
[19-May-2020 06:23:33 America/Chicago] PHP Notice: Only variables should be assigned by reference in /mnt/stor1-wc1-dfw1/382874/383929/.../web/content/plugins/content/phocagallery/phocagallery.php on line 52
[19-May-2020 06:23:33 America/Chicago] PHP Notice: Only variables should be assigned by reference in /mnt/stor1-wc1-dfw1/382874/383929/.../web/content/plugins/content/phocagallery/phocagallery.php on line 54
[19-May-2020 06:23:33 America/Chicago] PHP Notice: Only variables should be assigned by reference in /mnt/stor1-wc1-dfw1/382874/383929/.../web/content/plugins/content/phocagallery/phocagallery.php on line 56
[19-May-2020 06:23:33 America/Chicago] PHP Notice: Only variables should be assigned by reference in /mnt/stor1-wc1-dfw1/382874/383929/.../web/content/plugins/content/phocagallery/phocagallery.php on line 64

Any suggestions? Thank you.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: php errors

Post by Jan »

Hi, thank you for info, these notices will be fixed in next version.

For now just disable php error reporting on your site to not display these development notices. These notices do not affect the running of the script so disabling displaying them just solves the problem for now (it is recommended to disable displaying php error on your production site).

Jan
If you find Phoca extensions useful, please support the project
hcharris
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 18 May 2020, 15:17

Re: php errors

Post by hcharris »

Thank you.
Post Reply