I have some problems after installation of admin secure. I installed it and run the script how it is explained in the installation direction. I configured it and released the administrators.
But now the problem comes. In admin panel there are only buttons for article and logout but not for the sections like 4ncalendar or other modules. I created some modules like the section modules and had given them other names for example Boxen or Badminton. And now the admin cannot see them in his panel for administration.
I searched to look over the script around whether I must add the radminsections (radminboxen, radminbadminton) but i found nothing.
How can I get this work? Please help!!!!
best regards
dumbo
madman Support Mod
Joined: Feb 15, 2004
Posts: 806
Posted:
Wed Jun 23, 2004 3:37 pm
Be sure this following code added to admin.php file:
if ($admintest && ($op != "logout")) {
asec_checkAdminAccess();
}
Also, if admin account not yet approved, run asec.php and approve that account. Your problem typically comes from admin.php. If you don't mind, you can post the content of your admin.php here, or PM me, or send me an email with admin.php attachwent.
_________________ I'm
dumbo Nuke Cadet
Joined: Jun 22, 2004
Posts: 2
Posted:
Wed Jun 23, 2004 10:36 pm
Hallo madman,
many thanks for your reply. You brought me on the correct way. I have found a very simple mistake . Under GraphicAdmin() the diagrams for the administrators were not specified. For example $radminbadminton = intval($radminbadminton); and so on.
I think this me with provider changes happened. I took inadvertently an older admin.php. I am ashamed.
You have done a great work with this script many, many thanks!
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum