• volknet

    (@volknet)


    My host installed phpsuexec and now when i login to my admin panel i get multiple errors liek this:
    Warning: call_user_func_array(): First argumented is expected to be a valid callback, ‘Array’ was given in /home/user/public_html/wp-includes/functions.php on line 882

    Warning: Illegal offset type in /home/user/public_html/wp-admin/admin-functions.php on line 756

    Is there anything i can do to fix this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • I just experienced this same problem after being gone for a while.

    Here are to of the numerous warning lines I found not only on my blog home page but all over the admin area.

    Warning: call_user_func_array(): First argumented is expected to be a valid callback, ‘Array’ was given in /home/blindsch/public_html/wp-includes/functions.php
    on line 882

    Warning: call_user_func_array(): First argumented is expected to be a valid callback, ‘Array’ was given in /home/blindsch/public_html/wp-includes/functions.php
    on line 882

    Don’t know if my host put phpsuexec on, but could be possible.

    Ditto errors, was after an upgrade to php5, then recompiled to old version of php and having the same errors still… I don’t think it has anything to do with phpsuexec because it’s been running on our server for ages..

    I had the same problem. After PHP upgrade from 4.3.9 to 4.3.11
    nothing works any more.

    I have installed new Zend optimizer (http://bugs.php.net/bug.php?id=30914). Now it works again.

    Hmm… Have you removed the old installation of WP and put a fresh one in?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Host installed PHPsuexec now admin functions has errors:(’ is closed to new replies.