File Manager 'In Set' function stopped working
Permalink
Hi guys.
I 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
I 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
Pretty strange problem. In the file manager when you click 'in sets' you can usually choose a set and the software shows all files in that set.
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
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
First of all...you have to create a new file set....and assign one or two images over it..then search for newly created file set and see if there is same problem then if you installed any add-on recently or not....if installed then uninstalled it...i think it may be jquery conflict issue
I tried in my local server.....its working well
I tried in my local server.....its working well
it turns out that in my dashboard every GET request happens twice. Once with index.php in the URL which throws a 301 and once without which works and has the desired outcome most of the time - just in filemanager search it does not work...
I had a strange addition in htaccess - not sure why I created that at one point:
Once I took that out it worked just fine...
# -- 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...
Great ...Congo
Please provide screenshots of your problems.....and plz elaborate briefly ..so i can help you
Thanks