(Help) RevCMS LastIP Problem..

Kristopher

Photographer
Dec 25, 2010
802
66
1326436808882369709633.png


The title explains it all im just getting this often like alot anyway to fix?
 

Heaplink

Developer & Designer
Nov 9, 2011
510
173
And SSO is a single-sign on. This means that it doesn't check for multiple users at once. Yes this might be a security flaw, but I can't remember the other fix other than trying to repair the table or some other users suggests to set all last_ip to the register_ip

With an UPDATE - I don't have this in my head atm.
 

Heaplink

Developer & Designer
Nov 9, 2011
510
173
REPAIR TABLE users;

Note: This also fixes the issues when users sometimes can't register. You can also repair other tables such as chatlogs if the users gets disconnected each time they write a sentence.

This might not be the fix, and I would go for turning the secure SSO off inside server_settings for a fast fix. But if you wan't a better solution it would be using UPDATE TABLE users [...] query. To set the last_ip to the same as registered ip.
 

Heaplink

Developer & Designer
Nov 9, 2011
510
173
Try this, I made this after some tests and it should do what I told. I'm NOT sure what the registered ip column is called, so change that first!!!
Code:
UPDATE `users` SET last_ip = users.register_ip;
 

TinyBuilder

Bike ✔
Mar 19, 2012
717
66
i had the same problem but here's the solution :

1. go to server_settings and change that enable thingy into 0
2. then click refresh
Untitled.png

then re-open ur emu and it should work ! if you got any other problems , send a mail to [email protected] always here to help for free ! :L
 

Users who are viewing this thread

Top