News

jeteokeeffe commented on Dec 24, 2014 The array syntax was introduced in php 5.4. I'm guessing you're using php 5.3. You can replace " [ ]" with "array ()" Sent on the new Sprint Network from my ...
When programming in PHP, webmaster can encounter an error with a message such as parse error:syntax error, unexpected $end. This error is related to a syntax error in PHP.
The error PHP Parse error: syntax error, unexpected ')' in /suitecrm/core/backend/Authentication/LegacyHandler/UserHandler.php on line 84 is shown in my Apache-log.
If you are encountering the parsing error unexpected token while coding, the causes are many. However, check out the quick ways to fix it here ...