Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author MartyThornley

    (@martythornley)

    That is just a notice and means you have your PHP error message setting turned up very high. While it is possible to add a fix for that, it does not mean anything is broken.

    If you add the following code to the line 468 it gets rid of this error. So the new code will look like:

    if (isset($posts_to_fix))
    			if ( is_array( $posts_to_fix ) ) {
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP error’ is closed to new replies.