Title: PHP Notices
Last modified: November 10, 2017

---

# PHP Notices

 *  Resolved [liosi](https://wordpress.org/support/users/liosi/)
 * (@liosi)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/php-notices-80/)
 * Hi,
 * The only way i can get this plugin to work is to turn off PHP notices. If you
   have wp_debug switched on you get a load of “undefined index” errors. This is
   because
    $html[‘url’] and $html[‘url’][$counter] are not set when the code is
   trying to append data to them with ‘.=’ . They really need to be initialised 
   first so that these errors don’t occur.
 * i.e
 * if(!isset($html[‘url’][$counter]))
    $html[‘url’][$counter] = “”;
 * This should be put before line 126 in functions.php in the plugin and the equivalents
   for titles and categories on the relevant lines also.

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

 *  Plugin Author [Atlas Gondal](https://wordpress.org/support/users/atlas_gondal/)
 * (@atlas_gondal)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/php-notices-80/#post-9676927)
 * Thank you so much for reporting and as well for highlighting the issue! 🙂
 * The patch will be applied in next release. (Maybe within 7-10 days)
 *  Plugin Author [Atlas Gondal](https://wordpress.org/support/users/atlas_gondal/)
 * (@atlas_gondal)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/php-notices-80/#post-9698772)
 * New version is out and you won’t see undefined indexes and notices anymore. 🙂
 * Thanks again for reporting!

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

The topic ‘PHP Notices’ is closed to new replies.

 * ![](https://ps.w.org/export-all-urls/assets/icon-256x256.png?rev=1661202)
 * [Export All URLs](https://wordpress.org/plugins/export-all-urls/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/export-all-urls/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/export-all-urls/)
 * [Active Topics](https://wordpress.org/support/plugin/export-all-urls/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/export-all-urls/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/export-all-urls/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Atlas Gondal](https://wordpress.org/support/users/atlas_gondal/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/php-notices-80/#post-9698772)
 * Status: resolved