I am tring to install G2 Beta 1 and have run into an issue with the installer. Not enitrely sure this is a bug.
I am at Step #5 DB Setup
I created a DB and user on the same machine (mySQL) filled in the rest of the information, however everytime I click on Save it reloads the same screen and says:
You must have the MySQL PHP module installed
I also tried entering root just to see if it work work.
if I look at phpinfo() I see
Configure Command contains '--with-mysql=shared,/usr'
As well as MySQL under dbx: supported databases.
----
Gallery URL (optional):
Gallery version: G2 Beta
Webserver (with version): Apache 2.0.40
Datatabase (with version): MySQL 4.1.10a
PHP version (eg 4.2.1): 4.2.2
phpinfo URL (optional):
Graphics Toolkit(s):
Operating system: RH9
Web browser/version:
G1 version (for migration bugs):
Posts: 8601
in phpinfo do you see a whole section for MySQL, with "Client API version" among other things?
Posts: 7
I had updated my version of MySQL which broke the PHP intregration, I reinstalled the Shared Componend RPM and it fixed the problem.