php.ini file location

Could any one please tell me where this php.ini file is that I need to change for max file size.

I have looked and looked but to no avail. I simply can not find it.Yell

 

 

Google is a man's best friend!
Quote · 7 Feb 2009

You will need to speak to your host, as they most likely control that file, it is they who set the max limit.

Quote · 7 Feb 2009

AddHandler application/x-httpd-php .php
php_value post_max_size 100M
php_value upload_max_filesize 100M
php_value memory_limit 250M

I was told to place that in the root .htacess file and it did work to increase the uploads but then Dolphin gave the error

"Warning! Dolphin cannot work without mbstring extension. Please go to the Dolphin Troubleshooter and solve the problem."

Quote · 8 Feb 2009

It really depends on your hosting setup. If you are not on a dedicated or virtual dedicated server then you need to ask your host.

Happiness is a warm gun.
Quote · 12 Feb 2009

You can create a phpinfo page -- name it say info.php

Add this php code in it

<?php

echo phpninfo();

?>

http://www.yourdomain.com/info.php

This will give you details about php.ini path and other php values.

http://www.Infrenion.com

Quote · 13 Feb 2009
 
 
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.