Quote:
Originally Posted by powerful_rogue
Installed this, but for some reason I keep getting the "You do not have permission" page. Im the site admin and cant access any of the LDM options to set this up.
Any ideas what may be casuing this?
|
Have you changed the admin usergroup, which is normally usergroupid 6? The code checks whether you are a member of this group and will not let you into the admin pages otherwise.
If this is the case, edit includes/local_links_init.php and change
Code:
define('ADMIN_USER_GROUP', 6); // Assume usergroup 6 is admin - apparently safe?