• Hi,

    I was facing 500 internal server error on my website. So I enabled WP_DEBUG option. It now shows error message like this

    Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ‘&’ or T_VARIABLE in /hermes/bosnaweb01a/b322/ipg.********/********/wp-includes/functions.php on line 1049

    How to fix this error ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You need to check in functions.php to missing double quote(“),single quote(‘) or any other mistake like nested double quote or nested single quote or quote to php variable

    Thread Starter Jithin Johny Geogre

    (@jithin-johny-geogre)

    I checked for syntax errors that you have mentioned. It’s fine.

    Actually the everything was working perfectly. When i shifted to new hosting the error appeared.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Parse error: syntax error occured’ is closed to new replies.