You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin (I'm running Version 0.99.9.6) is working fine under PHP 5.6.
Since there's word that Wordpress is moving to PHP 7, I did a test on my blog. Changing the cPanel setting from PHP 5.6 to 7.0, the blog wouldn't even load. I turned off WP-Lifestream, and then the web site worked.
Trying to activate the plugin on the running website produces the following message:
Plugin could not be activated because it triggered a fatal error.
Warning: Declaration of Lifestream_EventGroup::get_event_display($bit) should be compatible with Lifestream_Event::get_event_display() in /home/MYHOST/MYDOMAIN.com/blog/wp-content/plugins/lifestream/inc/core.php on line 192
Warning: Declaration of Lifestream_EventGroup::get_event_link($bit) should be compatible with Lifestream_Event::get_event_link() in /home/MYHOST/MYDOMAIN.com/blog/wp-content/plugins/lifestream/inc/core.php on line 192
Fatal error: 'continue' not in the 'loop' or 'switch' context in /home/MYHOST/MYDOMAIN.com/blog/wp-content/plugins/lifestream/inc/core.php on line 759
So, the clock could be ticking on the continuing use of this plugin.
The text was updated successfully, but these errors were encountered:
The plugin (I'm running Version 0.99.9.6) is working fine under PHP 5.6.
Since there's word that Wordpress is moving to PHP 7, I did a test on my blog. Changing the cPanel setting from PHP 5.6 to 7.0, the blog wouldn't even load. I turned off WP-Lifestream, and then the web site worked.
Trying to activate the plugin on the running website produces the following message:
So, the clock could be ticking on the continuing use of this plugin.
The text was updated successfully, but these errors were encountered: