1
Hi all,
I currently using MySQL 4.1.14 as my sql server. What I know that if you using MySQL 4.1.x version, the extension must use "mysqli" not "mysql" in php, so does XOOPS support it?or have any update patch can solve this problem.
I have try to modify all the MySQL command from 'mysql' to 'mysqli' in html\class\database\mysqldatabase.php, after i modify i didn't get the fatal line 74 error but it become blank page. When i go to check my database, i didn't see any table create. Can anyone let me know which file i need to modify again or what does i do now.
I have install other blog system in my server, it suport mysqli and work very properly after I install it.
My Apache Server is 2.0.54.
My PHP is 5.1.0 RC1.
My Server is Win 2000 SP4.