Junior Member
Junior Member
tomm   2008-01-09, 20:24
#1

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.

Member
Member
sbillard   2008-01-10, 03:43
#2

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); }

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.