PDA

View Full Version : php.ini in local folder instead of /usr/local/Zend/etc/php.ini



jawnski
06-27-2007, 09:15 AM
Apologies if this has been answered already. Didn't find a thread.

Installing Sugarcrm in /crm directory and the installer points to /usr/local/Zend/etc/php.ini as the location for the php.ini file and I do not have access to this file.


Somehow I installed Sugar on other subdomains without a hitch and Sugar picked up the local folder's php.ini file.

Question: can a guy have an installer see the local php.ini file ( example: public_html/crm/php.ini ) instead of the /usr/local/Zend/etc/php.ini

***********found the answer in another forum***************
As it turns out, the php.ini needs to be exactly the same in every folder. If one php.ini file is changed in one folder it needs to be the same for all the other folders. Doh!