
Originally Posted by
TardisHotel
Would love the fix posted here as well as I am trying to get Rev working with Nova on my test site.. having all sorts of issues.
go to userdatafactory.cs
find line :
try replacing
Code:
dbClient.setQuery("SELECT userid FROM user_tickets WHERE user_tickets.sessionticket = @sso LIMIT 1;");
with
Code:
dbClient.setQuery("SELECT * FROM users WHERE auth_ticket = @sso LIMIT 1;");
I remember doing something like this on my laptop . Can't really be sure of what I did since my laptop is at my hstel .. but meh , give it a try .. If I'm not wrong , revcms' ticket column in users table is auth_ticket , but nova emu reads user_tickets.. so yeah . After that , debug your emu , log out of your hotel and relog in back , and try entering client.
Credits to @Ryan and @Brought for bringing up the sso matter in the release thread.