simogeo / Filemanager

An open-source file manager released under MIT license. Up-to-date for PHP connector. This package is DEPRECATED. Now, please use RichFileManager available at : https://github.com/servocoder/RichFilemanager.
937 stars 350 forks source link

Stuck on loading #480

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hello simogeo I uploaded fresh download copy filemanager when I opened index.html stuck on loading icon. Please help

simogeo commented 8 years ago

check development console (network panel) to see what's happening ........

Which server are you using ?

ghost commented 8 years ago

Maybe you didn't understand my problem, My problem that when I opened index.html I see loading icon and stuck with it. (keep loading)

simogeo commented 8 years ago

Maybe you didn't understand my answer ... Filemanager runs under a web server ....

ghost commented 8 years ago

Centos 6.7 x64 Apache/2.4.18 (Unix)

simogeo commented 8 years ago

And have you checked development console (network panel) to see what's happening ........

ghost commented 8 years ago

404 -> filemanager.config.default.json I copied filemanager.config.json to filemanager.config.default.json and it's working now Thanks man =)

ghost commented 8 years ago

Hey simogeo I'm facing another problem.. Browsing works fine everything seems ok unless I select image console print( a.split is not a function ) Please help thanks

simogeo commented 8 years ago

?? are you sure it comes from the Filemanager ?

if you want to identify precisely the problem, in you index.html file, replace link to filemanager.min.js by link to filemanager.js file

ghost commented 8 years ago

Changed Console print filemanager.js:107 Uncaught TypeError: url.split is not a function

By the way I'm using TinyMCE v3

simogeo commented 8 years ago

set config.options.baseUrl to false

ghost commented 8 years ago

Now I can select photo but URL not correct for example it should be

www.domain.com/img/name.jpg But output img/name.jpg

simogeo commented 8 years ago

And what's happening if baseUrl is set to www.domain.com/img/ ?

ghost commented 8 years ago

That's works :+1: so keep settings with url ?

simogeo commented 8 years ago

What was the value before ? only http://www.domain.com.. I'll have a look on that

ghost commented 8 years ago

no I'm using subdomain now http://dev.domain.com Really thanks u r great :D