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
Change error_reporting setting in your php.ini to: error_reporting = E_ALL & ~E_DEPRECATED & ~E_NOTICE This should help.
I changed it to the line you specified (it was already similar) but re-doing the setup got the same message.
1. You can also change: Code: display_errors = off 2. Be sure to restart the Appache web service after making the change.
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
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.
@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.