Apache Friends Support Forum

It is currently 02. September 2010 15:25

All times are UTC + 1 hour




Post new topic Reply to topic  [ 9 posts ] 
Author Message
 Post subject: Magento does not work anymore after upgrading to Xampp 1.7
PostPosted: 23. December 2008 15:04 
Offline

Joined: 10. May 2007 05:08
Posts: 12
Location: Tokyo - Japan
Hello
Thanks to Apachefriends for the release of Xampp 1.7 with all last components updated !
I used Magento with Xampp 1.6.8 and it worked perfectily on my computer but after upgrading Xampp it does not work anymore. I checked all files and edited some files in Apache and PHP as some changes are required according to the Magento Wiki but still Apache keeps crashing. Everytime I try to install Magento when I reach the page were you fill the informations about the name of the database and you validate (localhost, root, name of db) well Apache crashes. Always at the moment.
Logs in Apache says:
Code:
[notice] Parent: child process exited with status 255 -- Restarting.

Any idea ? Thanks.

PS: Same results on XP and on Vista


Top
 Profile  
 
 Post subject: Re: Magento does not work anymore after upgrading to Xampp 1.7
PostPosted: 23. December 2008 19:48 
Offline
AF-Moderator

Joined: 01. February 2004 12:38
Posts: 17130
Location: Stuttgart / Germany
Quote:
Everytime I try to install Magento when I reach the page were you fill the informations about the name of the database and you validate (localhost, root, name of db) well Apache crashes.

Well, I have no idea about "Magento". Just a question:
Is this software using PDO for the database connection?


Top
 Profile  
 
 Post subject: Re: Magento does not work anymore after upgrading to Xampp 1.7
PostPosted: 24. December 2008 11:29 
Offline

Joined: 10. May 2007 05:08
Posts: 12
Location: Tokyo - Japan
Hello
Magento is an Open Source ecommerce software:
Magento - Open Source eCommerce Evolved
Actually, yes PDO_MySQL is a required extension according to their system requirements Wiki. The strangest thing is that I also tried WampServer 2.0f with Magento and it also includes Apache 2.2.11, mysql 5.1.30 and PHP 5.2.8 and it worked ! So WampServer 2.0f with the same components worked with Magento but not Xampp. I like Xampp over WampServer and I like to use it but now I really do not understand the problem.


Top
 Profile  
 
 Post subject: Re: Magento does not work anymore after upgrading to Xampp 1.7
PostPosted: 24. December 2008 14:34 
Offline
AF-Moderator

Joined: 01. February 2004 12:38
Posts: 17130
Location: Stuttgart / Germany
Quote:
Actually, yes PDO_MySQL

Can Magento also use the mysql or mysqli extension?

Quote:
but now I really do not understand the problem.

It looks like a compiling problem with the pdo_mysql extension.


Top
 Profile  
 
 Post subject: Re: Magento does not work anymore after upgrading to Xampp 1.7
PostPosted: 27. December 2008 23:16 
Offline

Joined: 27. December 2008 23:13
Posts: 1
I am having the same problem, never upgraded. Just downloaded new version. Followed osme basic steps and cannot get past the same page...Apache crashes everytime.

Did anyone ever find a workaround?


Top
 Profile  
 
 Post subject: Re: Magento does not work anymore after upgrading to Xampp 1.7
PostPosted: 28. December 2008 09:57 
Offline

Joined: 28. December 2008 09:13
Posts: 2
The same problem in Zend Framework projects with PDO_MYSQL connections. Not upgraded. Just downloaded new version.
I've tried to execute the procedure recommended by Wiedmann in this post http://www.apachefriends.org/f/viewtopic.php?f=16&t=32540, but the problem still persists:
Quote:
Go to the directory "\xampp\mysql\bin" and execute the programm "mysql_update.exe".

Error details from Microsoft:
- szAppName : apache.exe
- szAppVer : 2.2.11.0
- szModName : php_pdo_mysql.dll
- szModVer : 5.2.8.8
- offset : 0000250a

Files reported:
C:\DOCUME~1\User\CONFIG~1\Temp\WER455f.dir01\apache.exe.mdmp
C:\DOCUME~1\User\CONFIG~1\Temp\WER455f.dir01\appcompat.txt

Notes:
- Windows XP
- Xampp version 1.7.0
- xampp/php/php5.ini: "extension=php_pdo_mysql.dll" enabled. "extension=php_pdo.dll" enabled

Don't know how to solve it.
Thread: http://www.apachefriends.org/f/viewtopic.php?f=16&t=32567


Last edited by olagato on 29. December 2008 09:36, edited 4 times in total.

Top
 Profile  
 
 Post subject: Re: After upgrading to Xampp 1.7 PDO MySQL does not work
PostPosted: 29. December 2008 09:29 
Offline
User avatar

Joined: 29. December 2008 09:26
Posts: 3
Location: Regensburg
Hi,
I do have the same problem but on windows and I executed the upgrade mysql executable. So any ideas?

BR Markus

_________________
Grüßle Markus
Ich fürchte, die Tiere betrachten den Menschen als ein Wesen ihresgleichen, das in höchst gefährlicher Weise den gesunden Tierverstand verloren hat. Nietzsche
https://www.rettungspfoten.de


Top
 Profile  
 
 Post subject: Re: Magento does not work anymore after upgrading to Xampp 1.7
PostPosted: 31. December 2008 23:10 
Offline

Joined: 31. December 2008 22:55
Posts: 5
Magento uses Zend Framework, which uses the PHP PDO library to access MySQL. So I'd guess that the fix that worked for me will work for you: http://www.apachefriends.org/f/viewtopic.php?f=16&t=32617


Top
 Profile  
 
 Post subject: Re: Magento does not work anymore after upgrading to Xampp 1.7
PostPosted: 14. February 2009 00:11 
Offline

Joined: 14. February 2009 00:05
Posts: 1
I hate to say it, but I tried everything and I still couldn't get Magento 1.2.1 to stop crashing with XAMPP Lite 1.7.0. It crashed with 1.6.8 too but only every few minutes. I replaced the PDO .dll files with the most recent versions from php.net and it helped but Apache crashes still occurred frequently enough that I became sufficiently frustrated to start searching for alternative solutions.

Once I installed Zend Core, everything worked perfectly. Magento is built on Zend Framework. Zend Framework is included with Zend Core. Zend Core is also the only Zend-certified PHP Stack and it's new as of 2008. There are some things I miss about it that I used to have in XAMPP, but since I plan on doing a lot more development for Magento the benefits of the trade-off were clear and far outweighed the consequences.

I hope Apache Friends can resolve the problem. Maybe someday I will come back to my old friend XAMPP Lite.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 9 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 10 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group