[Dotproject-cvs] Check for MySQL support
Brought to you by:
ajdonnison,
kchisholm
|
From: Andrew E. <edd...@ip...> - 2003-04-26 01:08:49
|
Can someone do a check for me on a system that has php install WITHOUT
mysql properly installed (on a LAMP system).
Add the following code into ./style/default/login.php at around line 43:
$msg .= function_exists( 'mysql_pconnect' ) ? '' : '<br /><span
class="warning">WARNING: PHP may not be compiled with MySQL support.
This will prevent proper operation of dotProject. Please check you
system setup.</span>';
Hopefully, this will save us a couple of support calls.
Andrew.
|