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
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
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