Hey, All pages are blank, error list: Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/shockstr/public_html/amember/config.inc.php on line 26 Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/shockstr/public_html/amember/common.inc.php on line 22 Warning: session_start() [function.session-start]: SAFE MODE Restriction in effect. The script whose uid is 944 is not allowed to access /tmp owned by uid 0 in /home/shockstr/public_html/amember/common.inc.php on line 1758 Fatal error: session_start() [<a href='function.session-start'>function.session-start</a>]: Failed to initialize storage module: files (path: ) in /home/shockstr/public_html/amember/common.inc.php on line 1758 Help appreciated.
What version of aMember and what version of php (5.3)? Error messages are pointless without a bit of basic info.
1. Edit /amember/common.inc.php and remove this line: set_magic_quotes_runtime(0); 2. Edit /amember/config.inc.php and add this line to the top of the file: ini_set("session.save_path", dirname(__FILE__)."/data");
Just adding ini_set("session.save_path", dirname(__FILE__)."/data"); to the top of config.inc.php and removing the line from common.inc.php didn't resolve it for me.....should line 26(now 27 with the edit) be removed as well?