server error

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
alok
Forum Newbie
Posts: 1
Joined: Tue Dec 02, 2008 9:18 am

server error

Post by alok »

Hi i have a website hsoted on a shared server with a service provider and i am getting the below error at times while i am adding text in the database thru the CMS module provided to me by the developer. The developer says its a server issue and and server guys say it is a devlopers issue.. (The server is Linux and database is mysql)

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@-----.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


--------------------------------------------------------------------------------

Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.5 Server at ----.com Port 80

Strangly this error is happening at times and at times the text is gettin uploaded. For now i am getting an error the momemnt i add the word "from" in the body of the text. it excepts the word "frm", "froum". But strangely if i add a new record with only the word from it takes..I am completely lost..any clues.


thx
alok
Last edited by alok on Wed Dec 03, 2008 12:00 am, edited 1 time in total.
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: sercer error

Post by onion2k »

It's a almost certainly a developer issue if it accepts the request sometimes. By the sounds of things there's a problem with escaping the data (because "from" is a MySQL reserved word).
Post Reply