Error when installing amember

Discussion in 'Installation' started by wealthdragons, Jun 21, 2010.

  1. wealthdragons

    wealthdragons New Member

    Joined:
    Jun 16, 2010
    Messages:
    4
    this error message appear at the top of every page on installation setup but it works fine and continue it..
    Code:
    Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/dragonwe/public_html/amember/setup.php on line 24
    
    but then these message appeared when i continue my installation into 4/4
    and i cant move on..
    Code:
    Warning: Cannot modify header information - headers already sent by (output started at /home/dragonwe/public_html/amember/setup.php:24) in /home/dragonwe/public_html/amember/setup.php on line 716
    any help pls?? Thx
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Change error_reporting setting in your php.ini to:
    error_reporting = E_ALL & ~E_DEPRECATED & ~E_NOTICE
    This should help.
  3. theangelguy

    theangelguy Member

    Joined:
    Jul 15, 2009
    Messages:
    30
    I changed it to the line you specified (it was already similar) but re-doing the setup got the same message.
  4. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    1. You can also change:

    Code:
    display_errors = off
    2. Be sure to restart the Appache web service after making the change.
  5. wealthdragons

    wealthdragons New Member

    Joined:
    Jun 16, 2010
    Messages:
    4
    where i can find php.ini? is it at amember folder or not, because i've been searching for php.ini file and only found init.php at amember folder

    help pls.. thx :)
  6. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    Logged on as admin in aMember click version info and look for "loaded configuration file" and it will tell you where your php.ini is loaded from.

    If you do not have access to edit that file, you can create a php.ini in your aMember directory (or php5.ini depending on your server configuration) and place the override value there.
  7. wealthdragons

    wealthdragons New Member

    Joined:
    Jun 16, 2010
    Messages:
    4
    @skippybosco: thank you for your reply. However, I'm not so sure where should I log on as admin -- currently I'm setting aMember on www.wealthdragons.co.uk, and still stuck on Setup step 3 to 4, where it returned:

    Code:
    Warning: Cannot modify header information - headers already sent by (output started at /home/dragonwe/public_html/amember/setup.php:24) in /home/dragonwe/public_html/amember/setup.php on line 716
    Previously, I saw this message on every page, but since the installation can continue, I choose to ignore this:
    Code:
    Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/dragonwe/public_html/amember/setup.php on line 24
    I'm trying to login at www.wealthdragons.co.uk/amember/ with my amember login and password, but so far, nothing happens.

    This amember installation was supposed to be installed on Wordpress.

    Thank you in advance.
  8. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    send me an email {my username here} @ hotmail.com and I'll try and get you sorted out.

Share This Page