0
I have this error.
Notice: undefined property: plgSystemContentstats::$is_robot in /home/xxxxxx/domains/xxxxxxxxx.com/public_html/plugins/system/contentstats.php.
I know that if I deactive the debug (error reporting) it doesn't appear. But I would like to know if I can resolve this bug. I don't want error in my website (visible or invisible).
Thank you
Notice: undefined property: plgSystemContentstats::$is_robot in /home/xxxxxx/domains/xxxxxxxxx.com/public_html/plugins/system/contentstats.php.
I know that if I deactive the debug (error reporting) it doesn't appear. But I would like to know if I can resolve this bug. I don't want error in my website (visible or invisible).
Thank you
Responses (1)
-
Accepted Answer
0hello,
actually it's not an error, it's just a notice.
you can hide these without having to hide the real errors (or warnings) just by setting your error_reporting level to E_ERROR
anyway, if you don't want that, you can just define that variable in that file.
let me find the exact spot and I'll let you know
GErmi
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »