[Vtigercrm-commits] [vtiger development] #7742: Installer should analyze local PHP ini values, not globals
vtiger development
vtiger-tickets at trac.vtiger.com
Mon Aug 12 18:24:22 UTC 2013
#7742: Installer should analyze local PHP ini values, not globals
------------------------+--------------------------------------------
Reporter: naumann | Owner: developer
Type: defect | Status: new
Priority: unassigned | Milestone: Unassigned
Component: vtigercrm | Version: 5.4.0
Severity: High | Keywords: php.ini local master installer
------------------------+--------------------------------------------
When installing vtiger today, I configured the PHP's ''local'' INI
configuration as discussed at
https://wiki.vtiger.com/index.php/Installation_with_LAMP
That is, I set php_admin_value and php_admin_flag options for Apaches'
mod_php module within the VirtualHost configuration section for this
website. I also placed a phpinfo.php file which invokes phpinfo() within
the document root of the virtualhost I was about to install vtiger in.
While the phpinfo() output allowed me to verify that the ''local''
configuration settings (''local values'') were set correctly (as indicated
on the vtiger wiki), the vtiger installer analyzed the global PHP INI
configuration settings (''master values'') and thus came to wrong
conclusions about its operational environment.
Please make the installer analyze local values of the PHP configuration,
not master values.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7742>
vtiger development <http://trac.vtiger.com/>
vtiger CRM
More information about the vtigercrm-commits
mailing list