LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Parse error: syntax error, unexpected T_STRING in /home/dodonet2/public_html/includes (https://www.linuxquestions.org/questions/linux-newbie-8/parse-error-syntax-error-unexpected-t_string-in-home-dodonet2-public_html-includes-781336/)

bestbuddy 01-10-2010 05:00 PM

Parse error: syntax error, unexpected T_STRING in /home/dodonet2/public_html/includes
 
My website can`t open because of the error, Parse error: syntax error, unexpected T_STRING in /home/dodonet2/public_html/includes/config.php on line 45. I can`t understand this term and i will greatly appreciate your help. Thanks

r3sistance 01-10-2010 05:44 PM

It means there is something wrong with line 49 of /home/dodonet2/public_html/includes/config.php it would appear there is a string where there should not be one.

bestbuddy 01-10-2010 07:44 PM

website php line 45
 
Parse error: syntax error, unexpected T_STRING in /home/dodonet2/public_html/includes/config.php on line 45
I was linking a code and when i closed and tried to open my website, it can`t be accessed only the above error keeps appearing. I am getting confused and agitated because i don`t have a clue what all this means or even the slightest idea of what i can do. My website is http://www.dodonet-people-search.ws please someone help me sort this out. I will be very grateful thanks.

GrapefruiTgirl 01-10-2010 07:56 PM

Rather than get more confused and more agitated, consider the beginnings of a solution given by r3sistance over on your first or second version of this question: http://www.linuxquestions.org/questi...cludes-781336/

Patience is a virtue here on LQ. You need to provide more information than what you currently have provided, and you need to NOT post the same question more than once in several different places.

Please continue this discussion in the thread I linked above, where you have had one reply already. Provide more information: maybe showing us the lines of code AROUND where the problem is occurring, will help someone diagnose the issue with you. Show us config.php lines 40-50, that would be a good place to continue.

This thread (and one or more others) will be merged and/or closed, so that your question and any replies to it, will remain in one location.

Thanks!

Sasha

kirukan 01-10-2010 08:00 PM

Refer the following
http://www.linuxquestions.org/questi...-in...-433706/

devnull10 01-10-2010 08:03 PM

PHP error messages are pretty self explanatory:

Code:

/home/dodonet2/public_html/includes/config.php on line 45
It's telling you that on line 45 of the file /home/dodonet2/public_html/includes/config.php (depending where you www root is, this may be just public_html/includes/config.php form when you ftp in).

bestbuddy 01-10-2010 08:05 PM

to r3sistance
 
Thanks for trying to help me but all this is new to me and these technical terms are confusing me more. Don`t have an idea what strings are on what line don`t even know why i went there all this is Greek + Japanese combined to me if you know what i mean. My site is http://dodonet-people-search please help me remove those strings if you can so my website runs normally. Thank you in advance.

pixellany 01-10-2010 08:22 PM

I have merged your two similar threads---Please keep all of this in one thread---Thanks

And Welcome to LQ!!

devnull10 01-10-2010 08:31 PM

A string is just a piece of text, a sequence (string!) or characters. Nobody can do anything to your website without having full access to the ftp on there.


All times are GMT -5. The time now is 09:33 AM.