Parse Error in Production and Not Local Server |
Hello. I'm new to the forum but not new to CI. Been a user since CI3. I just downloaded a fresh copy of CI and developed a starter site in WAMP. All was working great; pushed it over to production server and it wont load. The server error log says:
Error Log Excerpt Code: [12-Oct-2021 14:45:24 America/Chicago] PHP Parse error: syntax error, unexpected ':', expecting '{' in /mysite/system/Common.php on line 44 System/Common.php Excerpt Code: if (! function_exists('app_timezone')) { Just as the CI user's guide says, I did not modify any sys files. Anyone run into the same issue? I researched a bit but never found anything. Any/all help on this would be greatly appreciated. [/code] |
Messages In This Thread |
Parse Error in Production and Not Local Server - by jdmdigital - 10-12-2021, 01:07 PM
RE: Parse Error in Production and Not Local Server - by includebeer - 10-12-2021, 04:31 PM
RE: Parse Error in Production and Not Local Server - by jdmdigital - 10-13-2021, 06:16 AM
RE: Parse Error in Production and Not Local Server - by paulbalandan - 10-13-2021, 09:01 AM
RE: Parse Error in Production and Not Local Server - by InsiteFX - 10-14-2021, 01:25 AM
RE: Parse Error in Production and Not Local Server - by jdmdigital - 10-15-2021, 07:47 AM
|