• Resolved bfrisch1

    (@bfrisch1)


    I have this error in the header of my website, not sure how to troubleshoot this one.

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'enqueus e_our_required_stylesheets' not found or invalid function name in /home/bfrisch1/public_html/wp-includes/plugin.php on line 525

    Visual (imgur):https://i.imgur.com/G8LqeRA.png

    Thanks a bunch!

Viewing 9 replies - 1 through 9 (of 9 total)
  • Moderator James Huff

    (@macmanx)

    Try deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, try switching to the Twenty Sixteen theme to rule-out a theme-specific issue (theme functions can interfere like plugins).

    Thread Starter bfrisch1

    (@bfrisch1)

    It wasn’t my plugins, but was my theme. It was a custom theme I built using the bones theme. Any guidance you can offer for troubleshooting purposes would be delightfully amazing.

    Also, what the heck is this even saying anyway???

    Thanks James!

    Moderator James Huff

    (@macmanx)

    Do you have the same problem with a fresh unmodified copy of the Bones theme?

    At some point in the theme, e_our_required_stylesheets is being called, but that function is no longer defined.

    Thread Starter bfrisch1

    (@bfrisch1)

    No I do not get the same error with the fresh copy of Bones.

    Moderator James Huff

    (@macmanx)

    Ok, so the error would be somewhere in your customizations. Did you make any recent changes?

    Thread Starter bfrisch1

    (@bfrisch1)

    I’m actually deploying for the first time ( i know not good practice, I’m new to local dev). So I’ve made a shit ton of changes lol ??

    Moderator James Huff

    (@macmanx)

    Ah, ok, so normally I’d say “just undo the last change you made.”

    Do you have a backup prior to the changes?

    Thread Starter bfrisch1

    (@bfrisch1)

    James I actually found the issue. I took a snippet of the error and googled it. I had a misspelling in my function.php entry for font awesome. Thanks for your help anyway!

    Take Care.

    Moderator James Huff

    (@macmanx)

    Thanks for letting us know what it was! ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Error in website header’ is closed to new replies.