User File List is not working / empty

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
Please check for missing javascript files, this is normally the issue. You can use Firebug in Firefox to see what errors there are via the console.
 

karl4210

New Member
YetiShare User
Aug 28, 2014
3
0
0
I am getting the following error:

Code:
uncaught exception: jsTree cookie: jQuery cookie plugin not included.
Not sure why though. How could this be missing from a rather fresh install?
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
Sometimes hosts block the js cookie file as they think it's a security problem. Your host will be able to unblock it. Or ask them to disable mod security and it should work.
 

karl4210

New Member
YetiShare User
Aug 28, 2014
3
0
0
It does look like mod_sec is blocking the "jquery.cookie.js" file because it has .cookie in the name. I have disabled mod_security on this specific domain and that has fixed the issue. Thank you!

I do just want to quickly mention that disabling mod_security server-wide is not a good solution, and I feel annoyed that this is probably what you would suggest to most people. We run very specific and enhanced mod_sec rules for various & obvious reasons.