Vimeography filling apache error log with php errors
-
When I hit the “edit” button within the vimeography plugin admin, it puts WordPress into an infinite loop that fills the error log with these two error messages repeated over and over until PHP kills the process for consuming too much cpu time:
PHP Warning: current() expects parameter 1 to be array, boolean given in wp-includes/plugin.php on line 523, referer: wp-admin/admin.php?page=vimeography-edit-galleries
PHP Warning: next() expects parameter 1 to be array, boolean given in wp-includes/plugin.php on line 527, referer: wp-admin/admin.php?page=vimeography-edit-galleriesAccording to WordPress support, this type of infinite loop is caused when a plugin sets the $wp_filter value to non-array value.
- The topic ‘Vimeography filling apache error log with php errors’ is closed to new replies.