[Plugin: Events Manager] Activation raises php errors in admin pages and events page
-
Just getting started with Events Manager. The install completed without error. Activation raised errors. I do have debug enabled, which is my standard practice for dev work.
1. Click “Add new” and searched on “events manager”
2. Clicked on “Install” for EM v5.0.3
install was reported to be successful
3. Clicked on “Plugins” to review list
4. Clicked on “Activate” in EM listingErrors reported:
Notice: Undefined index: page in /home/e-smith/files/ibays/sal2/html/wp-content/plugins/events-manager/events-manager.php on line 205 Notice: Undefined index: post_type in /home/e-smith/files/ibays/sal2/html/wp-content/plugins/events-manager/events-manager.php on line 205 Notice: Undefined index: page in /home/e-smith/files/ibays/sal2/html/wp-content/plugins/events-manager/events-manager.php on line 211 Notice: Undefined index: post_type in /home/e-smith/files/ibays/sal2/html/wp-content/plugins/events-manager/events-manager.php on line 211
5. Clicked on “Plugins” to refresh list
Same errorsErrors appear when any admin page is loaded except Bookings and Settings
The default Events page preview loads, but when I click on one of the defaul events, PHP throws the following errors, appearing just above the event detail:
Notice: Undefined offset: 0 in /home/e-smith/files/ibays/sal2/html/wp-content/themes/Magnificent/includes/breadcrumbs.php on line 19 Notice: Trying to get property of non-object in /home/e-smith/files/ibays/sal2/html/wp-content/themes/Magnificent/includes/breadcrumbs.php on line 19 Notice: Undefined offset: 0 in /home/e-smith/files/ibays/sal2/html/wp-content/themes/Magnificent/includes/breadcrumbs.php on line 20 Notice: Trying to get property of non-object in /home/e-smith/files/ibays/sal2/html/wp-content/themes/Magnificent/includes/breadcrumbs.php on line 20
When attempting to uninstall using the function on the EM Settings page, the following errors are raised:
WordPress database error: [Unknown table 'wp_dbem_recurrence']?DROP TABLE wp_dbem_recurrence WordPress database error: [Unknown table 'wp_em_categories']?DROP TABLE wp_em_categories Warning: Cannot modify header information - headers already sent by (output started at /home/e-smith/files/ibays/sal2/html/wp-includes/wp-db.php:955) in /home/e-smith/files/ibays/sal2/html/wp-includes/pluggable.php on line 866
At this point, the plugin is still listed in the Installed Plugins page, but the Delete function will complete the deletion.
- The topic ‘[Plugin: Events Manager] Activation raises php errors in admin pages and events page’ is closed to new replies.