• Hi, I am fighting with following problems:

    [25-Oct-2017 03:15:48 UTC] PHP Notice: Trying to get property of non-object in /home/mhd-01/www.ferentino.org/htdocs/wp-content/plugins/newstatpress/newstatpress.php on line 1086

    [25-Oct-2017 03:15:48 UTC] PHP Notice: Undefined index: HTTP_ACCEPT_LANGUAGE in /home/mhd-01/www.ferentino.org/htdocs/wp-content/plugins/newstatpress/newstatpress.php on line 1090

    and I am not able to solve it. Consider that my home page is totally destroyed

    I need your help to fix the problem…
    Thank you very much

    The page I need help with: [log in to see the link]

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

    (@ice00)

    Hi,

    from your home pages it seems you have PHP with showing warning activated (usually this is turned off, unless you have something that did not works and want to catch it out).
    One way to avoid this is to add a PHP instruction like this

    // Turn off all error reporting
    error_reporting(0);

    inside a php code

    For the two PHP notice, they will be fixed into next version of the plugin

    Thanks

Viewing 1 replies (of 1 total)

The topic ‘Serious Problems’ is closed to new replies.