Support

Account

Home Forums Front-end Issues Warning: Illegal string offset 'url' Reply To: Warning: Illegal string offset 'url'

  • if you are returning the url then the line should be

    
    <?php if( !empty($centercont) ): ?>
         <img src="<?php echo $centercont; ?>" />
    <?php endif; ?>