Hello,
Can someone please help me with the following error : See attached file.
I can't upload images... I searched and searched for an answer before making this topic but couldn't solve the problem.
Many thanks in advance...
Can someone please help me with the following error : See attached file.
I can't upload images... I searched and searched for an answer before making this topic but couldn't solve the problem.
Many thanks in advance...

Re: Upload error
I guess that you are using a version lower than 2.5 and you didn't change the settings in fckconfig.js
Re: Upload error
I changed this :
var _FileBrowserLanguage = 'php' ;
var _QuickUploadLanguage = 'php' ;
But still the same problem...
Thx for your help!
Re: Upload error
$Config['Enabled'] = true ;
$Config['UserFilesPath'] = '/userfiles/' ;
$Config['UserFilesAbsolutePath'] = '/userfiles/' ;
Made a directory on the server 'userfiles' and CHMOD it to 777
Now i get the notification that it's not possible to create the directory.
I have tried severall things :
- Without the file 'userfiles' on the server
- I added myself all the subdirectories and CHMOD them to 777
Nothing helped... This seems such a 'easy' and stupid problem but can't find the solution.
Many thanks for your time and help.
Re: Upload error
Re: Upload error
Re: Upload error
Re: Upload error
Why can't he? Can someone give me advice please?
Many thanks!
Re: Upload error
Re: Upload error
I use the 2.5.1 version and of course, the "config.asp" file (in "filemanager/connectors/asp" subdir) is configured properly.
In the "fckconfig.js" file, it seems that sometimes the "../../" part is ignored on lines starting with :
FCKConfig.LinkBrowserURL =
FCKConfig.ImageBrowserURL =
FCKConfig.FlashBrowserURL =
I have not time to search further on that, but I just copied and pasted these 3 lines in my custom config.js file and it works for me.
Hope it will be the same for you.
Re: Upload error
Re: Upload error
Re: Upload error
Be sure to have the entry
file_uploads = On
If you change the php.ini, you need to restart the apache.
Re: Upload error
I am having the exact same problem except I am using the ColdFusion connector. The odd thing is that this was working before and then I got a call saying image upload was not working. Nothing changed in the meantime. I get invalid file type when I try to upload an image and I get an XML not well formated error when trying to create a new folder.
-Aaron
Re: Upload error
I asked the hoster if File Upload was On and he said yes. So i have to check some other things that are server related.
A question : Safe Mode was on and i asked to turn it off. Does Apache has to be restarted now?