I am setting-up a webserver on a Windows XP Prof box to make my photos available for family and friends.
So far I have installed:
Apache 2.2.2 (Win32)
PHP 5.2.0-dev
MySQL 5.0.21
All above seem to be running OK.
In MySQL I have created a database + user for the Coppermine installation.
I extracted the cpg147.zip to my prefered directory, opened the 'install.php', entered the required information in the installation screen and pressed the 'Let's Go!' button.
After this my browser shows me there is some activity going on and after about 3 seconds I get a 'Apache HTTP Server' popup telling me 'Apache HTTP Server has encountered a problem and needs to close. We are sorry for the inconvenience.'
In the Apache error log I find the following line: 'Parent: child process exited with status 3221225477 -- Restarting'
This is consistent every time I try to install Coppermine, so I am stuck here.
(Note: I experienced the same with Coppermine 146)
I have included a .zip with my httpd.conf and php.ini files.
Can anybody please help me find out what goes wrong and how to fix or avoid it?
We can't help you with server setup issues. Try googling for 3221225477.
After all I think it was just a bug in PHP.
I installed the latest build of PHP from http://snaps.php.net/ (http://snaps.php.net/) and the problem was solved.
Thanks anyway.