[Vtigercrm-commits] [vtiger development] #7228: Warning: chmod() [function.chmod]: Operation not permitted in /var/.../public_html/migration/kibron/vtlib/thirdparty/dUnzip2.inc.php on line 226
vtiger development
vtiger-tickets at trac.vtiger.com
Fri Nov 18 07:25:58 PST 2011
#7228: Warning: chmod() [function.chmod]: Operation not permitted in
/var/.../public_html/migration/kibron/vtlib/thirdparty/dUnzip2.inc.php on
line 226
-------------------------+--------------------------------------------------
Reporter: prasad | Owner: developer
Type: known issue | Status: new
Priority: unassigned | Milestone: Unassigned
Component: vtigercrm | Version: 5.3.0 RC
Severity: Medium | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Comment (by prasad):
Suggested Fix:
* Change the owner to username under which PHP script is executed.
(generally apache/www-data).
* If above step is not possible, suppress the warning. Edit
(vtlib/thirdparty/dUnzip2.inc.php)
Replace 226 to:
@chmod($targetFileName, 0777);
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7228#comment:1>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list