After upgrading from version 2.4 to 2.5.3, the system is not parsing a channel field containing an image in multisite. Actually, it works for the default site, but not for other sites. Before the update it was working fine. Here’s an exemple of code that worked before the update: the field “portada” a channel field in the channel “publicacions” that should contain an image, is not showing at all. The channel “title” is working properly.
Any ideas?
Thanks in advance.
{exp:channel:entries site="default_site" channel="publicacions" limit="10" status="not closed"}
{title}
{portada}
{/exp:channel:entries}