Problems after installing 0.9.62
-
After installing 0.9.62 – White screen on normal and amp pages.
After deactivating the plugin the site works.
The Theme Hueman Pro + WP 4.8.2.
Log Error: [Mon Sep 25 18:42:28 2017] [error] [client 85.140.3.174] PHP Fatal error: Cannot redeclare mysql2date() (previously declared in /var/www/www-root/data/www/site.com/wp-includes/functions.php:26) in /var/www/www-root/data/www/site.com/functions.php on line 42
wp-includes/functions.php:
26 function mysql2date( $format, $date, $translate = true ) {
27 if ( empty( $date ) )
28 return false;
29
30 if ( ‘G’ == $format )
31 return strtotime( $date . ‘ +0000’ );
32
33 $i = strtotime( $date );
34
35 if ( ‘U’ == $format )
36 return $i;
37
38 if ( $translate )
39 return date_i18n( $format, $i );
40 else
41 return date( $format, $i );
42}
- The topic ‘Problems after installing 0.9.62’ is closed to new replies.