#35005 closed defect (bug) (invalid)
updating to 4.4 causes 500 internal server error
Reported by: | ian.edington | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.4 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
Upgrading to 4.4 from 4.31 causes this error:
PHP Fatal error: Call to undefined function is_embed() in ~/public_staging/wp/wp-includes/template-loader.php on line 42
This is line 42
<?php elseif ( is_embed() ) :
Change History (5)
Note: See
TracTickets for help on using
tickets.
Hi @ian.edington, welcome to Trac!
This sounds like an incomplete update. The function is defined in wp-includes/query.php.
Could you try a manual update? Please try the support forums if you need more help.