Error in executing PHP

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
treesa
Forum Commoner
Posts: 29
Joined: Sun Aug 31, 2008 10:19 pm

Error in executing PHP

Post by treesa »

Hi,
Everytime I execute a .Php file i get this error.

"The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:"

Once i restart the system and try executing the same file,the error doesnt occur.

Any suggestions to rectify this?

Thanks in advance for help.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Error in executing PHP

Post by Christopher »

Does this happen when you run any PHP file or just on specific one? When you restart, does it just work once? When does the error happen again?
(#10850)
treesa
Forum Commoner
Posts: 29
Joined: Sun Aug 31, 2008 10:19 pm

Re: Error in executing PHP

Post by treesa »

Hi,
Everyday when i boot the system ,this error happens when i
1.run a .php file
2.run a .html file which contains a form and calls a .php file.

Then when i see this error ,i usually restart the system.This error disappears when i restart the system.

Everyday i have to restart the system once additionally just to rectify this error.

Thanks for any assistance provided
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Error in executing PHP

Post by Christopher »

I don't see the connection between rebooting the system and the error. It seems like there is some problem with the web server or PHP installation/configuration. Why are you rebooting if it does not fix the error?

Have you search for this error?

http://www.google.com/search?hl=en&q=Th ... gle+Search
(#10850)
treesa
Forum Commoner
Posts: 29
Joined: Sun Aug 31, 2008 10:19 pm

Re: Error in executing PHP

Post by treesa »

The first time the error occurs,i reboot the system.Once i reboot the system,the error gets rectified.
hope im clear.
Post Reply