danieljordens
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy] Cannot add or edit eventsI openend the issue because the issue is not resolved but we have a workaround for the time.
There is no issue with the db user, after logging the database if found the following. There is a check for the table and if there is no result and goes for create of a table because of updating the database.
The following is been logged by the mysql:
24 Query SHOW TABLES LIKE ‘wp_WEBSITEeme_events’
24 Query SHOW TABLES LIKE ‘wp\\_WEBSITEeme\\_events’
24 Query CREATE TABLE wp_WEBSITEeme_events *It looks like there is a issue with the check for the tables.
Forum: Plugins
In reply to: [Events Made Easy] Cannot add or edit eventsI had to manually add the following columns for events table:
use_mollie
use_sagepay
event_registration_updated_email_body
event_registration_cancelled_email_body
event_registration_denied_email_body
event_registration_form_format
event_cancel_form_formatAnd for the location table:
location_external_ref
location_propertiesAnd for the categorie table:
category_slug
descriptionAfter the manually adding of these columns I can add and edit events, locations and categories.
Forum: Plugins
In reply to: [Events Made Easy] Cannot add or edit eventsI checked the database and the useraccount that’s been using has full rights over the database.
Forum: Plugins
In reply to: [Events Made Easy] Cannot add or edit eventsIf have changed the option eme_version from 85 back to 84 and reloaded the wordpress admin page, the page gives a message that the corresponding database for eme has been changed and value for eme_version has been changed back to 85 by the plugin.
3 events are recreated according every update but still can’t add or edit a new event. this action results with the same error.
Forum: Plugins
In reply to: [Events Made Easy] Cannot add or edit eventsThere is no eme_db_version row in my wordpressoptions table.