Image Advanced Error

Support MB Views Image Advanced ErrorResolved

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #20465
    MR MICHAEL BRIORDANMR MICHAEL BRIORDAN
    Participant

    Hi,

    Image Advanced is rendering, but is producing the following error (from the source code):

    <div style='float:left'>
            <br />
    <b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/michae05/public_html/wholeprophesie/wp-content/plugins/meta-box/inc/fields/fieldset-text.php</b> on line <b>119</b><br />
            <img src="https://www.michaelriordan.co.uk/wholeprophesie/wp-content/uploads/2020/06/1603-3-202x300.gif" style="margin-left:15%;margin-top:5%"></img>
                </div>

    Code that produces this:

    <div style='float:left'>
            {% for item in post.image_upload_kbuw6hblq1 %}
            <img src="{{ item.medium.url }}" style="margin-left:15%;margin-top:5%"></img>
            {% endfor %}
        </div>

    Why is the error appearing?

    #20467
    Long NguyenLong Nguyen
    Moderator

    Hi,

    This issue relates to this topic https://support.metabox.io/topic/fieldset-text/. Have you fixed the issue from the field fieldset_text? Please check it again and let me know.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.