Yeah, and I’m running into other problems as well... I’m trying this on 2 separate servers, and I’ve had the same problem on both servers... I get to the page to test my database connection, and I get only a
single Connection character set and only a
single Collation available in the drop down... and no matter what I try, I get the error:
Checking database:Could not connect to the mysql server.
Now, on the one server where I was trying to do an upgrade over an existing 1.0.2 install, I tried doing a fresh install in a new directory, and BOOM, my drop-down menus for the Connection character set and for the available collations GREW HUGE. That was back to normal... so something with the upgrade conflicted with that step, but there wasn’t much going on in the logs except for a timezone error (Jason, by the way, the installer seemed to work fine even with that timezone error... until I got to a missing PHP module -- zlib).
What’s interesting is that this SAME behavior is happening on another server I have (see server details here
http://modxcms.com/forums/index.php/topic,43453.msg260171.html#msg260171) ... it’s also a fresh install, but I’m not getting any love in the character sets/collation menus -- only a single option is available for each (the default, no doubt). Apache logs don’t show much:
File does not exist: /my/doc/root/favicon.ico
I know my PHP modules are whacky on the other server... but there aren’t any errors during the (failed) install. For the record, it looks like this is the minimal config setting for PHP 5.3.1 to work with Revolution... but this is not what’s implied @
http://svn.modxcms.com/docs/display/revolution/Server+Requirements -- the official documentation mentions mhash and mcrypt, which I’m still struggling to get installed.
# Are these the minimum PHP configuration settings?
'./configure' '--with-apxs2=/usr/local/bin/apxs' '--with-mysql' '--prefix=/usr/local' '--with-pdo-mysql' '--with-zlib'