Hi,
I have a reocurring problem with an IMG url with the name clear.gif in the XForm table. The image is placed in the right dir on the webserver but the webmaster for our customer keeps getting this image as missing. Is this a knowned problem? I have gotten the same problem a few times but it works most of the times when I visit the site.
Greatful for any input at all.
/Niklas Furberg
I have almost the same problem.
We have setup our site, so the editors need to use an internal domain when they want to edit the site. That domain is only working inside our network.
But when saving the form, the Xform is using that domain for the images instead of the domain of the site.
So the links for clear.gif in our case gets:
http://editdomain.local/images/clear.gif
, instead of the wanted http://ourexternaldomain/images/clear.gif.
ourexternaldomain is correctly setup in the web.config, so I think that one should be used instead.
/Tobias
Ahh, thanks.
I have to check what url the people at the internal domain get. If they get an the internal domain maybe the esiest solution is to point that domain to the same webserver.
Otherwise they will have to live with it or EPiServer has to fix the bug.
/Niklas Furberg
Hopefully EP will fix the problem. I havn't checked 4.51 yet maybe its already fixed.
For the moment, I did a small httpmodule that removes the internal domains, so the users doesn't have to see the red cross in all forms.
Hopefully EP will fix the problem. I havn't checked 4.51 yet maybe its already fixed.
For the moment, I did a small httpmodule that removes the internal domains, so the users doesn't have to see the red cross in all forms.
Hello!
I just wanted to inform that this is a known issue in EPiServer 4.50 that is fixed in EPiServer that is fixed in EPiServer 4.51. The problem appears when you create a form and then export it to another site or change the url for the web site.
In EPiServer 4.51 an is added instead of an picture which removes the problem. If you have a form created in 4.50 that has the problem and you have upgraded to 4.51 you need to remove the failing gif file. This can be done be adding a form control to the empty cell and then remove the control as the empty content will be replaced.
Okej, thank you Linus for the input.
Can I solve this problem without upgrading tp 4.51? eg. would recreating the form in the new production enviroment get rid of the clear.gif problem?
The xForm was created exactly as you said in one enviroment and then moved to an other.
/Niklas Furberg
I would party take care of the problem as you will still have an empty gif image but it should point to an existing image in the util directory so there should be no broken image.