• Resolved pipo1982

    (@pipo1982)


    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/

Viewing 1 replies (of 1 total)
  • Plugin Author Paolo

    (@paoltaia)

    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.