Revcms bug ( Need Help fast )
Can someone fix this error?
Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\xampp\htdocs\app\class.engine.php on line 48
Warning: mysql_result() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\app\class.engine.php on line 107
Warning: mysql_result() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\app\class.engine.php on line 107
Re: Revcms bug ( Need Help fast )
Think it says that MySQL is deprecated and that you should use MySQLi or PDO instead.
Reading errors is hard right.
Re: Revcms bug ( Need Help fast )
Quote:
Originally Posted by
ImmaNub
Think it says that MySQL is deprecated and that you should use MySQLi or PDO instead.
Reading errors is hard right.
I know but how can i fix this? It was working on my other server and its 100% the same settings? :)
Re: Revcms bug ( Need Help fast )
Use a old version of PHP, or convert it to PDO like the error says.