• Parse error: syntax error, unexpected ‘define’ (T_STRING) in /home/simona88/public_html/wp-config.php on line 66

    Hello guys, I know this error is very usual but i goin crazy for fix.

    The code line 66 is:

    define( ‘WP_AUTO_UPDATE_CORE’, ‘minor’ );

    I have tried:

    1) Disable all plugins and themes

    2) Rename the “wp-config-sample” to ” wp-config” ( only filled the database “

    Hope you can help me.

    Thanks ( sorry for my english)

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mkudev

    (@mkudev)

    Also i have tried with “FALSE” and “TRUE”

    Best guess based on not seeing the rest of the file (please don’t post it, as it has security-sensitive info in it) is a missing semi-colon at the end of the previous statement: line 65 or earlier, depending on the use of blank lines and comments.

    I’m not sure but it could also be caused due to the curly quotes, if you’re using them in wp-config.php file.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Parse error: syntax error, unexpected 'define' (T_STRING) in /home…..’ is closed to new replies.