Hello, I am unable to edit images with JCE Image Manager if I create the custom .htacess file with AT Pro. I have contacted the JCE developer and he explained it was a .htacess problem. If I rename use or the default I can edit the images.
I get this error message: Action "resize" failed. Temp image could not be loaded.
Here is my post:
It does appear to be admin tools that is causing this for me. Renaming the .htaccess file allows me to perform crop and resize again.
What would I add to the htaccess to correct it?
Or is this something an update is going to fix?
Here is his reply:
I added :
# Image Editor
RewriteRule ^tmp/wf_ie_([a-z0-9]+)\.(jpg|jpeg|png|gif)$ $1 [L]
directly after :
##### Advanced server protection -- BEGIN
My reply:
This didn't work for me. Is there a directory I can add to the exclusion setting for components instead?
Sorry, I know this is not your problem but you may know a solution more than they would.
His Reply:
The temp image is accessed directly, not via the component.
I had to try various positions within the htaccess file before I could get this to work on the demo site etc. (also using Admin Tools)
--------------------------
I cannot get this to work in my system. How can this extension be allowed to function with a custom htacess file?
Thanks