The dialog box pops up and allows me to choose my file. When I hit upload it tells me, (Upload in progress, please wait...) But I could wait til Christmas it doesn't ever actually upload the file. I also have the little warning sign in the lower corner of the window. When I check it I have this error:
Line: 120
Char: 2
Error: Object Required
Code: 0
URL:http:...../FCKeditor/editor/filemanager/browser/default/frmresourceslist.html
Any help would be greatly appreciated this is the last major hurdle I have in my project and I'm under an extremely tight deadline.
Tue, 12/27/2005 - 02:04
#1
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