File Manager 'In Set' function stopped working
PermalinkI have created
http://www.actorshome.com
with concrete5 and apart of inviting you all to go check it out (even if you are not an actor, just for the cool UI I created based on concrete5) I do have a small challenge.
In the file manager the sorting into file sets does not work anymore and I have no idea why...
Most filesets get created programatically so that might be a reason (each user that registers gets a page and a fileset assigned, both with the same name)
If anybody has an idea where to look I would be grateful
Thanks!
Alexander
In this install that does not work... No idea why or where to start looking
I noticed in firebug that it runs the Jquery twice and ine search request has a 301 error
I tried in my local server.....its working well
# -- concrete5 urls start -- <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}/index.html !-f RewriteCond %{REQUEST_FILENAME}/index.php !-f RewriteRule . index.php [L] RewriteCond %{THE_REQUEST} ^GET.*index\.php [NC] RewriteCond %{THE_REQUEST} !/system/.* RewriteRule (.*?)index\.php/*(.*) /$1$2 [R=301,L] RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$http://www.%{HTTP_HOST}/$1 [R=301,L] </IfModule> # -- concrete5 urls end --
Once I took that out it worked just fine...
Please provide screenshots of your problems.....and plz elaborate briefly ..so i can help you
Thanks