I have an issue that popped up recently on the site humm.co.za
I move the site from one server to another, but nothing should have changed to the site itself. Somewhere something went wrong and i need to debug it. It is off at the moment as i try to debug this issue. I can post messages here but i can't turn it on until the issue is resolved, unfortunately.
In short, CGSmartImage is producing a 'null' string for my slider. It used to work, but clearly i changed something... Here is the template:
Code: Select all
<div id="slider">{foreach from=$images item=image}
<!-- {* <img src="{$image->file|escape:'url'|replace:'%2F':'/'}" alt="{$image->titlename}" title="{$image->comment}" /> *} -->
{CGSmartImage src=$image->file filter_resize='c,950,245' alt=$image->titlename title=$image->comment}
{/foreach}
</div>Code: Select all
{CGSmartImage src=$image->file}I have turned on debugging in the config file and the module's debugging setting, but i don't see any error. I am not sure how to go about debugging this.
Any advice will be appreciated.


