How to make novaemu compatable whit revcms

Results 1 to 9 of 9
  1. #1
    Member Remco Dijkstra is offline
    MemberRank
    Sep 2013 Join Date
    69Posts

    How to make novaemu compatable whit revcms

    I need help to get revcms run at nova emulator
    Last edited by Remco Dijkstra; 14-09-15 at 03:44 PM.


  2. #2
    Newbie Saliox is offline
    MemberRank
    Aug 2015 Join Date
    9Posts

    Re: How to make novaemu compatable whit revcms

    Need this too.. Bump.

  3. #3
    Loyalty Vaulient is offline
    Grand MasterRank
    May 2012 Join Date
    MalaysiaLocation
    1,796Posts

    Re: How to make novaemu compatable whit revcms

    The aount of help request I get for this is absolutely preposterous. Apply a butterfly emu sso ticket fix and make a few tweaks for it to grab from the table from users in your db.

  4. #4
    Newbie Saliox is offline
    MemberRank
    Aug 2015 Join Date
    9Posts

    Re: How to make novaemu compatable whit revcms

    Quote Originally Posted by Vaulient View Post
    The aount of help request I get for this is absolutely preposterous. Apply a butterfly emu sso ticket fix and make a few tweaks for it to grab from the table from users in your db.
    Thanks, it works now.

  5. #5
    Loyalty Vaulient is offline
    Grand MasterRank
    May 2012 Join Date
    MalaysiaLocation
    1,796Posts

    Re: How to make novaemu compatable whit revcms

    Quote Originally Posted by Saliox View Post
    Thanks, it works now.
    you're very well welcome . I would appreciate it if you could post the fix here so other users may stop annoying the heck out of me and refer to your fix as a problem solving method to their problems, thanks.

  6. #6
    Sorcerer Supreme TardisHotel is offline
    Member +Rank
    Mar 2013 Join Date
    404Posts

    Re: How to make novaemu compatable whit revcms

    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.

  7. #7
    Loyalty Vaulient is offline
    Grand MasterRank
    May 2012 Join Date
    MalaysiaLocation
    1,796Posts

    Re: How to make novaemu compatable whit revcms

    Quote Originally Posted by TardisHotel View Post
    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.

  8. #8
    Sorcerer Supreme TardisHotel is offline
    Member +Rank
    Mar 2013 Join Date
    404Posts

    Re: How to make novaemu compatable whit revcms

    Thank you so much I really appreciate this, I will give it a go and see how we get on, it's so frustrating being stuck and I am constantly going through the help section, I see people posting the same problem I have but no one is posting the fixes, so thank you for taking the time out and doing this for us. <3

  9. #9
    Evil Italian Overlowrd Droppy is offline
    Grand MasterRank
    Feb 2012 Join Date
    /home/droppyLocation
    2,080Posts

    Re: How to make novaemu compatable whit revcms

    Closed thread since OP hasn't included a lot of informations regarding his issue.



Advertisement