all is well except....when I click most of the modules/blocks I get a blank page with 'access denied'
I had added a user but it kept coming up while I was also in admin. I deleted the user through phpadmin but it stills says she is logged on....yikes
I cannot set up modules/blocks and i come to acrawl on this
anyone have a clue about this access denied bit...oh and the user thing,,,i deleted my cookies and still she remains...
clueless in canada
HalJordan Support Staff
Joined: Aug 07, 2004
Posts: 1117
Location: Somewhere around Hunan, China
Posted:
Sat Oct 23, 2004 9:16 am
wendi --
Have you changed any of your mod files lately or installed new ones? Newer files use 'SCRIPT_NAME' while older ones have 'PHP_SELF' in each module's index.php. Mixing the two varieties leads to Access Denied problems.
Code:
if (!eregi("admin.php", $_SERVER['SCRIPT_NAME'])) { die ("Access Denied"); }
and
Code:
if (!eregi("admin.php", $_SERVER['PHP_SELF'])) { die ("Access Denied"); }
don't mix. Don't cross the beams!
Can you get in using admin.php?
And what is your URL?
sheesh thanks for replying I have been asking everywhere re this problems, seems others are asking as well...but no one ever replies with an answer...
so...a...yes I have added modules, and mod some otheres...I just logged on so I will take a look....will come back...thanks
I can into the admin panel with all the icons and also phpadmin...I thought it had something to do qwith a user I created so I deleted it though phpadmin. no different... anyway....I am anxious to go take a look....which is better....script name or phpself and can they be changed
i'll be back
wendi Nuke Cadet
Joined: Oct 16, 2004
Posts: 4
Posted:
Sat Oct 23, 2004 10:12 am
back...well i checked all and sure enough one was sript name....not php self l;ike all the rest...i changed it and it seemed to make no difference...?
HalJordan Support Staff
Joined: Aug 07, 2004
Posts: 1117
Location: Somewhere around Hunan, China
Posted:
Sat Oct 23, 2004 2:36 pm
What is your site? We can help you more if we can see what you're seeing.
When adding mods and such, you need to make sure they are compatible with the version of nuke you're using. So, it also helps to tell us what version you have and what mods, etc., you have added.
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