Strict Standards: Only variables should be assigned by reference
Posted: 21 Sep 2016, 22:28
Hello,
Depending on the php version you might not be able to generate pdf because of these minor bugs:
You need to remove the extra "&" in "$dispatcher = &JDispatcher::getInstance();" and "$lang = &JFactory::getLanguage();" as mentioned here:
http://stackoverflow.com/questions/1177 ... ce-php-5-4
Depending on the php version you might not be able to generate pdf because of these minor bugs:
Code: Select all
Strict Standards: Only variables should be assigned by reference in XXX/administrator/components/com_phocapdf/helpers/phocapdfrender.php on line 89
Strict Standards: Only variables should be assigned by reference in XXX/plugins/phocapdf/content/content.php on line 129
http://stackoverflow.com/questions/1177 ... ce-php-5-4