Issues when upgrading to PHP7
-
Firstly, thanks to the devs for this plugin. It’s a brilliant tool to show your latest news post on the homepage. We updated our server to PHP7 recently, and the plugin’s shortcode actually stops the rest of the page loading. Running a debugger, we get the following 2 fatal errors.
Notice: Undefined index: post__not_in in /home/DIR/public_html/wp-content/plugins/advanced-post-list/includes/class/APLQuery.php on line 437
Fatal error: Call to undefined function mb_internal_encoding() in /home/DIR/public_html/wp-content/plugins/advanced-post-list/includes/class/apl-shortcodes.php on line 833
Sure enough, there were no instances of APL in either documents, but 100% if it’s designed like that and the Call() is actually the problem.
Has anyone else had problems with later WordPress installs and this plugin?
- The topic ‘Issues when upgrading to PHP7’ is closed to new replies.