I gets the same error when using the image manager that came with Opencart v1.5.5.1. When I trying to browse for a image I gets the admin-login page and underneath jquery output this htmlcode:
Code: Select all
" alt="" title="" />
Code: Select all
$(element).find('img').replaceWith('<img src="' + html + '" alt="" title="" />');
Code: Select all
$(element).find('img').replaceWith('<img src=\"' + html + '\" alt=\"\" title=\"\" />');
Suddenly the Image Manager is working I can see the images listed and i can select and upload new files. But only in the installation on my local computer, not in the istallation on my host provider - I still get the htmlcode output as the attachment below. Sins yesterday I have ben trying to delete cache and sessions-files with no luck...
Can someone tell me why its working on my local computer and not on my host privader?
I have olso changed to \" for al the htmlcode from the jquery-outputs in this tpl-file with the same result... its working on my local machin and not on the host provider..
Thanks in advanced!