"you are not authorized to access this page" why clients got this error?

Discussion in 'Directories' started by xc06, Jun 13, 2007.

  1. #1
    As the title says, quite a few people complained that they got this message "you are not authorized to access this page" when they filled all info and clicked the "submit" button to my www.cbgred.com .

    I am using phpld3.2. Is it due to phpld or my hosting setting?
    I have no clue for it. Your help is really appreciated.

    Thanks!
     
    xc06, Jun 13, 2007 IP
  2. Freewebspace

    Freewebspace Notable Member

    Messages:
    6,213
    Likes Received:
    370
    Best Answers:
    0
    Trophy Points:
    275
    #2
    The error may be due to timeout you may experience


    EDIT:it works fine for me


    After 10 minutes of opening a submit page means you submit a listing means you will get a error like this!
     
    Freewebspace, Jun 13, 2007 IP
    xc06 likes this.
  3. Antonio

    Antonio Well-Known Member

    Messages:
    1,504
    Likes Received:
    128
    Best Answers:
    0
    Trophy Points:
    155
    #3
    Are they using proxy and did they always get the error?

    It seems the submit page working fine for me.
     
    Antonio, Jun 13, 2007 IP
    xc06 likes this.
  4. SilkySmooth

    SilkySmooth Well-Known Member

    Messages:
    1,583
    Likes Received:
    269
    Best Answers:
    0
    Trophy Points:
    180
    #4
    I recently ran a promotion on my directory and had a few people complain about this. I am also running phpLD3.2 but have not yet figured out what the problem is.

    I am fairly certain the issue is not related to timeout as I had some very experienced users who had this issue. Plus the fact that the error they should have received should have stated 'Invalid or expired submit session'.

    But some family issues have halted my investigation into the problem for the time being.
     
    SilkySmooth, Jun 13, 2007 IP
    xc06 likes this.
  5. xc06

    xc06 Notable Member

    Messages:
    3,498
    Likes Received:
    332
    Best Answers:
    0
    Trophy Points:
    203
    #5
    If you figure out why, pls post here...green rep sent to you. :)
     
    xc06, Jun 13, 2007 IP
  6. an0n

    an0n Prominent Member

    Messages:
    5,688
    Likes Received:
    915
    Best Answers:
    0
    Trophy Points:
    360
    #6
    I think this was part of the IE bug.

    Omitting these lines in the submit.php seemed to have solved people's problems:

    
    //Make an additional check if client is allowed to post/submit
    //[Spam] protection
    [B][COLOR="Red"]//[/COLOR][/B]require_once 'include/check_post_rules.php';
    [B][COLOR="Red"]//[/COLOR][/B]$post_rules_unauthorized = check_post_rules($_POST);
    Code (markup):
     
    an0n, Jun 13, 2007 IP
    xc06 likes this.