Title: Error once activated
Last modified: August 30, 2016

---

# Error once activated

 *  Resolved [pipo1982](https://wordpress.org/support/users/pipo1982/)
 * (@pipo1982)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/error-once-activated/)
 * I am using multisite wordpress, once activated the plugin on one of them I received
   several error lines as below
 *     ```
       Warning: Invalid argument supplied for foreach() in /home/laws/public_html/wp-content/plugins/geodirectory/geodirectory-functions/cat-meta-functions/Tax-meta-class.php on line 1432
   
       Warning: Invalid argument supplied for foreach() in /home/laws/public_html/wp-content/plugins/geodirectory/geodirectory-functions/cat-meta-functions/Tax-meta-class.php on line 1449
   
       Warning: Invalid argument supplied for foreach() in /home/laws/public_html/wp-content/plugins/geodirectory/geodirectory-functions/cat-meta-functions/Tax-meta-class.php on line 1449
   
       Warning: Invalid argument supplied for foreach() in /home/laws/public_html/wp-content/plugins/geodirectory/geodirectory-functions/cat-meta-functions/Tax-meta-class.php on line 1449
       ```
   
 * [https://wordpress.org/plugins/geodirectory/](https://wordpress.org/plugins/geodirectory/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Paolo](https://wordpress.org/support/users/paoltaia/)
 * (@paoltaia)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/error-once-activated/#post-6238202)
 * Hi,
 * these are just PHP warning that won’t prevent the application from working nor
   represent security or performance issues.
 * Until previous PHP version they were only logged and not print on screen.
 * You can hide them by add this snippet in your theme functions.php file:
 * `error_reporting(E_ERROR);`
 * This way they will be only logged.
 *  We are working to have a 100% clean error log, but it’s an ongoing work.
 * Thanks

Viewing 1 replies (of 1 total)

The topic ‘Error once activated’ is closed to new replies.

 * ![](https://ps.w.org/geodirectory/assets/icon-256x256.jpg?rev=2778361)
 * [GeoDirectory - WP Business Directory Plugin and Classified Listings Directory](https://wordpress.org/plugins/geodirectory/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/geodirectory/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/geodirectory/)
 * [Active Topics](https://wordpress.org/support/plugin/geodirectory/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/geodirectory/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/geodirectory/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Paolo](https://wordpress.org/support/users/paoltaia/)
 * Last activity: [10 years, 12 months ago](https://wordpress.org/support/topic/error-once-activated/#post-6238202)
 * Status: resolved