Function set_magic_quotes_runtime() is deprecated

Discussion in 'Installation' started by jackmw, Nov 23, 2009.

  1. jackmw

    jackmw aMember Pro Customer

    Joined:
    Oct 14, 2009
    Messages:
    6
    I'm running the amember setup on my local host and I've gotten the following error message:

    Deprecated: Function set_magic_quotes_runtime() is deprecated in

    Anyone else encounter this error?

    I've seen some things which suggest I may need to make a change to my php.ini file, but I thought I'd ask around before I did that.

    Suggestions anyone?

    TIA
  2. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    Sounds like you are running PHP 5.3.

    In your custom php.ini (stored in your amember directory) add the following:

    Code:
    display_errors = off
  3. jasonh24

    jasonh24 New Member

    Joined:
    Apr 19, 2009
    Messages:
    7
    Where is PHP.ini file?

    Sorry for the newbie question, but I can not find a file named PHP.ini in my amember directory. Where is it located exactly?

    Thanks
  4. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    you can create it if it is not already there.

Share This Page