dreweries Posted April 15, 2004 Posted April 15, 2004 Hi,I installed OScomerce on a windowsXP platform with (apache 1.2.38-win32) (mysql 4.0.18) (php4.3.3) The home page loads ok,but when any link is clicked apache.exe crashes. this is the error report from event viewer. faulting application Apache.exe version 0.0.0.0,faulting module ntdll.dll, version 5.1.2600.1217,fault address 0x000080c9 I have been using apache and php and mysql on this computer for over a month and have several php based sites that work just fine. OScomerce is the only script that causes apache to crash.I have checked all configurations and the database structure and can't find any problems. Does anyone has any idea what might cause apache to terminate unexpectedly like this?
user99999999 Posted April 15, 2004 Posted April 15, 2004 Try putting exits in includes/application_top.php and index.php until you locate the section that causes the problem. echo 'Hello'; exit; Check your apache error log for any clues.
dreweries Posted April 15, 2004 Author Posted April 15, 2004 I have tryed that,the exit's I mean. The index.php page loads ok,no problems untill a link is cliked. When any link is clicked apache.exe terminates. There are no errors in apaches error log and the access log don't show the link being requested. There are no errors reported for php or mysql. The only error mesages are (apache has encountered a problem and needs to close) is dissplayed and then a (page can not be dissplayed screen). and the error mesage in event viewer. But thanks anyway.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.