Not seeing Php.ini file..

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)

Quote · 25 Jun 2012

does your host allow your own php.ini to be used?

so much to do....
Quote · 25 Jun 2012

Hummm, that must be the problem.  Thanks.

Quote · 25 Jun 2012

 

Hummm, that must be the problem.  Thanks.

 you dont see it most likely because it is not there. typically there is only a global php.ini file. if you need to make adjustments to the server settings you would add a custom / local ini on your account

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 25 Jun 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.