failed to open stream: Permission denied

Discussion in 'Installation' started by kkhan, Dec 31, 2004.

  1. kkhan

    kkhan Guest

    I am new to amember pro and I would really appreciate any help. :)

    when a user tries to logon, the following error pops up:

    Warning: fopen(/home/learnsap/public_html/amember/data/new_rewrite/55f2e3de66cff78166e723735bf34ac1-6): failed to open stream: Permission denied in /home/learnsap/public_html/amember/plugins/protect/new_rewrite/new_rewrite.inc.php on line 11
  2. kkhan

    kkhan Guest

    failed to open stream - Problem resolved.

    Well apparently as the user tried to logon, amember tried to create a unique session by writing some file in a directory which did not have proper write authorization. When I changed the permision on that directory (new_write) from 755 to 777 it fixed the problem.

    I am not a programmer, but I hope this will help. :D
  3. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    it is necessary to chmod folder
    /home/learnsap/public_html/amember/data/new_rewrite/
    to 777

Share This Page