Title: PHP error
Last modified: August 22, 2016

---

# PHP error

 *  [joemudaka](https://wordpress.org/support/users/joemudaka/)
 * (@joemudaka)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/php-error-113/)
 * This plugin encounters an error:
    `Notice: Undefined variable: posts_to_fix in../
   wp-content/plugins/import-external-images/import-external-images.php on line 
   469`
 * [https://wordpress.org/plugins/import-external-images/](https://wordpress.org/plugins/import-external-images/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [MartyThornley](https://wordpress.org/support/users/martythornley/)
 * (@martythornley)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/php-error-113/#post-5528434)
 * 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.
 *  [WP CMS Ninja](https://wordpress.org/support/users/billiardgreg/)
 * (@billiardgreg)
 * [11 years ago](https://wordpress.org/support/topic/php-error-113/#post-5528601)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/import-external-images_ffffff.svg)
 * [Import External Images](https://wordpress.org/plugins/import-external-images/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/import-external-images/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/import-external-images/)
 * [Active Topics](https://wordpress.org/support/plugin/import-external-images/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/import-external-images/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/import-external-images/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [WP CMS Ninja](https://wordpress.org/support/users/billiardgreg/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/php-error-113/#post-5528601)
 * Status: not resolved