View Single Post
jsterling
SourceMod Donor
Join Date: Mar 2004
Location: Denver, CO, USA
Old 06-28-2008 , 00:45   Re: SourceBans (1.1.1b) (UPDATE)
#636

Quote:
Originally Posted by GriMz View Post
i am using php 5.0 and mysql 4.4.8 (which IS greater than 4.1) and it still does that.

you have some type of error in the coding for version checking.
There is no mysql 4.4.8...

There is a mysql 5.0 and a PHP 4.4.8 but no 4.4.x branch of MySql.

Create a new .php file named "phpinfo" and then add this code to it. Upload it to the root of your webserver and please post or pm a link to it.

Code:
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
?>
This will allow us to tell you for sure what version of PHP and MySQL you are running.
jsterling is offline
Send a message via AIM to jsterling