Ok I've been trying to install for the last 15 minutes or so, I had it working at first but had some stuff I wanted to delete from that site so I just wiped the whole thing to start fresh. I am able to install fine, but when I try to log in I get the following errors: Warning: session_start() [function.session-start]: open(/tmp/sess_9e839190ae1b7187c22c6342e508de9c, O_RDWR) failed: Permission denied (13) in /home/seotool/public_html/amember/common.inc.php on line 1827 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/seotool/public_html/amember/common.inc.php:1827) in /home/seotool/public_html/amember/common.inc.php on line 1827 What's causing this and how do I fix it?
Sounds like your server's session.save_path is set to /tmp, but your web account does not have access to write to it. You can either: a) check the /tmp directory permissions and update them -or- b) contact your host and have them update your path to a valid directory that your web account has access to