I am new to Zenphoto. I tried to install the latest Zenphoto on XAMPP in my Windows 7 64-Bit system, but it crashes Apache immediately. My PHP is currently running 5.3.1. Can someone guide me in resolving this issue?
This is in the error log: [Thu Dec 27 02:01:18 2012] [notice] Parent: child process exited with status 3221225477 -- Restarting. [Thu Dec 27 02:01:22 2012] [notice] Digest: generating secret for digest authentication ... [Thu Dec 27 02:01:22 2012] [notice] Digest: done [Thu Dec 27 02:01:22 2012] [notice] Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations [Thu Dec 27 02:01:22 2012] [notice] Server built: Nov 11 2009 14:29:03 [Thu Dec 27 02:01:22 2012] [notice] Parent: Created child process 672 [Thu Dec 27 02:01:26 2012] [notice] Digest: generating secret for digest authentication ... [Thu Dec 27 02:01:26 2012] [notice] Digest: done [Thu Dec 27 02:01:27 2012] [notice] Child 672: Child process is running [Thu Dec 27 02:01:27 2012] [notice] Child 672: Acquired the start mutex. [Thu Dec 27 02:01:27 2012] [notice] Child 672: Starting 150 worker threads. [Thu Dec 27 02:01:27 2012] [notice] Child 672: Starting thread to listen on port 4499. [Thu Dec 27 02:01:27 2012] [notice] Child 672: Starting thread to listen on port 8080. [Thu Dec 27 02:01:27 2012] [notice] Child 672: Starting thread to listen on port 8080. [Thu Dec 27 02:01:27 2012] [notice] Child 672: Starting thread to listen on port 4499. [Thu Dec 27 02:01:51 2012] [notice] Parent: child process exited with status 3221225477 -- Restarting. [Thu Dec 27 02:01:54 2012] [notice] Digest: generating secret for digest authentication ... [Thu Dec 27 02:01:54 2012] [notice] Digest: done [Thu Dec 27 02:01:55 2012] [notice] Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations [Thu Dec 27 02:01:55 2012] [notice] Server built: Nov 11 2009 14:29:03 [Thu Dec 27 02:01:55 2012] [notice] Parent: Created child process 6412
There have been some strange issues with WAMP on some versions of PHP. I have had problems that would go away when I inserted debugging statements into the code to see what was happening.
What works for me is WAMP 2.2D (apache 2.2.22, PHP 5.4.3, and MySQL 5.5.24) Maybe you should give that a try. We have never installed XAMPP since WAMP was sufficient, so no idea on that combination.
I have installed XAMPP v1.8.1 (the latest I could find) on my local Windows 7 64bit system. All works fine for me. Perhaps your install had some issues? Do you have the correct Visual C++ runtime installed?
I installed wampserver 2.2, and it works on that. I did not try to repair my existing XAMPP 1.7.3. Maybe I edited some configurations that could cause a conflict with zenphoto.
Comments
[Thu Dec 27 02:01:18 2012] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Thu Dec 27 02:01:22 2012] [notice] Digest: generating secret for digest authentication ...
[Thu Dec 27 02:01:22 2012] [notice] Digest: done
[Thu Dec 27 02:01:22 2012] [notice] Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
[Thu Dec 27 02:01:22 2012] [notice] Server built: Nov 11 2009 14:29:03
[Thu Dec 27 02:01:22 2012] [notice] Parent: Created child process 672
[Thu Dec 27 02:01:26 2012] [notice] Digest: generating secret for digest authentication ...
[Thu Dec 27 02:01:26 2012] [notice] Digest: done
[Thu Dec 27 02:01:27 2012] [notice] Child 672: Child process is running
[Thu Dec 27 02:01:27 2012] [notice] Child 672: Acquired the start mutex.
[Thu Dec 27 02:01:27 2012] [notice] Child 672: Starting 150 worker threads.
[Thu Dec 27 02:01:27 2012] [notice] Child 672: Starting thread to listen on port 4499.
[Thu Dec 27 02:01:27 2012] [notice] Child 672: Starting thread to listen on port 8080.
[Thu Dec 27 02:01:27 2012] [notice] Child 672: Starting thread to listen on port 8080.
[Thu Dec 27 02:01:27 2012] [notice] Child 672: Starting thread to listen on port 4499.
[Thu Dec 27 02:01:51 2012] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Thu Dec 27 02:01:54 2012] [notice] Digest: generating secret for digest authentication ...
[Thu Dec 27 02:01:54 2012] [notice] Digest: done
[Thu Dec 27 02:01:55 2012] [notice] Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
[Thu Dec 27 02:01:55 2012] [notice] Server built: Nov 11 2009 14:29:03
[Thu Dec 27 02:01:55 2012] [notice] Parent: Created child process 6412
Thanks!
What works for me is WAMP 2.2D (apache 2.2.22, PHP 5.4.3, and MySQL 5.5.24) Maybe you should give that a try. We have never installed XAMPP since WAMP was sufficient, so no idea on that combination.
I installed wampserver 2.2, and it works on that. I did not try to repair my existing XAMPP 1.7.3. Maybe I edited some configurations that could cause a conflict with zenphoto.
Thanks for the help, guys!