Error at top of page...

An error printed at the top of my gallery:

Notice: Constant DEBUG already defined in C:\Apache\htdocs\tmwebworks\zenphoto\zp-core\functions.php on line 32

Do I need to fix this somehow? Thanks.

Comments

  • You probably are using an older version of zp-config.php which has defined DEBUG. It is not really a problem. You can delete line 32 of functions.php or find the define in zp-config.php and delete it.

    Or you can change the line in functions.php to `if (!defined('DEBUG')) { define('DEBUG', false); }`
Sign In or Register to comment.