Error when enabling resize
Image Processor: error executing the action Load- no access
Question:
How can I prevent the error Image Processor: error executing the action Load- no access when enabling resizing in Advanced HTML Editor 2 using ASP?
Answer:
The new Smart Image Processor 2.5.4 has been made more secure. When the resize option within Advanced HTML Editor 2 is enabled an error occurs: Image Processor: error executing the action Load- no access.
This is because the Advanced HTML Editor 2 uses non-updated code for resizing.The code can be manually updated to let the Smart Image Processor 2.5.4 work together with the Advanced HTML Editor 2.
Open the file upload_resize.asp from the AdvHTML_Popups folder. Search for the line that says:
Set sip1 = New ImageProcessor
Add the following code below this line to update:
sip1.Key =
"37983CE1-C576-4575-925D-D96B64F730BB"
This string can be edited at random, as
long as it is there and has the same length. SIP needs this string
verify.
Save the file and upload it. The resize should now work.
Comments
Be the first to write a comment
You must me logged in to write a comment.