Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #857862

    Mark C
    Participant

    Greetings!

    I have not started creating my site yet – I just installed X on my new site on my new ThemeCo hosting (woohoo!). When I updated X, etc, I now get this error at the top of the plugins page.

    “Warning: Invalid argument supplied for foreach() in /srv/www/data/users/c/e/ce7d4126/public/wp-content/plugins/convertplug/admin/bsf-core/auto-update/admin-functions.php on line 993”

    #857865

    Mark C
    Participant
    This reply has been marked as private.
    #858202

    Rupok
    Member

    Hi there,

    Thanks for writing in! Kindly re-install the ConvertPlug plugin. Remove this completely and install from Addons page.

    Cheers!

    #859026

    Mark C
    Participant

    Thanks! I did that and there was no change. Same error at the top of the page.

    #861671

    Mark C
    Participant

    Any suggestions?

    #862203

    Rad
    Moderator

    Hi there,

    Please trying the code mentioned here https://community.theme.co/forums/topic/converplug-warning-invalid-argument/. It should be located in this file /wp-content/plugins/convertplug/admin/bsf-core/auto-update/admin-functions.php on line 993.

    You can do that through FTP and any text editor, or your hosting’s file manager.

    Then let us know.

    #867971

    Mark C
    Participant

    From reading that thread, it appears that the purpose of the added code is to just skip the error. Is that correct? If so, does that mean that the actual error doesn’t need correcting?

    #868907

    Jack
    Keymaster

    Hi there Mark,

    Thanks for writing back.

    It’s technically a warning and not a error, the warning won’t break any functionality or cause any issues. You can simply suppress the issue via your php.ini configuration or by setting WP_DEBUG to false in your wp-config.php.

    Also you are correct, that the code change, just skips the warning 🙂

    We’ve let the ConvertPlug developers know about the warning.

    Let us know if you have any problems, we’re here to help.

    Thank you!

    #871537

    Mark C
    Participant

    OK, thanks! It’s showing in a client’s site, so naturally it’s tough to tell them that all of that coded warning at the top doesn’t matter (even when it’s true). Thankfully they have faith in me, but it feels kinda silly to say. I’ll see what I can do to get the code going to hide it.

    Thanks again!

    #872351

    Rue Nel
    Moderator

    You’re welcome!
    We’re glad we were able to help you out.