How to fix this error on me.php page?

Status
Not open for further replies.

MajesticBoss

Member
Sep 16, 2019
129
17
Hello i just spent 3 days fixing Rev CMS 1.9.9.9!
i fixed the index and register pages which was very easy only took 10 mins
i spent 2 and a half days fixing the client
once client was able to go from blank white screen to actually loading/working
i then spent hours and hours downloading Habbo's official web build files to fix allot of other client problems
needless to say that did not fix everything i spent so much time getting help from the community
Their was no hotel view and every single image on the client was not loading or working
and the Blank avatar and clothes system was messed up bad it did not work what so ever and all the furni in the catalog
was black boxes and i fixed everything the final problem to fix is the error on the me.php page:
You must be registered for see images attach

Please help me fix this error and once its fixed the Habbo Pack will be ready and finished completely!
 

Cyb3rBlu3

New Member
Dec 8, 2023
17
10
Hello i just spent 3 days fixing Rev CMS 1.9.9.9!
i fixed the index and register pages which was very easy only took 10 mins
i spent 2 and a half days fixing the client
once client was able to go from blank white screen to actually loading/working
i then spent hours and hours downloading Habbo's official web build files to fix allot of other client problems
needless to say that did not fix everything i spent so much time getting help from the community
Their was no hotel view and every single image on the client was not loading or working
and the Blank avatar and clothes system was messed up bad it did not work what so ever and all the furni in the catalog
was black boxes and i fixed everything the final problem to fix is the error on the me.php page:
You must be registered for see images attach

Please help me fix this error and once its fixed the Habbo Pack will be ready and finished completely!


Go to your config.php and replace the:

if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }

With this:

if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
date_default_timezone_set('America/Chicago');


Open the file class.forms.php and send it in here so that you can see what is on line 90
 

MajesticBoss

Member
Sep 16, 2019
129
17
Go to your config.php and replace the:

if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }

With this:

if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
date_default_timezone_set('America/Chicago');


Open the file class.forms.php and send it in here so that you can see what is on line 90
Thanks allot! it worked! fixed the error thank you mate!
You must be registered for see images attach
 

MajesticBoss

Member
Sep 16, 2019
129
17
No problem Bro, you're welcome :)

Which PHP & MySQL version are you using for the old RevCMS? PHP 5.6?
Xampp 1.7.3
Post automatically merged:

i own a Rev CMS - Phoenix 3.11.0 Hotel fully working:
You must be registered for see images attach

You must be registered for see images attach

You must be registered for see images attach
 
Status
Not open for further replies.

Users who are viewing this thread

Top