• Resolved icks13

    (@icks13)


    Hello,

    recently I had to update a couple of plugins by uploading their zip file. Every time the uploading was going fine and I was able to correctly activate the plugin, however there were always the following message error:

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, array must have exactly two members in …/ccwgnwmyuq/public_html/wp-includes/class-wp-hook.php on line 288

    After a lot of app testing, disable and enable plugins (I have 39 activated) I’ve found out that the problem is related with your plugin.
    Once I’ve deleted Feed Them Social, I was able to install/update plugins via zip file without get the error message above.

    Now, the plugins works and in my case Feed Them Social works too (I just use it as Pinterest Board Feed) but we don’t wanna find out what kind of other complications may trigger, so if you could fix it:)

    thank you

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author slickremix

    (@slickremix)

    Hey @icks13,
    Sorry for the troubles!

    Can you please copy and paste to me the Report from the System Info page of our plugin? Click here if you are unsure how to do this. https://www.slickremix.com/docs/system-info-page/

    Thanks,
    Justin

    M C

    (@miguel-gomes-da-costa)

    Hi,

    I have exactly the same problem. Is there a fix for this error?

    Thanks,
    Miguel

    Plugin Author slickremix

    (@slickremix)

    Hey @miguel-gomes-da-costa,
    Sorry for the troubles!

    Can you please copy and paste to me the Report from the System Info page of our plugin? Click here if you are unsure how to do this. https://www.slickremix.com/docs/system-info-page/

    Thanks,
    Justin Labadie

    Hi Justin – I’m having the same issue. Here’s the report:

    ### Begin System Info ###

    SITE_URL: https://shuktara.org
    Feed Them Social Version: 2.4.2

    — WordPress Configuration:

    WordPress Version: 4.9.6
    Multisite: No
    Permalink Structure: /%postname%/
    Active Theme: Nikkon Child 1.0.0
    PHP Memory Limit: 368M
    WP_DEBUG: Disabled

    — Webserver Configuration:

    PHP Version: 7.0.30
    Web Server Info: LiteSpeed

    — PHP Configuration:

    Safe Mode: No
    Upload Max Size: 128M
    Post Max Size: 128M
    Upload Max Filesize: 128M
    Time Limit: 500
    Max Input Vars: 1000
    Allow URL File Open: On (1)
    Display Erros: On (1)

    — PHP Extensions:

    FSOCKOPEN: Your server supports fsockopen.
    cURL: Your server supports cURL.

    — FTS Settings->Global Options:

    Cache time: 1 Day (Default)

    — Active Plugins:

    Akismet Anti-Spam: 4.0.8
    Black Studio TinyMCE Widget: 2.6.2
    Contact Form 7: 5.0.2
    Content Views: 2.0.2
    Cookie Consent: 2.3.11
    Email Subscribers & Newsletters: 3.5.2
    Feed Them Social (Facebook, Instagram, Twitter, etc): 2.4.2
    FooGallery: 1.4.31
    Google Analytics Dashboard for WP (GADWP): 5.3.5
    Google Doc Embedder: 2.6.4
    Google Sitemap by BestWebSoft: 3.1.6
    Google Tag Manager for WordPress: 1.8.1
    Instagram Feed: 1.8.3
    MailChimp for WordPress: 4.2.3
    MailChimp for WordPress – Captcha: 1.1.2
    Page Builder by SiteOrigin: 2.6.9
    PDF Embedder: 3.1.8
    Really Simple SSL: 3.0.2
    Simple Lightbox: 2.7.0
    SiteOrigin Widgets Bundle: 1.11.8
    Testimonials Widget: 3.4.5
    Wordfence Security: 7.1.7
    WP-Optimize: 2.2.4
    WP Fastest Cache: 0.8.8.1
    WP Statistics: 12.3.6.1

    — Custom Token or Keys added to Options Pages
    — You must have a custom token to use the feeds

    Facebook App Token: Yes
    FB App ID for Like Button: No
    Twitter Consumer Key: Yes
    Twitter Secret: Yes
    Twitter Token: Yes
    Twitter Token Secret: Yes
    Pinterest Token: No
    Instagram: No
    YouTube: No

    — FaceBook & Twitter Date Format and Timezone

    Date Format: l, F jS, Y \a\t g:ia
    Timezone: Europe/Belfast

    — Hide Facebook Error Handler:

    Hide: No

    — Fix Twitter Time:

    Fix: No

    — Disable Magnific CSS:

    Fix: No

    — Fix Internal Server Error:

    ### End System Info ###

    Plugin Author slickremix

    (@slickremix)

    Thanks for the info ?? This is just a warning message and will not hurt or break anything else when it appears. Additionally the message should not appear if you have your wp_debug mode set to false in the wp-config.php file on the root of your wordpress install. For those who don’t already know, generally wp_debug mode is only set to true if you are developing the site. Let us know if you have this set to false already and are still seeing the message. I believe we should have a fix for this in our next update.

    Spencer

    Plugin Author slickremix

    (@slickremix)

    I’m not positive yet but I did notice an add_action call on line 72 on the main file of our plugin feed-them.php in our latest version 2.4.2… it says….

    add_action('upgrader_process_complete', array(self::$instance, 'fts_upgrade_completed', 10, 2));

    I believe the ) bracket being out of place is causing the warning message.

    add_action('upgrader_process_complete', array(self::$instance, 'fts_upgrade_completed'), 10, 2);

    Hi Spencer,
    I have this message on every site I have “Feed Them” installed. If I remove that extra ), do you think it will go away? Or are you fixing it in the next update?
    Thanks!
    Linda

    I’m on 2.4.4 and just got the error when upgrading the theme.

    Plugin Author slickremix

    (@slickremix)

    @lindag99 You don’t want to remove the bracket you just want to move it. Try coping the code below and replace it with the other as mentioned above…. Let me know if this works for you on one site and I will make an update to correct the issue for good ??

    add_action('upgrader_process_complete', array(self::$instance, 'fts_upgrade_completed'), 10, 2);

    Spencer

    @icks13

    Hi ICKS,

    I am writing here as my client wanted to get in touch with you since both of you experienced a same plugin “loud and clear guy”- Does it ring a bell? ??

    Therefore, I was wondering if it is possible for you to share a professional email ID which I can pass on to my client who has read your posts in other forums and wanted to discuss a few things with you, as just like you, they are fed up trying to hammer EU laws to the ‘loud and clear’ team if you get me ??

    They would be very grateful if I can put you in touch with them. They are wonderful folks.

    Best Regards.

    Pri

    @slickremix : Sorry for hijacking this but wp has no system to connect with other users yet and it can be so helpful sometimes ??

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Callback error after last update’ is closed to new replies.