E_PARSE Error After Update to 5.0.9
-
After updating the Responsive theme to version 5.0.9, the site breaks with the following error:
An error of type E_PARSE was caused in line 51 of the file /home/tgkeigckuwrp/public_html/wp-content/themes/responsive/core/includes/customizer/settings/class-responsive-content-header-typography-customizer.php. Error message: syntax error, unexpected ‘)’
Looking at the class-responsive-content-header-typography-customizer.php file, line 51 reads:
responsive_separator_control( $wp_customize, 'breadcrumb', $breadcrumb_separator_label, 'responsive_breadcrumb', 105, );
This is true of other versions downloaded as a package, but the TracBrowser indicates that this is introduced in version 5.0.9 where versions 5.0.8 and earlier (that I’ve checked) show the following code:
responsive_separator_control( $wp_customize, 'breadcrumb', $breadcrumb_separator_label, 'responsive_breadcrumb', 105, 'responsive_active_breadcrumb' );
Replacing just that line with the reverted code does not fix the site.
Any help would be appreciated.
- You must be logged in to reply to this topic.