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] Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.