Problems, need help? Have a tip or advice? Post it here.
5 posts Page 1 of 1
It's the first time I encounter this and it happens on every page on a website I recently designed and decided to add on page editing capabilities but as I was testing it, something weird is happening:

When I click on the Change Image button it does open the Popup, it allows me to upload images and everything but the thing is when I click the image after uploading, it doesn't select it. It does nothing...just stays like that.

From the admin panel it allows me to select the image and I can change the text, so selecting the image is the only problem.

Code: Select all
<cms:editable type='image' name='about_image' label='Photo' desc='' crop='1' width='450' height='600' show_preview='1' preview_width='200' order='3' />
   
<img class="building" src="<cms:show about_image />" alt="<cms:show about_title />" />
<cms:popup_edit 'about_image' link_text='Change Image'/>


Image

PS:
The console log give me
admin/includes/fileuploader/browser/js/fckxml.js:97 - The provided value 'msxml-document' is not a valid enum value of type XMLHttpRequestResponseType.

and..
admin/includes/fileuploader/browser/frmresourceslist.html:110 - Uncaught TypeError: window.top.k_browse_result is not a function
I wonder why you are using the older file-explorer, Alin?
Could you please switch to the newer version (KCFinder) - can be done from 'couch/config' - and let us know if that helps?

If the problem persists, take a look at the developer console of your browser and, I think, you should see some JS errors. Please report back those as well.
KK wrote: I wonder why you are using the older file-explorer, Alin?
Could you please switch to the newer version (KCFinder) - can be done from 'couch/config' - and let us know if that helps?

If the problem persists, take a look at the developer console of your browser and, I think, you should see some JS errors. Please report back those as well.



Well, since I just finished the website and started uploading I didn't make the changes in the config. But changing to KCFinder did help. :-? I also edited the original post with the two errors from the admin. Anyway, that fixed the problem. Thank you !
Thanks. The JS errors you reported are known to the thrown by IE with the older file-explorer.
Is not a problem with the newer one.
KK wrote: Thanks. The JS errors you reported are known to the thrown by IE with the older file-explorer.
Is not a problem with the newer one.



Well, They came in Torch Version 45.0.0.10802
That's what I found funny :D
5 posts Page 1 of 1