PHP Fatal error: after update to 4.6
-
PHP Fatal error: Call to undefined function wp_convert_hr_to_bytes() in /home/atimescom/public_html/wp-includes/default-constants.php on line 32
Started occurring after the Core update, checked the error log and line 32 in this file which is:
$current_limit_int = wp_convert_hr_to_bytes( $current_limit );
Increased the limit from 64 to 128 and the entire site crashed. Have replaced original limits now, but notice this file has altered from the previous stable version.
Please advise how to fix or should we roll back WP to 4.5
- The topic ‘PHP Fatal error: after update to 4.6’ is closed to new replies.