• Hi Team,
    My Kinsta host site is sending me automatic messages every six hours that reads something like this:
    __________________________________________
    2023/10/15 19:08:12 [error] 80106#80106: *25696 FastCGI sent in stderr: “PHP message: PHP Fatal error: Uncaught TypeError: call_user_func_array(): Argument #1 ($callback) must be a valid callback, function “_wp_footnotes_kses_init” not found or invalid function name in /www/tbytmemberscommunity_969/public/wp-includes/class-wp-hook.php:310
    __________________________________________

    They can’t help me but pointed me to a forum where someone was having the exact same problem after the upgrade.

    Their solution was to add the following line to the wp-config.php file.
    _________________________________________
    include_once $_SERVER[‘DOCUMENT_ROOT’].’/wp-includes/blocks.php’;
    _________________________________________

    Will someone kindly show me an example of where to place this line within my wp-config.php file and the exact syntax in the file? Should it be preceded with \\

    THANK YOU KINDLY,

    Mike

Viewing 2 replies - 1 through 2 (of 2 total)
  • The error is caused by a function that your plugins or theme might use to execute functions. One of them is apparently trying to execute a WordPress function, which also exists but will probably be loaded later.

    I would recommend you to remove the change in wp-config.php and then deactivate all plugins as a test. Does it still happen then? If not, one of the deactivated plugins was to blame. If not, try changing to a standard theme like TwentyTwentyThree.

    • This reply was modified 1 year, 4 months ago by threadi.

    @mt1895 Did you figure out your issue? My website is also hosted on Kinsta and I was getting the same notices (“_wp_footnotes_kses_init” not found or invalid function name). My website was also having 500 errors. I found the conflict to be between BuddyBoss and Heartbeat Control. I am waiting to see if Heartbeat Control will be updated to fix the issue. If you are running BuddyBoss and Heartbeat Control, it may be your issue. https://www.ads-software.com/support/topic/heartbeat-control-conflict-with-buddyboss-500-errors/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal Errors after WP-6.3.2 Upgrade’ is closed to new replies.