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
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.