ZenphotoCMS Forum
Install problems - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Install problems (/thread-1474.html)



Install problems - tjames - 2007-06-08

I'm trying to install ZenPhoto and I'm getting the following error when running the ZenPhoto "setup.php" via my browser:

MySQL Error: The PHP MySQL extentions have not been installed. Please ask your administrator to add them to your PHP installation.

I'm running Apache 2.059, and MySQL 5 and I have installed PHP 5. All installs worked and MySQL and PHP are running. However when I bring up the PHP info screen (phpinfo.php) in my browser I don't see any MySQL info.

Please help! I can't seem to make PHP and MySQL talk to each other. I commented out all the extension dlls and it's still not working.

-Trevor




Install problems - sHauN - 2007-06-20

All you need is php5-mysql - MySQL module for php5

debian : apt-get install php5-mysql then /etc/init.d/apache2 reload
RedHat/Fedora : yum install php5-mysql && service httpd reload