It seems that $Config['UserFilesAbsolutePath'] is wrong. $Config['UserFilesAbsolutePath'] should be set to the absolute server path, it is probably something like '/home/login/public_html/admin/userfiles/' for example.
$Config['UserFilesAbsolutePath'] should be set to the absolute server path, it is probably something like '/home/login/public_html/admin/userfiles/' for example.
Yes, once i fixed my $Config['UserFilesPath'] and $Config['UserFilesAbsolutePath'] few days ago, it worked fine. However, in older version of fckeditor you could leave $Config['UserFilesAbsolutePath'] blank. But i guess i had to use this time.
Re: Error creating folder - Can't create directory
Re: Error creating folder - Can't create directory
Re: Error creating folder - Can't create directory
It seems that $Config['UserFilesAbsolutePath'] is wrong.
$Config['UserFilesAbsolutePath'] should be set to the absolute server path, it is probably something like '/home/login/public_html/admin/userfiles/' for example.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Error creating folder - Can't create directory
That is the solution
Thanks...
Re: Error creating folder - Can't create directory
Thank you so much
Mohammad
Re: Error creating folder - Can't create directory
$Config['Enabled'] = true ;
$Config['UserFilesPath'] = 'http://www.mysite.com/documents/' ;
$Config['UserFilesAbsolutePath'] = 'C:\\HostingSpaces\\clientname\\mysite.com\\wwwroot\\documents\\' ;
[19:18:38] SITE CHMOD 777 documents
[19:18:38] 500 'SITE CHMOD 777 documents': command not understood
Do you have any ideea ?
Re: Error creating folder - Can't create directory
Thank you so much
Mohammad
Re: Error creating folder - Can't create directory
the permissions are not an issue
windows