Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Images not present on issues text after migration from 226 to 302

beta

After migration from 226 to 302, the images on the text of issues are not present.

I use RAD Editor Control.

lomi
· 1
lomi
Replies (6)
helpful
0
not helpful

Are these images within the text or attachments? Check the url they point to, does it exist?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Images within the text.

The url for 226 and 302 version is: src="/controls/RAD/UserImages/IntraPaesi.JPG"

It exist.


lomi
· 1
lomi
helpful
0
not helpful

Don't you need to move them from old webapp folder into new webapp folder?


Harvey Kandola
· 212
Harvey Kandola
helpful
0
not helpful

no

they exists on 302 installation, but the fqn is not correct.

the correct fqn is http://rstserver/gemini3/controls/RAD/UserImages/IntraPaesi.JPG

the incorrect fqn resolved by browser is http://rstserver/controls/RAD/UserImages/IntraPaesi.JPG


lomi
· 1
lomi
helpful
0
not helpful

    <TemplateManager
     ViewPaths="~/controls/RAD/UserTemplates"
     UploadPaths="~/controls/RAD/UserTemplates"
     DeletePaths="~/controls/RAD/UserTemplates"
     />
    <ImageManager  EnableImageEditor="true"
     ViewPaths="~/controls/RAD/UserImages"
     UploadPaths="~/controls/RAD/UserImages"
     DeletePaths="~/controls/RAD/UserImages"
     >

Until 3.0.3 is released, you may have to modify controls\RichText.ascx and update the paths as required by your installation.


Harvey Kandola
· 212
Harvey Kandola
helpful
0
not helpful

Thanx, but I attend the 3.0.3.


lomi
· 1
lomi