• Resolved ahmedesaleh

    (@ahmedesaleh)


    I tried to make a child theme for theme web develop, but it gives me an error as below:

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘wp_ob_end_flush_all’ not found or invalid function name in C:\MAMP\htdocs\dotStallion\wp-includes\class-wp-hook.php on line 292

    I tried to fix it with similar error but it destroy the theme totally.

    • This topic was modified 3 years, 6 months ago by ahmedesaleh.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author lilaeamedia

    (@lilaeamedia)

    The CTC analyzer runs in debug mode, so it displays errors that may otherwise go unnoticed. This error is not coming from the CTC plugin. You will need to find the location of the function call and correct the function arguments to eliminate the error. I would start by running grep against ‘wp_ob_end_flush_all’ to find the culprit.

Viewing 1 replies (of 1 total)
  • The topic ‘class-wp-hook.php on line 292’ is closed to new replies.