• Resolved wsmysza

    (@wsmysza)


    There is fatal error on main cockpit page:

    Uncaught Error: call_user_func_array(): Argument #1 ($callback) must be a valid callback, function "bweb_feedzy_cache_duration" not found or invalid function name
    in /home/XXX/www.XXX/wp-includes/class-wp-hook.php on line 324

    Call stack:

    WP_Hook::apply_filters()
    wp-includes/plugin.php:205
    apply_filters()
    wp-includes/feed.php:832
    fetch_feed()
    wp-includes/widgets.php:1587
    wp_widget_rss_output()
    wp-content/plugins/the-events-calendar/src/Tribe/Main.php:3600
    Tribe__Events__Main::outputDashboardWidget()
    wp-admin/includes/template.php:1456
    do_meta_boxes()
    wp-admin/includes/dashboard.php:271
    wp_dashboard()
    wp-admin/index.php:204
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support tristan083

    (@tristan083)

    Hi @wsmysza ,

    Thank you for reaching out.

    Unfortunately, I have not been able to reproduce this issue in my testing environment. I suspect there’s a conflict that’s causing the issue here. It would be good to test for conflicts. Could you follow the steps below?

    1. Deactivate all other plugins except for The Events Calendar Plugins.
    2. Switch to the Default theme.

    Please read the Testing for Conflicts article before doing anything. 

    To be safe, we’d recommend conducting tests and updates on a Staging Server. Also, please keep a working backup of your website.

    Thread Starter wsmysza

    (@wsmysza)

    I’ve found the conclict. One of the pulgins had this:

    add_filter( 'wp_feed_cache_transient_lifetime', 'bweb_feedzy_cache_duration', 10, 2 );	
    function bweb_feedzy_cache_duration( $feedCacheDuration, $feedURL ) {
    return 60*60; //5 minutes
    }
    Plugin Support Darian

    (@d0153)

    Hi @wsmysza

    I’m glad you were able to identify the conflict.

    If you have any other questions or need further assistance, please don’t hesitate to reach out. We’re here to help!

    Plugin Support Darian

    (@d0153)

    Hi there,

    It appears that we haven’t heard back from you in a while, so I’ll assume that the matter has been resolved. If you need any more help, feel free to start a new thread and we’ll be happy to assist you.

Viewing 4 replies - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.