Topic: File upload window stuck loading, api or theme
Hi,
I have an installation of tinymce running... it is version 3.4.7
I also have MCImageManager (working just fine)
But version 3.1.0.7 of FileManager gets stuck when opening the popup window... it keeps all the placeholders visible ({#common.directory}, {#filelist.loading}, etc) and never gets any farther.
I used the Google Chrome javascript console to look for any errors and this is what I got:
GET http://www.website.org/admin/cms/tinymce/plugins/filemanager/pages/fm/css/'../img/toolbar.png' 404 (Not Found)
index.html:153GET http://www.website.org/admin/cms/tinymce/plugins/filemanager/pages/fm/css/'../img/navdesc_bg.gif' 404 (Not Found)
index.html:153GET http://www.website.org/admin/cms/tinymce/plugins/filemanager/pages/fm/css/'../img/loading.gif' 404 (Not Found)
index.php:1Uncaught SyntaxError: Unexpected token ILLEGAL
index.php:1Uncaught SyntaxError: Unexpected end of input
After reading around on some other posts (though nobody had this exact error), I tried a few things like turning off gzip, turning off remove whitespace, but nothing has made any difference, I still get the same errors exactly.
In desperation I re-uploaded the entire filemanager folder and re-setup with the same results, error.
What is really strange is that ImageManager works perfectly.
Any ideas are appreciated... btw I know that this is not the "newest" version of IM, but I don't want to upgrade unless you guys are fairly sure that this would fix the problem.