0
Hi All,
I have the extended version installed on my Joomla 1.6 installation but I am getting the following error at the top of each page:
Notice: Undefined property: plgSystemContentstats::$is_robot in E:\websites\wwwclient\clientdevarea\plugins\system\contentstats\contentstats.php on line 310
Does anyone have any idea how to resolve this issue?
Any help will be greatly appreciaed
I have the extended version installed on my Joomla 1.6 installation but I am getting the following error at the top of each page:
Notice: Undefined property: plgSystemContentstats::$is_robot in E:\websites\wwwclient\clientdevarea\plugins\system\contentstats\contentstats.php on line 310
Does anyone have any idea how to resolve this issue?
Any help will be greatly appreciaed
Responses (14)
-
Accepted Answer
0Hello!
don't worry about this, it's actually not an "error" but only a "notice".
the easy way of avoiding this is going to global configuration on your joomla backend and set the error reporting level to "none" or "simple". this should hide this anoying notice (but again, it's actually not a "problem", just a system message display)
please let me know if that helps.
Germi -
Accepted Answer
-
Accepted Answer
0ok, this means that the value on your php.ini configuration is actually overriding this value.
or maybe it is overriden in the .htaccess file.
do you have access to these 2 files? if you do, you should set the error reporting in there, like this:
ERROR_REPORTING = E_ERROR
if you don't, let me know, there's still another solution. -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
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 »