
Originally Posted by
Konquer
It's not a major issue and can be left there without any dangerous stuff happening. It basically tells you that your code is "old" and will no longer be fully supported in future php versions.
You could downgrade your php version or just put error_reporting(0); in your config.php file or wherever you want as long as it is included in alle pages, this would remove the errors.
If you want to use a newer version of mysql to get rid of this error, you could always try out this RevCMS release which uses MySQLi instead of MySQL.
http://forum.ragezone.com/f353/mysqli-revcms-1-9-9-a-1052654/