wamp dies today on startup
Posted by: eatc7402 (120.28.223.---)
Date: May 30, 2013 03:26AM

For the first time EVER on my local system WAMP dies (won't startup) at boot. Yesterday in installed
a php library named jgraph, and then rebooting TODAY WAMP dies giving the following message in
the WAMP apache_error.log...

[Wed May 29 16:36:04 2013] [error] [client 127.0.0.1] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'jpgraph/jpgraph.php' (include_path='.;C:\\php5\\pear') in C:\\eaahmpg\\eatc7402\\www\\php\\jpgraph\\src\\Examples\\polarex7.php on line 4, referer: [localhost]

[Wed May 29 16:36:04 2013] [error] [client 127.0.0.1] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'jpgraph/jpgraph.php' (include_path='.;C:\\php5\\pear') in C:\\eaahmpg\\eatc7402\\www\\php\\jpgraph\\src\\Examples\\staticbandbarex5.php on line 2, referer: [localhost]
=================================

(include_path='.;C:\\php5\\pear') this section of the log error seems to be critical as I have NEVER
had a c:\php5 directory on my hard disk (i've got others in WAMP) but never c:\php5.

Now the question is what is asking for this c:\php5 dir? And how do get my working system
back to normal?

eatc7402

Options: ReplyQuote
Re: wamp dies today on startup
Posted by: eatc7402 (120.28.223.---)
Date: May 30, 2013 03:37AM

I also get this error box now on startup...

"Exception error in wampmanager.exe at 000F15A0
Could not execute run action:
The directory name is invalid."

Problem signature:
Problem Event Name: APPCRASH
Application Name: wampmanager.exe
Application Version: 1.6.1.33
Application Timestamp: 2a425e19
Fault Module Name: KERNELBASE.dll
Fault Module Version: 6.1.7600.16850
Fault Module Timestamp: 4e211485
Exception Code: 0eedfade
Exception Offset: 0000b9bc
OS Version: 6.1.7600.2.0.0.256.48
Locale ID: 1033
Additional Information 1: 891f
Additional Information 2: 891f8ecaa4636eab9d64e12e7ca2b7c4
Additional Information 3: fd5c
Additional Information 4: fd5c21723f3b200d9ca391af2a52aa45






eatc7402



Edited 1 time(s). Last edit at 05/30/2013 03:42AM by eatc7402.

Options: ReplyQuote
Re: wamp dies today on startup
Posted by: RiggsFolly (---.as13285.net)
Date: May 30, 2013 10:37AM

This looks like a php.ini file that was released with php and not one that came from a WAMP install.

The basic problem is that the script that REQUIRE's the jgraph code is not where you are telling it to get it from.

Assuming your project is in c:\wamp\www\myproject and the php file you are require()'ing the new code from is in that folder, you should have a subfolder c:\wamp\www\myproject\jpgraph containing the jpgraph.php file.


Question:
Is this a standard WAMP install or have you tried to add a PHP version that does not come as a WAMP_ADDON?

Options: ReplyQuote


Sorry, only registered users may post in this forum.