Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 45
0 members and 45 guests
No Members online
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas Electric Choice

Go Back   Nukemods Forum > PHP-Nuke 7.x > Nuke 7.x - Modules

Reply
 
LinkBack Thread Tools Display Modes
Contact Module Access Denied
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 2
Join Date: Jan 2005
Contact Module Access Denied - 03-25-2005, 03:44 PM

Everytime a user looks at one of my content pages they see an "Access Denied" at the bottom of the page. It looks like it is trying to load the Content Manager and they don't have access to this.

How do I fix it so that they don't see "Access Denied"?

TIA
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Junior Member
 
Status: Offline
Posts: 8
Join Date: Mar 2005
03-31-2005, 02:22 AM

You Original Files try upload..!!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 2
Join Date: Jan 2005
03-31-2005, 07:03 AM

I found the fix here http://www.nukefixes.com/ftopict-993.html
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Junior Member
 
Status: Offline
Posts: 34
Join Date: Mar 2007
Location: UK
08-27-2007, 08:02 AM

Yup i've had this same problem with 7.6 to save you all registering upto Nukefixes here's the fix.

In footer.php find:

Code:
 
function foot() { 
global $prefix, $user_prefix, $db, $index, $user, $cookie, $storynum, $user, $cookie, $Default_Theme, $foot1, $foot2, $foot3, $foot4, $home, $module, $name;
change to:

Code:
 
function foot() { 
global $prefix, $user_prefix, $db, $index, $user, $cookie, $storynum, $user, $cookie, $Default_Theme, $foot1, $foot2, $foot3, $foot4, $home, $module, $name, $admin;
also find:

Code:
 
if ($module == 1 AND file_exists("modules/$name/admin/panel.php")) {
change to:

Code:
 
if ($module == 1 AND (file_exists("modules/$name/admin/panel.php") && is_admin($admin))) {
Now this table (panel.php) will only be included if, it exists, and the user is an admin.


<a href="http://www.eow-clan.co.uk" target="_blank"><img src="http://img410.imageshack.us/img410/6644/sig5di9.jpg" border="0" alt="Devastator" </a>
  Send a message via MSN to Devastatorrrr  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Access Denied in admin menu on any module fedore Nuke 7.x - Modules 9 11-19-2007 08:23 PM
Help! Admin Access Denied! denileigh Nuke 7.x - General 0 11-03-2005 02:17 PM
Admin Access Denied Rose38478 Nuke 7.x - General 0 07-05-2005 09:05 PM
Access Denied -- to everything BlackHawk Site design 1 01-01-2005 12:35 AM
Access Denied on USER and FORUM module administration NoFear Nuke 7.x - General 6 12-01-2004 06:07 PM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31