• Update is stalling on multiple sites on server, now have this problem.

    application/x-httpd-php date.php ( C++ source, ASCII text )
    Warning: require_once(/home/blandford/public_html/wp-includes/class-wp-oembed.php): failed to open stream: No such file or directory in /home/blandford/public_html/wp-includes/class-oembed.php on line 15

    Fatal error: require_once(): Failed opening required ‘/home/blandford/public_html/wp-includes/class-wp-oembed.php’ (include_path=’.:/opt/cpanel/ea-php72/root/usr/share/pear’) in /home/blandford/public_html/wp-includes/class-oembed.php on line 15

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

    (@macmanx)

    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.

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

    Thread Starter clothahump69

    (@clothahump69)

    Updated them all via cpanel, no problem. Must be a glitch in 5.3.

    Moderator James Huff

    (@macmanx)

    No, there’s nothing in WordPress 5.3 itself that would have caused this.

    It’s most likely because your server was overtaxed at the time. Remember, if you’re on shared hosting, you’re sharing resources with thousands of other sites.

    Here are three ways to increase PHP’s memory allocation:

    1. If you can edit or override the system php.ini file, increase the memory limit. For example, memory_limit = 128M

    2. If you cannot edit or override the system php.ini file, add php_value memory_limit 128M to your .htaccess file.

    3. If neither of these work, it’s time to ask your hosting provider to temporarily increase PHP’s memory allocation on your account. Keep in mind that most decent hosting providers allow users to temporarily increase the memory allocation. If your hosting provider won’t accommodate you, perhaps it’s time to find a new hosting provider. We have some recommendations at https://wordpress.org/hosting/

    (in the above examples, the limit is set to 128MB)

    Não consigo acessar o site nem o painel de controle da WordPress.
    so tava aparecendo “O site está passando por dificuldades técnicas”
    Abri para ver o problema e ata aparecendo isso

    Warning: require(/home/clinicavitacente/public_html/wp-includes/class-wp-oembed.php): failed to open stream: No such file or directory in /home/clinicavitacente/public_html/wp-settings.php on line 212

    Fatal error: require(): Failed opening required ‘/home/clinicavitacente/public_html/wp-includes/class-wp-oembed.php’ (include_path=’.:/opt/alt/php71/usr/share/pear’) in /home/clinicavitacente/public_html/wp-settings.php on line 212

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Fubar after update’ is closed to new replies.