revcms error

Lycan

New Member
Mar 31, 2014
17
0
so i have my revcms habbo retro up and running on a private server.

My only issue that i get is this

You must be registered for see images attach


im not the best at these things. iv followed tutorials to get to where i am. but none of the tutorials show this error :/

Anyone got any help on how i can fix it?

much appretiated :)
 

xSeanx

~ps3~ ~Gamer~ ~Add thehacker0005~ ;)
Jun 13, 2013
111
4
try and edit it hostname localhost mysql username should be root and database password watever your password is and then database name if that does not work i dont know mate. i deleted the line and it worked for me
 

Hindi

System.out.println(" ");
Dec 30, 2012
989
193
so i have my revcms habbo retro up and running on a private server.

My only issue that i get is this

You must be registered for see images attach


im not the best at these things. iv followed tutorials to get to where i am. but none of the tutorials show this error :/

Anyone got any help on how i can fix it?

much appretiated :)
Go to config.php

Add this on top

PHP:
<?php

error_reporting(0);

?>

it'll fix it. :)
 

Lycan

New Member
Mar 31, 2014
17
0
i have already added that line to class.engine.php
as thats where the error is coming from.

but isnt that just hiding the error?

not actually resolving it?
 

Hindi

System.out.println(" ");
Dec 30, 2012
989
193
i have already added that line to class.engine.php
as thats where the error is coming from.

but isnt that just hiding the error?

not actually resolving it?
Thats not an error, Its just a warning saaying MySQL is going out of date so use MySQLi, But RevCMS uses MySQL so nothing you can do to fix it.. Also don't worry you're fine with that.
 

Lycan

New Member
Mar 31, 2014
17
0
Thats not an error, Its just a warning saaying MySQL is going out of date so use MySQLi, But RevCMS uses MySQL so nothing you can do to fix it.. Also don't worry you're fine with that.

Ah i see, thank you for that then :)

dont suppose you could help with another problem i have noticed?



after thats fixed the whole things done.
 

Hindi

System.out.println(" ");
Dec 30, 2012
989
193
Ah i see, thank you for that then :)

dont suppose you could help with another problem i have noticed?



after thats fixed the whole things done.
Truncate all database tables, and clean the database. then right click -> Quick Fix Reboot emu, That should fix it.

If not go to MySQL error logs and see what you get in it - post it here.
 

Lycan

New Member
Mar 31, 2014
17
0
Truncate all database tables, and clean the database. then right click -> Quick Fix Reboot emu, That should fix it.

:/ Im not sure what you mean to do. i truncated the tables. but what do you mean click quick fix? where is this?

and truncating empties the tables right?
 

Hindi

System.out.println(" ");
Dec 30, 2012
989
193
:/ Im not sure what you mean to do. i truncated the tables. but what do you mean click quick fix? where is this?

and truncating empties the tables right?
Quick fix of navicat looks for errorrs and fixes them. Right click on the table and you'll see something similar.
 

Users who are viewing this thread

Top