Friday 20 January 2006 3:05:35 am
I'm having a problem again... Yesterday I inserted some embedded images and it worked fine. Today however, without a clue of what I've done different - the images are gone. They display fine on the admin preview, and I can access the image with it's url as anonymous user (ie: index.php/<siteaccess>/media_files/<image> The image is embedded with the embed nodeid="<nodeid>" element in a ezxmltext field. There are no errors in the logs, and template debug gives me this:
<!-- START: including template: design/standard/templates/content/datatype/view/ezimage.tpl (design:content/datatype/view/ezimage.tpl) -->
<br/>
<img src= width="" height="" style="border: 0px;" alt="" title="" />
<!-- STOP: including template: design/standard/templates/content/datatype/view/ezimage.tpl (design:content/datatype/view/ezimage.tpl) -->
</p>
</div>
<div class="attribute-caption" style="width: px">
<!-- START: including template: design/standard/templates/content/datatype/view/ezxmltext.tpl (design:content/datatype/view/ezxmltext.tpl) -->
<!-- START: including template: design/standard/templates/content/datatype/view/ezxmltags/paragraph.tpl (design:content/datatype/view/ezxmltags/paragraph.tpl) -->
<!-- START: including template: design/standard/templates/content/datatype/view/ezxmltags/line.tpl (design:content/datatype/view/ezxmltags/line.tpl) -->
[Image title appears here]<br />
...
It looks like it doesn't find the image or something, but it was there yesterday, AND it is available to anonymous users. Any ideas?
|