Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #43587
    Htmlmainiac
    Member

    I have this website running wordpress and on every page in the site i get this error

    Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘script_enqueuer’ was given

    The site is at [http://bochdewi.co.uk/ysgol-y-berllan-deg/](http://bochdewi.co.uk/ysgol-y-berllan-deg/ “The Website”)

    Please can someone help me sort out this problem

    #129395
    __
    Participant

    Specifically, somewhere in your code (the filename and line number should also be included in your error message), you’re trying to call the function `script_enqueuer`, but that function doesn’t exist (or hasn’t been loaded; at least, not by the time it’s called).

    If it’s in a plugin, you can probably find out which one fairly easily by checking which file the error is occurring in. That way, you don’t have to use trial-and-error to find it.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Back End’ is closed to new topics and replies.