Need Help!!!... I am getting this Error

by 3 replies
4
Parse error: syntax error, unexpected T_STRING in /home/bemqtips/public_html/includes/config.php on line 60

When I try to go to my website or even the admin page... Could anyone guide me and tell me... how I can solve this issue???

Regards

Prerit
#programming #error #parse error syntax error
  • There is an error in the file mentioned (config.php) on line 60. The T_STRING error is nothing major. It's probably a misplaced quotation mark or semi-colon.

    But you need to know PHP in order to see what's wrong and fix it.

    If you have a text editor that shows line numbers, you could paste line 60 here for us to look at. Be careful, though... config files often have passwords in them. You don't want to publicly share that!

    -Ryan
  • You can use Notapad++ to edit the config.php file. Do not recommend to edit with notepad...it is evil and will convert your characters to some unknown symbols...
  • If you already opened with notepad++, you can paste the code here what is in line 60.. so we can help

Next Topics on Trending Feed

  • 4

    Parse error: syntax error, unexpected T_STRING in /home/bemqtips/public_html/includes/config.php on line 60 When I try to go to my website or even the admin page... Could anyone guide me and tell me... how I can solve this issue???