I am having trouble as well. It says it uploads fine when I run the upload/test.html, but I get these errors below.
Warning: move_uploaded_file(/usr/local/apache/virtual/uppercutmedia.com/htdocs/UserFiles/eye.JPG) [function.move-uploaded-file]: failed to open stream: Permission denied in /usr/local/apache/virtual/uppercutmedia.com/htdocs/admin/FCKeditor/editor/filemanager/upload/php/upload.php on line 84
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpPPjBr2' to '/usr/local/apache/virtual/uppercutmedia.com/htdocs/UserFiles/eye.JPG' in /usr/local/apache/virtual/uppercutmedia.com/htdocs/admin/FCKeditor/editor/filemanager/upload/php/upload.php on line 84
I don't understand how it is uploading though. I didn't configure any ftp info.
Did you select the correct connector in your fckconfig.js file? I've seen this behavior when the asp connector was active, but the server was not running asp.
Make sure to set the language/connector in the fckconfig.js file and (assuming you're using PHP) have set $Config['Enabled'] = true ; in the the browser and upload config files (config.php).
RE: Uploads not working
Now it gives me a new error. When I hit the upload button I get:
This file uploader is disabled, please check the "editor/filemanager/upload/php/config.php" file.
I checked that file and set
// SECURITY: You must explicitelly enable this "connector". (Set it to "true").
$Config['Enabled'] = true ;
saved it, reloaded the page. Still have the same issue. Is there another spot I have to set something to enable the uploader?
RE: Uploads not working
It's not in '/UserFiles/' or any of its subdirectories.
RE: Uploads not working
Warning: move_uploaded_file(/usr/local/apache/virtual/uppercutmedia.com/htdocs/UserFiles/eye.JPG) [function.move-uploaded-file]: failed to open stream: Permission denied in /usr/local/apache/virtual/uppercutmedia.com/htdocs/admin/FCKeditor/editor/filemanager/upload/php/upload.php on line 84
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpPPjBr2' to '/usr/local/apache/virtual/uppercutmedia.com/htdocs/UserFiles/eye.JPG' in /usr/local/apache/virtual/uppercutmedia.com/htdocs/admin/FCKeditor/editor/filemanager/upload/php/upload.php on line 84
I don't understand how it is uploading though. I didn't configure any ftp info.
RE: Uploads not working
I've seen this behavior when the asp connector was active, but the server was not running asp.
RE: Uploads not working