Using J2.5.24, PDL version 2.1.9 and PDL File Module version 2.1.8 on a PHP 5.4 Apache platform.
Joomla is installed in a sub directory (my normal practice for development)
Instead of the normal File display in the module I get:
Code: Select all
Strict Standards: Only variables should be assigned by reference in /home/sites/mydomain.co.uk/public_html/client/berry/modules/mod_phocadownload_file/mod_phocadownload_file.php on line 22
I have followed the guide to set Server Error Reporting to None and have added the error_reporting = E_ALL | E_DEPRECATED entry to my global php.ini file but the warnings persist.
Any other suggestions?
Chris