timmolter
Forum Replies Created
-
Forum: Plugins
In reply to: [Sermon Manager] Fatal Error with latest updateI also had to revert back to a previous version…
Since WordPress 5.2 there is a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.
In this case, WordPress caught an error with one of your plugins, Sermon Manager for WordPress.
First, visit your website (https://ccfergusfalls.com/) and check for any visible issues. Next, visit the page where the error was caught (https://ccfergusfalls.com/wp-admin/options-general.php?page=wpsupercache&tab=contents&wp_delete_cache=1&_wpnonce=628e85dc12) and check for any visible issues.
When seeking help with this issue, you may be asked for some of the following information:
WordPress version 5.5
Current theme: Vantage (version 1.15.1)
Current plugin: Sermon Manager for WordPress (version 2.16.1)
PHP version 7.4.9Error Details
=============
An error of type E_ERROR was caused in line 62 of the file /srv/disk9/1559351/www/ccfergusfalls.com/wp-content/plugins/sermon-manager-for-wordpress/includes/vendor/CMB2/bootstrap.php. Error message: Uncaught Error: Class ‘CMB2_hookup’ not found in /srv/disk9/1559351/www/ccfergusfalls.com/wp-content/plugins/sermon-manager-for-wordpress/includes/vendor/CMB2/bootstrap.php:62
Stack trace:
#0 /srv/disk9/1559351/www/ccfergusfalls.com/wp-content/plugins/sermon-manager-for-wordpress/includes/vendor/CMB2/init.php(158): cmb2_bootstrap()
#1 /srv/disk9/1559351/www/ccfergusfalls.com/wp-includes/class-wp-hook.php(287): CMB2_Bootstrap_270->include_cmb(”)
#2 /srv/disk9/1559351/www/ccfergusfalls.com/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
#3 /srv/disk9/1559351/www/ccfergusfalls.com/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#4 /srv/disk9/1559351/www/ccfergusfalls.com/wp-settings.php(546): do_action(‘init’)
#5 /srv/disk9/1559351/www/ccfergusfalls.com/wp-config.php(92): require_once(‘/srv/disk9/1559…’)
#6 /srv/disk9/1559351/www/ccfergusfalls.com/wp-load.php(37): require_once(‘/srv/disk9/1559…’)
#7 /srv/disk9/1559351/www/ccfergusfalls.com/wp-admin/admin.php(34): require_once(We are noticing the same.
Screenshot of the issue: https://drive.google.com/file/d/1jUiej5owySugKlJ267Fe-0SwC_yKyAjD/view?usp=sharing
Here is an example: https://ccfergusfalls.com/bible-study-teachings/daniel-1-a-purposed-heart/
Forum: Plugins
In reply to: [Sermon Manager] Description Field is double-printing in 2.16.0We are noticing the same.
Screenshot of the issue: https://drive.google.com/file/d/1jUiej5owySugKlJ267Fe-0SwC_yKyAjD/view?usp=sharing
Here is an example: https://ccfergusfalls.com/bible-study-teachings/daniel-1-a-purposed-heart/
We are noticing the same.
Screenshot of the issue: https://drive.google.com/file/d/1jUiej5owySugKlJ267Fe-0SwC_yKyAjD/view?usp=sharing
Here is an example: https://ccfergusfalls.com/bible-study-teachings/daniel-1-a-purposed-heart/
Forum: Plugins
In reply to: [Sermon Manager] Issue with SermonsWe are having the same issue on 2.15.18.
I would revert to an older version: https://www.ads-software.com/plugins/sermon-manager-for-wordpress/advanced/ Then scroll down to the bottom and select an older version (2.15.15)
Or here is a link to download the previous version 2.15.17 https://www.dropbox.com/s/2wlbl929fcqtnzv/sermon-manager-for-wordpress.zip?dl=0
- This reply was modified 4 years, 3 months ago by timmolter.
Forum: Plugins
In reply to: [Sermon Manager] series page – is there a way to sort by asc instead of desc?Yes. I read through the short-codes. The series page is generated automatically by the sermon manger plugin. Example: https://ccfergusfalls.com/bible-study-teachings/series/romans/
We would like the list to be by oldest first instead of most recent at the top of the list.Forum: Plugins
In reply to: [Sermon Manager] WordPress version 3.7.1 and unable to add new sermonsThis had to do with the MySQL GRANT PRIVILEGES where I could not make Inserts. I resolved the issue by exporting the db data, dropping the db, and then inserting the db data.
Forum: Plugins
In reply to: [Sermon Manager] iTunes says my feed has no episodesFound the same issue and resolved it by disabling “WP Super Cache” plug-in.
Forum: Plugins
In reply to: [Event Organiser] Problem with event sortingThanks!
Forum: Plugins
In reply to: [Event Organiser] Problem with event sortingInstalled Event Organiser (Organizer) Version 2.3
Events are displayed correctly on the side using a widget. But not on a page using the shortcode of: [eo_events group_events_by=’series’]
It’s showing past events, instead of the next occurrence.
“Show past events” Settings is unchecked.
Tried using both Yes/No for “Are current events past?” Setting.*** Ok, I fixed it by using the shortcode of:
[eo_events group_events_by=’series’ showpastevents=false] ***