while i was adding an admin to my board i made it to where i get this when trying to manage the Main Admin group..."You are not authorised to modify this group definition." i thought i was just adding someone as an admin.....
ok so i just back up things and installed a fresh new copy of 2.0.15 and i can log in now, except when i try to go to the admin panel i get this: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server admi...
i get this error when i tried installing this.... Categories hierarchy - 2.1.0 Error Detail Warning FIND FAILED: In file [templates/Charcoal2/faq_body.tpl] could not find: templates/subSilver/images/spacer.gif MOD script line #6817 :: FAQ :: Report Error Detail Warning FIND FAILED: In file [template...
I have successfully installed the latest version on my board. but my only prob is that when i try to reinstall my mods(easymod) i have added on, it wont let me saying its been installed already. but yet i am not seeing this stuff in my admin panel. i am confused by this and kinda stuck. :? any sugge...
The lines it's whining about in your file are 107 through 139 . Make the code look like the stuff below (with tabs, NOT spaces), and it should work... $user_id = $row['user_id']; if ( $user_id != $prev_user ) { $username = $row['username']; $style_color = ''; if ( $row['user_level'] == ADMIN ) { $u...
@jareeg: Odd. I got it working perfectly well in 2.0.11. And this is on the same copy I've hacked rather heavily. XD The lines it's whining about in your file are 107 through 139 . Make the code look like the stuff below (with tabs, NOT spaces), and it should work... $user_id = $row['user_id']; if ...
The lines it's whining about in your file are 107 through 139 . Make the code look like the stuff below (with tabs, NOT spaces), and it should work... $user_id = $row['user_id']; if ( $user_id != $prev_user ) { $username = $row['username']; $style_color = ''; if ( $row['user_level'] == ADMIN ) { $u...
cant seem to get this to install right keep getting a critical error Critical Error FIND FAILED: In file [viewonline.php] could not find: $user_id = $row['user_id']; if ( $user_id != $prev_user ) { $username = $row['username']; $style_color = ''; if ( $row['user_level'] == ADMIN ) { $username = '<b ...