Black Page - Error List Avaiable

Discussion in 'Troubleshooting' started by sharadjalota456, Jan 16, 2010.

  1. sharadjalota456

    sharadjalota456 New Member

    Joined:
    Nov 11, 2009
    Messages:
    26
    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.
  2. thehpmc

    thehpmc Member

    Joined:
    Aug 24, 2006
    Messages:
    901
    What version of aMember and what version of php (5.3)?

    Error messages are pointless without a bit of basic info.
  3. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    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");
  4. zenpig66

    zenpig66 aMember Pro Customer

    Joined:
    Jan 1, 2009
    Messages:
    72
    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?
  5. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Yes remove @set_magic_quotes_runtime(0); line from config.inc.php as well.

Share This Page