• I get the below error messages when I login to the wordpress dashboard and there are variations of the same error on every page I try to access. The website itself works but I can’t update the website because of these error messages.

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘wp_enqueue_emoji_styles’ not found or invalid function name in?/home/13/07/8410713/web/wp-includes/class-wp-hook.php?on line?310

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘wp_print_font_faces’ not found or invalid function name in /home/13/07/8410713/web/wp-includes/class-wp-hook.php on line 310

    Fatal error: Uncaught Error: Call to undefined function wp_admin_notice() in /home/13/07/8410713/web/wp-admin/includes/update.php:894 Stack trace: #0 /home/13/07/8410713/web/wp-includes/class-wp-hook.php(310): maintenance_nag(”) #1 /home/13/07/8410713/web/wp-includes/class-wp-hook.php(334): WP_Hook->apply_filters(NULL, Array) #2 /home/13/07/8410713/web/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #3 /home/13/07/8410713/web/wp-admin/admin-header.php(303): do_action(‘admin_notices’) #4 /home/13/07/8410713/web/wp-admin/update-core.php(1064): require_once(‘/home/13/07/841…’) #5 {main} thrown in /home/13/07/8410713/web/wp-admin/includes/update.php on line 894

    There has been a critical error on this website. Please check your site admin email inbox for instructions.

    Learn more about troubleshooting WordPress.

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

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

    (@macmanx)

    Try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel (consult your hosting provider’s documentation for specifics on these), navigate to /wp-content/themes/ and rename the directory of your currently active theme. Hopefully, this will force the default theme to activate and rule out a theme-specific issue (theme functions can interfere like plugins).

    Thread Starter pinebrookhoa

    (@pinebrookhoa)

    I used the ftp instructions?and the wordpress admin still showed the same errors.

    Moderator James Huff

    (@macmanx)

    Ok, try downloading WordPress again, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel (consult your hosting provider’s documentation for specifics on these), and delete then replace your copies of everything on the server except the wp-config.php file and the /wp-content/ directory with fresh copies from the download. This will effectively replace all of your core files without damaging your content and settings.

    If you’d like to manually make a backup of your site first, please follow the steps at https://www.ads-software.com/documentation/article/wordpress-backups/

    Some uploaders tend to be unreliable when overwriting files, so don’t forget to delete the original files before replacing them.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.