Warning: Illegal string offset ‘url’
-
Website isn’t showing some images on website in a banner. When using inspect it comes up with this message –
<img src="<br /> <b>Warning</b>: Illegal string offset 'url' in <b>/home/**/public_html/wp-content/themes/basetheme/footer.php</b> on line <b>133</b><br /> h" alt="SHEEP" title="SHEEP" data-src="<br /> <b>Warning</b>: Illegal string offset 'url' in <b>/home/**/public_html/wp-content/themes/basetheme/footer.php</b> on line <b>133</b><br /> h" class=" lazyloaded">
The code we currently have on line 131-134 is :
<div class=”product-logo-box”>
<div class=”product-logo”>
” alt=”<?php echo $c_name; ?>” title=”<?php echo $c_name; ?>”>
</div>How can i fix this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Warning: Illegal string offset ‘url’’ is closed to new replies.