• Hello! I switched my site to php7 and everything seemed to go fine, the site is working, the load on the server has dropped significantly. But at a time when I’m saving something in the admin panel, lots of errors start to fall in and this process loads the server heavily. Here you can see https://vh1.sweb.ru/phpinfo.php7 on my hosting

    [Sun Oct 22 18:42:37 2017] [error] [client 162.158.90.188] PHP Fatal error: Maximum execution time of 10 seconds exceeded in /wp-includes/post.php on line 5043, referer: / wp-admin /post.php?post=11297&action=edit

    The same crap comes in the files
    /wp-includes/media.php on line 250
    /class-wp-post.php on line 242
    /wp-includes/media.php on line 207
    /class-wp-post.php on line 241
    /wp-includes/load.php on line 709
    /wp-includes/meta.php on line 462
    /functions.php on line 346
    /wp-includes/cache.php on line 725
    /wp-includes/formatting.php on line 4769
    /wp-includes/class-wp-hook.php on line 289

    Has anyone seen this and how to deal with it?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try deactivating all of your plugins to explore whether any could be responsible. If none are, keep all plugins deactivated and switch to the Twenty Seventeen theme to check whether it’s an issue with your theme.

    Thread Starter Elena Shikova

    (@medpressa)

    Thanks, my theme is wrong. I use child theme of bootsprap canvas WP. How I can fix this bugs? I do not want to change my theme? I like it.

    Does the issue occur when only the parent theme is active? If so, you’ll need to contact the original theme’s developer. Otherwise it’s hard to say what to do, since you would’ve been the one coding any customisations. In that case you’ll probably need to review the PHP7 Backward incompatible changes list and check your code.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘php7, errors server logs’ is closed to new replies.