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
Responses (14)
  • Accepted Answer

    Thursday, May 31 2012, 12:46 PM - #Permalink
    0
    Hello!

    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
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, May 31 2012, 12:51 PM - #Permalink
    0
    Hi germi

    I have changed the error reporting level to none and that hasn't solved this problem
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, May 31 2012, 12:53 PM - #Permalink
    0
    ok, 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.
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, June 19 2012, 01:26 PM - #Permalink
    0
    Hi germi,

    I have implemented the htaccess solution but to no avail and do not have access to the php.ini file, what's the next solution?
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, June 19 2012, 01:28 PM - #Permalink
    0
    the htaccess solution is not working?
    well in that case I can try a little code fix. could you send me FTP access to your site (and joomla) at joomlastatistics@gmail.com?
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, June 19 2012, 02:10 PM - #Permalink
    0
    Unfortunately not no

    Is it possible for you to send me the code fix for me to implement myself?
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, June 20 2012, 12:50 PM - #Permalink
    0
    ok, this is actually a little bug.
    to fix it, please download the latest version of the core plugin (1.4.0) and install it!
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, June 21 2012, 08:36 AM - #Permalink
    0
    Hi germi,

    I have done that but am now getting a new error which is:

    Deprecated: Function eregi() is deprecated in E:\websites\wwwclient\communicaidcomclient\plugins\system\contentstats\contentstats.php on line 375

    Any ideas?
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, June 21 2012, 08:42 AM - #Permalink
    0
    ok apparently this functino is deprecated in PHP 5.3

    I have made a little modification. can you please try to download it again and reinstall?
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, June 21 2012, 08:52 AM - #Permalink
    0
    Thank you for all your hard work with this, I have reinstalled it, but I am getting a new error now:

    Warning: preg_match() [function.preg-match]: Delimiter must not be alphanumeric or backslash in E:\websites\wwwclient\communicaidcomclient\plugins\system\contentstats\contentstats.php on line 375
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, June 21 2012, 08:55 AM - #Permalink
    0
    ok, last time... ;) I made a new modification. can you try again? :) thanks!
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, June 21 2012, 08:59 AM - #Permalink
    0
    Done that and it is still showing the same error
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, June 21 2012, 09:04 AM - #Permalink
    0
    really?! this is very strange... I had removed the code!!

    ok I have tried a new one... I'm sorry you have to try all this.. :S I hope this one is the good one..
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, June 21 2012, 09:12 AM - #Permalink
    0
    Thank you so much germi, this is now working perfectly :cheer:
    The reply is currently minimized Show
Your Reply