Titles wont change in file manager
Permalink 1 user found helpful
I have a really strange issue happening with title in file manager on one of my sites.
If you go in to file manager and properties on an image then change the title, save and come out of it.
Refresh the page and the text in the title column has changed, on the front end it has also changed.
BUT, go back into the properties and it is still the same as the old text
Makes no sense, has anyone else seen something like this?
If you go in to file manager and properties on an image then change the title, save and come out of it.
Refresh the page and the text in the title column has changed, on the front end it has also changed.
BUT, go back into the properties and it is still the same as the old text
Makes no sense, has anyone else seen something like this?
Possibly your browser is loading a cached page, try forcing a browser refresh and clear your cache in the system and settings page
Yeah i have tried this and tried on another machine
For version 8, I noticed the same thing ( not a browser problem ). I filled issues on github:
https://github.com/concrete5/concrete5/issues/5038...
https://github.com/concrete5/concrete5/issues/5037...
https://github.com/concrete5/concrete5/issues/5038...
https://github.com/concrete5/concrete5/issues/5037...
I have now seen the error.
in the htaccess i had which c5 didn't like. Removed it and boom it works fine.
in the htaccess i had which c5 didn't like. Removed it and boom it works fine.
<IfModule mod_expires.c> # Enable expirations ExpiresActive On # Default directive ExpiresDefault "access plus 1 month" # My favicon ExpiresByType image/x-icon "access plus 1 year" # Images ExpiresByType image/gif "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType image/jpg "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" # CSS ExpiresByType text/css "access plus 1 month" # Javascript
Viewing 15 lines of 17 lines. View entire code block.