On Tue, Mar 1, 2011 at 3:40 PM, pub crawler <[email protected]> wrote: > Trying to do a Wordpress install from the MarketPlace. Getting an error: > > "Neither the 'mysql' nor the 'mysqli' modules are supported by your > PHP interpreter
Did you enable loading of the MySQL extension in /etc/php5/cgi/php.ini? Try adding the following line under the "Dynamic Extensions" section, and see if it helps: extension=mysql.so _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
