[Vtigercrm-commits] [Vtiger development] #8050: Email Template - I can not upload the file for email template - The folder permission 755
Vtiger development
vtiger-tickets at trac.vtiger.com
Fri May 16 08:39:01 GMT 2014
#8050: Email Template - I can not upload the file for email template - The folder
permission 755
-----------------------+------------------------
Reporter: prasad | Owner: developer
Type: defect | Status: new
Priority: major | Milestone: 6.1.0
Component: vtigercrm | Version: 6.0.0
Severity: Medium | Resolution:
Keywords: |
-----------------------+------------------------
Comment (by prasad):
The issue seem to be due to wrong upload-directory configuration set for
kcfinder.
File: modules/Users/actions/Login.php
{{{
$_SESSION['KCFINDER']['uploadDir'] = "test/upload";
}}}
change this to
{{{
$_SESSION['KCFINDER']['uploadDir'] = "../test/upload";
}}}
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8050#comment:1>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM
More information about the vtigercrm-commits
mailing list