Page 1 of 1

Apache Crashes due to PHP PDO MySQL Driver

PostPosted: 01. April 2009 19:29
by mrlami
My application used to work with the version of XAMPP before 1.7, but all of a sudden after an upgrade to XAMPP Lite 1.7 I get errors when I try to run my application (actually it just crashes Apache when it get to the database access path).

Below is an image with the error my system compes up with:
Image

System Specs:
- MS Vista
- XAMPP Lite 1.7
- PHP Framework: Prado 3.14

Re: Apache Crashes due to PHP PDO MySQL Driver

PostPosted: 02. April 2009 08:42
by coda
Don't know if this is the same problem but try this. http://community.apachefriends.org/f/viewtopic.php?f=16&t=34340

Good luck

Re: Apache Crashes due to PHP PDO MySQL Driver

PostPosted: 02. April 2009 08:44
by Dixcuxx
mrlami wrote:My application used to work with the version of XAMPP before 1.7, but all of a sudden after an upgrade to XAMPP Lite 1.7 I get errors when I try to run my application (actually it just crashes Apache when it get to the database access path).

Below is an image with the error my system compes up with:
Image

System Specs:
- MS Vista
- XAMPP Lite 1.7
- PHP Framework: Prado 3.14


If you use XP, this problem wouldn't happan at all!

Re: Apache Crashes due to PHP PDO MySQL Driver

PostPosted: 02. April 2009 15:48
by mrlami
coda wrote:Don't know if this is the same problem but try this. http://community.apachefriends.org/f/viewtopic.php?f=16&t=34340

Good luck


Thanks @coda, I've updated the post you made in the link you provided with how I was able to resolve my issue on Vista.

It seems apache with XAMPP has it's own set of configuration it uses with PHP in it's bin folder and that is where I had to make my tweaks. Thanks again!