I've just registered an account and everything went well. But when it comes to entering the client, this is what happens.
http://puu.sh/EY8Y
Any idea on how I should fix this error? thanks.
Printable View
I've just registered an account and everything went well. But when it comes to entering the client, this is what happens.
http://puu.sh/EY8Y
Any idea on how I should fix this error? thanks.
I don't know but i really recommend you Phoenix 3.7.1 with RevCMS 1.9.9.9, i have that so..
The problem is that the CMS edits the session ticket, within the "users" table and Butterfly does not use that table it has its own in "user_tickets", butterfly does SSO. So, go ahead and try change it so it'll only get it from users and not from user_tickets.
*F4cePalm*
Edit Ure Client.php Located In App/tpl/skins/{skin}/client.php
And Replace "sso.ticket" : "BLAH BLAH",
With "sso.ticket" : "{sso}",