Apache HTTP Server has encountered a problem
Posted by: Slodge (117.199.67.---)
Date: September 02, 2009 06:45AM

Whenever i try to open php-fusion site i got this error message 'Apache HTTP Server has encountered a problem and needs to close...... screenshot of the error message at [img268.imageshack.us] . i tried re-installing both wamp and php-fusion but still get the same error. Any advice??


Edit: Solved it was the php. i use the older version of php (addons) and it work.



Edited 1 time(s). Last edit at 09/02/2009 07:30AM by Slodge.

Options: ReplyQuote
Re: Apache HTTP Server has encountered a problem
Posted by: inlakech (88.244.115.---)
Date: September 02, 2009 08:34AM

Yes me too! my system is, windows xp service pack 3! because of this problem, i couldn't use my computer. pls help

Options: ReplyQuote
Re: Apache HTTP Server has encountered a problem
Posted by: toumimi (---.54.140-88.rev.gaoland.net)
Date: September 02, 2009 03:32PM

I think this is still the bug of php5.3, as seen on your screenshot (php_mysql).
It occurs when you don't use a parameter in mysql_close function.

Since it's a framework, you should suggest them to modify their code to use the parameter from mysql_connect function

But for the moment, you can use a previous version of php, or modify code yourself (by a simple search in files)...

$link = mysql_connect('server','user','pass') or die('Could not connect !');
mysql_close($link);

Florian

WampServer Patch (Screenshots)
Topic EN : www.wampserver.com
Topic FR : www.wampserver.com

Options: ReplyQuote
Re: Apache HTTP Server has encountered a problem
Posted by: evdinst (129.184.84.---)
Date: September 25, 2009 02:19PM

YES, YES, YES!!!
It works for me!
Many many thanks.

Options: ReplyQuote
Re: Apache HTTP Server has encountered a problem
Posted by: badugu (---.78-98-109.t-com.sk)
Date: October 30, 2010 04:52PM

I have got this error when trying to use WAMP to run a combination of Apache 2.2.3 and PHP 5.2.10.

The wampapache service was not starting at all, there was not a single line in the Apache error log.

The problem was fixed by choosing PHP version 5.3.0 instead, a default choice for WAMPSERVER Version 2.0.

Hope this helps someone.

Options: ReplyQuote
Re: Apache HTTP Server has encountered a problem
Posted by: stevenmartin99 (---.251.255.11.threembb.ie)
Date: October 30, 2010 05:00PM

There is issues with 5.2.10 addon.

In the php.ini there is a path that points to 5.2.9

You will need to change it

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote


Sorry, only registered users may post in this forum.