Comment: problem with install
| << Previous | Next >> |
Hello and welcome in the Yacs world.
mysql_REAL_escape_string() is the new function in Php5 replacing mysql_escape_string() who is now depreciated.
Try without "real_" to see if you have an other error.
Do you have Php4 and Php5 installed ? it could be Php4 who runs your Php scripts (add 'AddType x-mapp-php5 .php' in your .htaccess file).
mysql_REAL_escape_string() is the new function in Php5 replacing mysql_escape_string() who is now depreciated.
Try without "real_" to see if you have an other error.
Do you have Php4 and Php5 installed ? it could be Php4 who runs your Php scripts (add 'AddType x-mapp-php5 .php' in your .htaccess file).
by GnapZ on May 9 2007