Title: PHP Errors on fresh install
Last modified: August 21, 2016

---

# PHP Errors on fresh install

 *  Resolved [Stanislav Khromov](https://wordpress.org/support/users/khromov/)
 * (@khromov)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/php-errors-on-fresh-install/)
 * Fresh install on WordPress 3.8, the following errors are displayed:
 *     ```
       Notice: Undefined index: targetWindow in /var/www/html/site/wp-content/plugins/wp-rss-multi-importer/inc/admin_init.php on line 40
   
       Notice: Undefined index: wpcatid in /var/www/html/site/wp-content/plugins/wp-rss-multi-importer/inc/upgrade.php on line 78
       ```
   
 * [http://wordpress.org/plugins/wp-rss-multi-importer/](http://wordpress.org/plugins/wp-rss-multi-importer/)

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

 *  Plugin Author [Allen](https://wordpress.org/support/users/amweiss98/)
 * (@amweiss98)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/php-errors-on-fresh-install/#post-4450212)
 * ok..these are not errors but notices…you are running wordpress withe debug mode
   set to on…if you set that to off the notices will go away.
 *  Thread Starter [Stanislav Khromov](https://wordpress.org/support/users/khromov/)
 * (@khromov)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/php-errors-on-fresh-install/#post-4450240)
 * Plugins should not have notice level errors though, and it’s easily fixable.
 * [http://codex.wordpress.org/Debugging_in_WordPress](http://codex.wordpress.org/Debugging_in_WordPress)
 * > While it is not mandatory to account for WP_DEBUG in plugins and themes **it
   > is highly recommended** that plugin and theme developers use WP_DEBUG mode 
   > while working on code they plan to release publicly. **If your plugin or theme
   > is not compatible then the errors, notices and warnings it throws will make
   > it impossible for other developers to use your plugin/theme** while they have
   > WP_DEBUG enabled and your theme will not be eligible for promotion via the 
   > official WordPress tools.
 *  Plugin Author [Allen](https://wordpress.org/support/users/amweiss98/)
 * (@amweiss98)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/php-errors-on-fresh-install/#post-4450277)
 * ok..thought I got all the notices fixed…will do so on the next update…thanks
 *  Thread Starter [Stanislav Khromov](https://wordpress.org/support/users/khromov/)
 * (@khromov)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/php-errors-on-fresh-install/#post-4450278)
 * Thanks! 🙂
 *  Plugin Author [Allen](https://wordpress.org/support/users/amweiss98/)
 * (@amweiss98)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/php-errors-on-fresh-install/#post-4450296)
 * hmm..just turned debug on and don’t see an notices or errors…where do you have
   the setting to show errors as that might help (I turned it on in the config file
   for wordpress)
 *  Thread Starter [Stanislav Khromov](https://wordpress.org/support/users/khromov/)
 * (@khromov)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/php-errors-on-fresh-install/#post-4450303)
 * Hi Allen,
 * I just have WP_DEBUG enabled, that’s it.
 * This issue was on a completely new install, directly upon activating the plugin(
   I didn’t add any feeds or change any options.)
 * Perhaps some variables are not initialized properly? You should try the plugin
   on a clean install with WP_DEBUG enabled.
 *  Plugin Author [Allen](https://wordpress.org/support/users/amweiss98/)
 * (@amweiss98)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/php-errors-on-fresh-install/#post-4450304)
 * ok…found the two..you can replace those file with these if you want to get of
   the notice under debug
 * [https://dl.dropboxusercontent.com/u/3132388/pluginfiles/Archive.zip](https://dl.dropboxusercontent.com/u/3132388/pluginfiles/Archive.zip)
 *  Thread Starter [Stanislav Khromov](https://wordpress.org/support/users/khromov/)
 * (@khromov)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/php-errors-on-fresh-install/#post-4450311)
 * Thanks!

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

The topic ‘PHP Errors on fresh install’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-rss-multi-importer_a9b8a0.svg)
 * [WP RSS Multi Importer](https://wordpress.org/plugins/wp-rss-multi-importer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-rss-multi-importer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-rss-multi-importer/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-rss-multi-importer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-rss-multi-importer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-rss-multi-importer/reviews/)

 * 8 replies
 * 2 participants
 * Last reply from: [Stanislav Khromov](https://wordpress.org/support/users/khromov/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/php-errors-on-fresh-install/#post-4450311)
 * Status: resolved