Here's a new fix for the logout, thanks to @Damien
Delete everything you have on the logout.php page and add this:
<?php
define('IN_MAINTENANCE', true);
define('BAN_PAGE', true);
require_once "global.php";
if (LOGGED_IN)
{
//$core->Mus('signOut', USER_ID);
}
session_destroy()...
Make sure you edit the edit both the class.db.mysql in the includes folder and the class.db.mysql in the tpl folder as well, check to see if it's all correct. Also, clear your cache cause something it might get a bit glitchy from that.
That's because you are changing in the wrong directory, if...
That's actually quite simple. You just have to open a new private/icognito mode on your browser and use both windows (the normal one for an account) and the other one for the other account.
Idk if I explained this in a good way, but that's basically what I do.
Here's some fixes for you:
Not able to login in the Housekeeping?
Delete the table 'fuserights' and add this one in: https://mega.nz/#!0Jwl3JDA!WG_dScu1hKPugB8O4Tr1kuipaxj2ku9s_A_PGHtlm8s (The rank set is 7 but you can change to whichever you like)
Not able to logout? Just edit your...
Right, I had the exact same problem. Download this:
furniture - https://mega.nz/#!YQxVQZhD!MJllmlbp9UOT2Zynvzhoznsmguk-TM5YbOSJrQmgMIc
catalog_pages - https://mega.nz/#!EI4UgbCb!MRPpsBUy9Z_HEi76ABzxFzq4qXO8Zo8BhQZ1cJ2mIZk
catalog_items -...
Ahah yeah, the groups are working 100%. Do you mind posting the error logs you get on your emulator? Also, your ranks and permissions_ranks tables are all set and the same right? D: