• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

last supported xampp version for mysql revcms?

Newbie Spellweaver
Joined
Jul 4, 2012
Messages
86
Reaction score
8
Hey guys

It's been a while since i worked with habbo creation and back then i used revcms with mysql. Now i think the new php and xampp is using mysqli by default and this creates issues for me if i use my old revcms mysql edits.

Anyone know what the newest mysql supported xampp is? I cant connect my old cms to the database because of this..
 
Joined
Feb 7, 2010
Messages
1,863
Reaction score
1,006
Mysql (or Myescal) was deprecated in PhP 5.5.0, and it was removed in PhP 7.0.0, so you'd have to download the latest Xampp version that runs on PhP 5.4, if you don't want any (decapitated function) errors. I think those versions are the 1.8.x versions ( )
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Jul 4, 2012
Messages
86
Reaction score
8
Mysql (or Myescal) was deprecated in PhP 5.5.0, and it was removed in PhP 7.0.0, so you'd have to download the latest Xampp version that runs on PhP 5.4, if you don't want any (decapitated function) errors. I think those versions are the 1.8.x versions ( )

Alright, thanks!
 
Upvote 0

Kak

Newbie Spellweaver
Joined
May 9, 2017
Messages
45
Reaction score
2
just put this code in your config.php

error_reporting(0)
 
Upvote 0
Back
Top