The server is currently using PHP5 and has been since the start of this year.
The problem is that in all the the files I look at relate to PHP Fusion, they only reference the mysql extensions, where I would expect to see the MySQLi extensions, or even both depending on how clever the script was.
I could manually go through the files and locate where these are and then change them to the MySQLi extensions however this could take some time.
PHP5 can be configured to use either MySQL or MySQLi extensions, the MySQLi extensions are better, safer and more secure to use.
If any support forum members can tel me where to find all MySQL statements, then i can look at the problem.
Brian
0 replies