| Author |
Access denied |
|
Anonymous
|
Posted: 2003-09-25 05:44
i have the very same problem.
i uploaded the files of 1.8.8 to my ftp checkmod all the files
then i run the install.php
filled it all out... created the tables etc.. all worked fine no errors
now when i go to my site i get:
!! ACCESS DENIED !!
Seems like more people having this problem.
Quote
|
|
Anonymous
|
Posted: 2003-09-25 05:47
!!! START LITERAL TEXT !!!
On 2003-09-24 11:46, Kiril wrote:
To trouble shoot any problems wyou will need to temporarily edit the index.php ( or whatever script your having problems with ).
At the top you will see a "require" statement with an "@". This needs to be removed ( not the entire line, just the "@" ) in order for you to see any parser errors returned by the script.
Once you have solved the problem, make sure you replace that "@".
!!! END LITERAL TEXT !!!
Did that
And i don't get an other error
still -Acces Denied-
Quote
|
|
Dr_GoodMan
Just can't stay away Joined: 04-Oct-2001 Posts: 146
|
Posted: 2003-09-25 05:54
[/quote]
Did that
And i don't get an other error
still -Acces Denied-
[/quote]
And they said that I was the only one with a problem ----------------- Dr.GoodMan
|
|
Anonymous
|
Posted: 2003-09-25 05:55
Well.. i guess not
Im looking into it now.. maybe i can fix it myself
Quote
|
|
Anonymous
|
Posted: 2003-09-25 06:17
well.. i am kinda noob at this... can't find an error...
So maybe you guys can help me out
Quote
|
|
Dr_GoodMan
Just can't stay away Joined: 04-Oct-2001 Posts: 146
|
Posted: 2003-09-25 06:20
!!! START LITERAL TEXT !!!
On 2003-09-25 06:17, Anonymous wrote:
well.. i am kinda noob at this... can't find an error...
So maybe you guys can help me out
!!! END LITERAL TEXT !!!
Smartypants ----------------- Dr.GoodMan
|
|
Garret
MPN Developer Joined: 23-Mar-2001 Posts: 1262
From: Colorado, USA
|
Posted: 2003-09-25 06:26
Yet nobody has posted a link so that the Dev team can see what's going on. Hmmmm, must not be as serious as it sounds.
|
|
BrainSmashR
Home away from home Joined: 21-Jul-2003 Posts: 234
From: Louisiana, USA
|
Posted: 2003-09-25 06:28
Dr. Goodman, these people are here to help you, not to serve you. I think you could try to show a little more respect and do as they ask if you want their help.
|
|
Dr_GoodMan
Just can't stay away Joined: 04-Oct-2001 Posts: 146
|
Posted: 2003-09-25 06:38
There is just an internal site for the time beeing. I have closed shop at this time.
It turns out that 98% of the traffic I got is from spambots, worminfestations, crackers, searchbots and Image/file leaches.
So when I solve this I'm moving my site out to a commercial server and close all ports on my home LAN.
( I've only opened for a few minutes so Trinio could have a look. )
BrainSmashR:
Respect?? What do you mean? Think you got something compleatly wrong.
|
|
Kiril
MPN Developer Joined: 10-Nov-2001 Posts: 4181
|
Posted: 2003-09-25 07:28
OK, here's the deal.
If your getting the ACCESS DENIED I need a MINIMUM of 2 things from the user.
1) Link-> It doesn't have to be active. The new security checks the URI for invalid characters. So the link you provide should at least be valid for your domain and a test page or other site.
2( The EXACT message, Including "!". The number of "!" tells me what type of error is causing the access denied during initial site access.
For example:
! ACCESS DENIED ! = URI check failed -> contained invalid characters
!! ACCESS DENIED !! = GP check failed
!!! ACCESS DENIED !!! = GPC Check failed
And the new ones I just changed to make it easier to identify ( does NOT apply to the current distro ):
!! ACCESS DENIED !! = Direct script access on non-accessible
scripts or parser error in certain situations ( those where the require
mainfile isn't generating the error )
!- ACCESS DENIED -! = URI Check Failed
!-! ACCESS DENIED !-! = GP Check Failed
!!-! ACCESS DENIED !-!! = GPC Check failed
!--! ACCESS DENIED !--! = Admin not super in MPN admin protected
submit areas
!-!-! ACCESS DENIED !-!-! = Admin not super in Nuke admin protected
submit areas
These all apply to initial script access.
[ This message was edited by: Kiril on 2003-09-25 08:11 ]
|