Simple Calendar breaks WP-Login and password protected Sites
-
Hello everyone,
i just noticed on one of my sites a password protected site cant be loaded, it looks to be an error with simple Calendar.
The Website itself works fine, after you submit the Password for the site i only get the following text:Deprecated: Optional parameter $format declared before required parameter $timestamp is implicitly treated as a required parameter in {path}/wp-content/plugins/google-calendar-events/includes/calendars/views/default-calendar-grid.php on line 174 Warning: Cannot modify header information - headers already sent by (output started at {path}/wp-content/plugins/google-calendar-events/includes/calendars/views/default-calendar-grid.php:174) in {path}/wp-login.php on line 508
Warning: Cannot modify header information - headers already sent by (output started at {path}/wp-content/plugins/google-calendar-events/includes/calendars/views/default-calendar-grid.php:174) in {path}/wp-login.php on line 524 Warning: Cannot modify header information - headers already sent by (output started at {path}/wp-content/plugins/google-calendar-events/includes/calendars/views/default-calendar-grid.php:174) in {path}/wp-includes/functions.php on line 7108 Warning: Cannot modify header information - headers already sent by (output started at {path}/wp-content/plugins/google-calendar-events/includes/calendars/views/default-calendar-grid.php:174) in {path}/wp-login.php on line 787 Warning: Cannot modify header information - headers already sent by (output started at {path}/wp-content/plugins/google-calendar-events/includes/calendars/views/default-calendar-grid.php:174) in {path}/wp-includes/pluggable.php on line 1435 Warning: Cannot modify header information - headers already sent by (output started at {path}/wp-content/plugins/google-calendar-events/includes/calendars/views/default-calendar-grid.php:174) in {path}/wp-includes/pluggable.php on line 1438
I wanted to login to WordPress to take a closer look but that form also broke and i only get the following error:
Deprecated: Optional parameter $format declared before required parameter $timestamp is implicitly treated as a required parameter in {path}/wp-content/plugins/google-calendar-events/includes/calendars/views/default-calendar-grid.php on line 174 Warning: Cannot modify header information - headers already sent by (output started at {path}/wp-content/plugins/google-calendar-events/includes/calendars/views/default-calendar-grid.php:174) in {path}/wp-login.php on line 508 Warning: Cannot modify header information - headers already sent by (output started at {path}/wp-content/plugins/google-calendar-events/includes/calendars/views/default-calendar-grid.php:174) in {path}/wp-login.php on line 524 Warning: Cannot modify header information - headers already sent by (output started at {path}/wp-content/plugins/google-calendar-events/includes/calendars/views/default-calendar-grid.php:174) in {path}/wp-includes/functions.php on line 7108
Which is the same error as the password protected site but the warning is missing.If you look at the direct link of a Calendar i have another warning, no matter what calendar it is:
Warning: Undefined variable $backgroundcolor in {path}/wp-content/plugins/google-calendar-events/includes/feeds/google.php on line 594
since im using WP-Multisite i was able to log in to my Network management and deleted the whole plugin. after that everything worked fine. Reinstalling the Plugin brings back the errors.
- You must be logged in to reply to this topic.