Hailwood Posted March 2, 2010 Share Posted March 2, 2010 Hey guys, Well here is the error: Fatal error: Cannot redeclare local_time() (previously declared in C:\server\xampp\htdocs\******\charts\scripts\chartGlobal.php:7) in C:\server\xampp\htdocs\******\charts\scripts\chartGlobal.php on line 21 Now normally i would be fine solving this except, this time line 21 is the closing } of the only declaration... [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/193848-fatal-error-cannot-redeclare-local_time/ Share on other sites More sharing options...
PFMaBiSmAd Posted March 2, 2010 Share Posted March 2, 2010 There are only two possible causes, you are either including the definition more than once or the definition is inside of a loop. Link to comment https://forums.phpfreaks.com/topic/193848-fatal-error-cannot-redeclare-local_time/#findComment-1020192 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.