where abouts is this file?
where abouts is this file? |
This may be located in a few different places. What were you hoping to accomplish by finding this file? Happiness is a warm gun. |
Do you have access to SSH on your server if so you can find them here -
/etc/php.ini /etc/php/php.ini /etc/php5/php.ini /usr/bin/php5/bin/php.ini |
i thought there was a php.ini within the boonex script,i was wanting to modify the global setting |
You can create this file and then upload it to your directory that you have the script intalled in.. just open up notepad and then save the document as php.ini , make sure that you place "" around it. Example "php.ini" that way it is saved in the format that is needed. |
PHP.INI does not exist and it remains blank when I create the file and has no effect on my site. Has anyone actually looked for PHP.INI and found it? If so Please tel me where it is. |
If you have access to SSH, login to your server and type this in: cd / find . -name "php.ini" That will list where the system finds php.ini If you are on CentOS, it's usually in the /etc/php.ini If you have access to WHM, then you can do a search for it within the panel. There is usually a front end form where you can adjust the values you want. Optionally, contact your host. They should be able to provide the info you need.
Updating my BoonexNerd.net site. |
I have searched the entire domain and cannot find php.ini. |
This is the php.ini to override config with your server download attachment. |
Or you can see PHP server settings here:
www.yoursitename.com/administration/host_tools.php click php info tab
change your site name with your domain name. |
incenseman, are you on shared hosting or a VPS/Dedicated server? If you're on shared hosting you won't have access to the main php.ini file and you will have to create your own in the local directory to override whatever you are trying to change.
Also if it's shared hosting the host could have it setup where the local file doesn't change whatever you're trying to change. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |