• Hi there!

    I have this msg in my website:

    Warning:
    call_user_func_array() expects parameter 1 to be a valid callback, function ‘tc_header_header_end’ not found or invalid function name in /home/xxxxxx/public_html/wp-includes/plugin.php on line 503

    Line 503 in wp-includes/plugin.php:
    call_user_func_array($the_[‘function’], array_slice($args, 0, (int) $the_[‘accepted_args’]));

    Please, what’s wrong? I disable all my plugins (only 2) but it keep the error.

    Thank you so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • When did this start happening?
    What have you recently changed?
    Done any updates recently?

    Try temporary swapping to the twenty-fifteen theme and see is you get the error. If you don’t then it is probably an issue with the theme.

    Thread Starter Lemnis

    (@kgodoyb)

    I did the migration to another host.
    So I did backup of database and files (public_html).

    I can’t access the administration page, the site was in a redirect looping and now I can see only the homepage with that warning message.

    There is a paid wordpress support to solve it?

    Thank you so much for your attention!

    the fourms here are free support there is no paid support – if you want to hire someone you could try jobs.wordpress.net

    when you migrated did you change the domain name or did you move that to the new host also?

    what does your .htaccess file look like?

    Thread Starter Lemnis

    (@kgodoyb)

    Yes, I changed the domain name.

    My .htaccess:

    # Handler PHP 5.5
    AddType application/x-httpd-php55 .php
    
    <IfModule mod_suphp.c>
    suPHP_ConfigPath /opt/php55/lib/php.ini
    </IfModule>
    
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Warning: function not found or invalid’ is closed to new replies.