Having memory fatal errors and added memory_limit=128M to php.ini in root (actually added the file numerous places). But still see: memory_limit = 33554432 - FAIL (must be >= 134217728) in Admin Tools / Host Tools.
Is there another Php.ini file hidden somewhere?
This is my php.ini:
allow_url_fopen = On
allow_url_include=Off
display_errors = On
magic_quotes_gpc=On
max_executi alt=3000
max_execution_time = 3000
max_input_time=3000
memory_limit=128M
post_max_size=300M
register_globals=Off
safe_mode = Off
short_open_tag=On
upload_max_filesize=300M
Seeing these "Fails":
magic_quotes_gpc = On - FAIL (must be = Off)
memory_limit = 33554432 - FAIL (must be >= 134217728)
post_max_size = 8388608 - FAIL (must be >= 52428800)
upload_max_filesize = 2097152 - FAIL (must be >= 52428800)