• Resolved WebCodin

    (@webcodin)


    Hi there,

    I’ve an issue with deleting of connected Instagram account.
    When I pressed on “Delete User?” link, confirmation popup window is showing, but after confirmation of action nothing was happened.

    Seems this issue related to deleting of “first” added account.
    In this file: ./dsgnwrks-instagram-importer/dsgnwrks-instagram-importer.php (line: 1309) you have following condition: if ( $delete ) {.
    For the first user $delete == 0, so this condition returns “false” value. Perhaps, it makes a sense to change this condition to: if ( $delete !== FALSE ){ ?

    Also,suggested plugin “DsgnWrks Instagram Importer Debug” with enabled “Delete all users and options” options show following error:

    Fatal error: Call to undefined method stdClass::get_option() in /home/wc3/public_html/wp-content/plugins/dsgnwrks-instagram-importer/dsgnwrks-instagram-importer.php on line 1378

    .

    Thanks in advance for your help.

    https://www.ads-software.com/plugins/dsgnwrks-instagram-importer/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Justin Sternberg

    (@jtsternberg)

    Please update both plugins and let me know if you are still seeing issues. Thank you.

    Thread Starter WebCodin

    (@webcodin)

    Hi Justin,

    Thanks for your help.
    The second issue with debug plugin was fixed. This option “Delete all users and options” is working properly.
    However account that was added first still can’t be deleted via this link: https://c2n.me/3uJDWxk – only if I use Delete all users and options” via debug plugin.

    Plugin Author Justin Sternberg

    (@jtsternberg)

    If you want to send login credentials to your site via my contact form, I can try to take a look. https://dsgnwrks.pro/connect

    Thread Starter WebCodin

    (@webcodin)

    Justin,

    We’re not able to provide site access because it is client’s site. But we’ve reproduce this issue on clean WP installation.
    Actually, we cleaned up test account with your debug plugin, so this issue is not critical for us any more. So, you can resolve this topic.

    Great thanks for your help! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Issue with deleting of connected Instagram account’ is closed to new replies.