debug log shows lots of errors

Hi my debug log fills up so fast with few common lines whenever I access site.

{12731:Sat, 28 Sep 2013 15:40:07 GMT} Zenphoto v1.4.5.2[7e1a18154865ffc96555278c7126b19278b59894]
NOTICE: Use of undefined constant ALL_RIGHTS - assumed 'ALL_RIGHTS' in /home2/xxx/public_html/xxx/zp-core/functions.php on line 2003
zp_loggedin called from require_once (google_analytics.php [41])
from require_once (load_objectClasses.php [34])
from require_once (functions.php [33])
from include (index.php [13])
from index.php [15]
=======================================================
{12735:Sat, 28 Sep 2013 15:40:07 GMT}
NOTICE: Use of undefined constant ADMIN_RIGHTS - assumed 'ADMIN_RIGHTS' in /home2/xxx/public_html/xxx/zp-core/functions.php on line 2005
zp_loggedin called from require_once (google_analytics.php [41])
from require_once (load_objectClasses.php [34])
from require_once (functions.php [33])
from include (index.php [13])
from index.php [15]
=======================================================
{12731:Sat, 28 Sep 2013 15:40:07 GMT}
NOTICE: Uninitialized string offset: 0 in /home2/xxx/public_html/xxx/zp-core/functions-basic.php on line 1033
rewrite_path called from getCustomPageURL (template-functions.php [3530])
from printCustomPageURL (template-functions.php [3547])
from include (inc-header.php [147])
from include (404.php [1])
from include (index.php [140])
from index.php [15]
=======================================================

Any help on this how to resolve ?

Comments

  • For the first two disable the `google_analytics` plugin. Sorry, but I do not know much about this plugin. The copy I downloaded does not look like it could be throwing this error, so probably you have something different.

    At any rate, The plugin you have is not coded correctly, thus is throwing these errors.

    Hard to say about the other error since we do not know what theme, Zenphoto version, etc. (All the things we ask you to disclose to help troubleshoot.)
  • I have to dig this up again as I'm experiencing the same problem:

    `NOTICE: Use of undefined constant ADMIN_RIGHTS - assumed 'ADMIN_RIGHTS' in /home/www/zenphoto/zp-core/reconfigure.php on line 110

    checkSignature called from reconfigureAction (reconfigure.php [12])

    from require_once (functions-basic.php [173])

    from require_once (functions.php [17])

    from include (index.php [14])

    from index.php [28]

    NOTICE: Use of undefined constant ADMIN_RIGHTS - assumed 'ADMIN_RIGHTS' in /home/www/zenphoto/zp-core/functions.php on line 2163

    zp_loggedin called from checkSignature (reconfigure.php [110])

    from reconfigureAction (reconfigure.php [12])

    from require_once (functions-basic.php [173])

    from require_once (functions.php [17])

    from include (index.php [14])

    from index.php [28]

    `

    My Zenphoto version is 1.4.6. (User atomicmak ran version 1.4.5.2 as can be seen in his posting above.)

  • acrylian Administrator, Developer
    Those are notices and nor errors actually. Current version is of course 1.4.7.
Sign In or Register to comment.