Syntax error, unexpected '(' in php.ini
-
When I run php-cgi.exe
I get an error saying:
Syntax error, unexpected ‘(‘ in C:\Program Files\PHP\v5.6\php.ini on line 102This is what I have on line 102
define( ‘WP_DEBUG’, true );
It doesn’t make any difference if I have line 102 commented out or not. The Syntax error is the same on the same line.Just in case this has to do with something above line 102, I am including what is around line 102.
; All lines above this are commented out
safe_mode = on
display_errors = Off
; **Turn off for production
; Default Value: On
; Development Value: On
; Production Value: Off
// Turn debugging on
define( ‘WP_DEBUG’, true ); Line 102
// Tell WordPress to log everything to /wp-content/debug.log
define( ‘WP_DEBUG_LOG’, true );Thank you,
Docfxit
The topic ‘Syntax error, unexpected '(' in php.ini’ is closed to new replies.