Version: 1.6.13 Is Not Compatible with PHP 5.4 Standards
-
This version is not compatible with PHP 5.4 since it creates the following error message:
Strict Standards: Only variables should be assigned by reference in /home/hostingacct/public_html/website.com/wp-content/plugins/flexi-pages-widget/flexi-pages-widget.php on line 78
This same error message shows up for lines 62 and 68.
The correction is to remove the & from the get_post in each of these lines so that the code is get_post($curr_page_id) instead of &get_post($curr_page_id)
This update corrected the problem and got rid of the error message.
- The topic ‘Version: 1.6.13 Is Not Compatible with PHP 5.4 Standards’ is closed to new replies.