• Resolved Sergiy

    (@se8pro)


    latest Version 1.4.23

    message where show feeds:

    “Warning: foreach() argument must be of type array|object, null given in wd-instagram-feed/admin/views/feeds.php on line 114”

    the problem is solved by replacing the string on line 114

    // old
    //foreach ( $feed_users as $user ) {
    // new
    foreach ((array) $feed_users as $user) {

    check plugin for bugs before releasing new versions

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Sergiy

    (@se8pro)

    But there is one more error after the update, now in the place where the feed is displayed – he writes: Cannot get other user media. API shut down by Instagram. Sorry. Display only your media.
    I will try to reconnect the user, but there may be an error in another
    In the plugin settings, I have already cleared the cache
    /wp-admin/admin.php?page=wdi_settings

    Plugin Support Mane Grigoryan

    (@manegr)

    Hi Dear Sergiy,
    Thanks for you inquiry.

    I am very sorry but I should ask you to contact our technical team to solve this issue, please contact us using the following form”.

    Please mention this forum post link in your email’s subject line.

    Best Regards,
    Mane

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error message in admin page of plugin’ is closed to new replies.