in the dbconnect.php, the first line under the version check should be if (!ereg( "[4-9]\.[0-9]\.[1-9].*", phpversion() )){ which allows for those of us using 4.1.whatever...
Log in to post a comment.