• Hello, I updated my WordPress and a lot of images are not showing anymore. Seems to be an issue with the way the plugin connects the image IDs with the source. Is there any update or anything I can do to fix this?

    Issues displayed:

    Notice: Undefined index: ID in /home/…/public_html/content/themes/wp-bootstrap-starter-child/single-work.php on line 14

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Scott Kingsley Clark

    (@sc0ttkclark)

    Could you please provide your Site Health information to help us determine what might be causing this problem? To get that, you can go to your WordPress dashboard area and go to: Tools > Site Health > Info, then Press the “Copy site info to clipboard” button, and paste the results here.

    Plugin Support Paul Clark

    (@pdclark)

    The error says that on line 14 of content/themes/wp-bootstrap-starter-child/single-work.php, a variable which was expected to be an array containing an ID did not contain any value for the key ID.

    In that file on that line, there will likely be some variable written like $variable_name['ID']

    For whatever $variable_name is, likely $post or similar, one should then consider where the values for that variable came from in previous lines.

    There may also be formatting / santization issues causing problems on the site, as this content on the linked page is outputting < and > using &lt; and &gt;, causing the HTML to not work as intended. This usually happen when an admin user puts HTML into a field intended text content, where the input field has been set to not accept HTML tags.

    <p class="client-desc">International Federation of Red Cross and Red Crescent Societies (IFRC)

    &lt;a href="http://go.ifrc.org" target="_blank" rel="noopener"&gt;http://go.ifrc.org&lt;/a&gt;</p>
Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.