I recently upgraded a client’s site from 2.1.0 to 2.5.3 and everything seems to have gone through fine, except when I look at the site, in one place where images are supposed to be pulled in (from a file field in a channel), the image paths aren’t being pulled. This is the code in the template:
{exp:channel:entries channel="home_logos" dynamic="no" limit="10" orderby="id" sort="asc"}
{home_logo}
{/exp:channel:entries}And this is how it renders:
" width=
" width=
" width=As you can see, it pulls the {title} just fine, but not the image field. What could be causing this? I’m about to roll back to 2.1.0 because it’s unacceptable that the site has no images displaying on the front-end, but I will need to upgrade and I do need a solution for this.