crabanus
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Date for event is not savedBecause quite urgently I’ve had to create new events on my website, I’ve rolled back the events calendar to an older version (i.e. 6.15.12.2) – with this version everything is working.
I’ll close this case, although I only found a kind of workaround. Nethertheless: Perhaps is the information about this issue useful for some of the developers.
Anyway: Thank you for the events calendar plugin! It’s really great!
Forum: Plugins
In reply to: [The Events Calendar] Date for event is not savedAnother follow up:
First a new symptom: Although the new created events are listed in the events section of the admin interface, they are not listed in the public available calendar.
A little bit of deeper digging into the database has revealed, that for the new events a new table row is created in the table wp_posts, but not in wp_tec_events and also not in wp_tec_occurences. In the latter two tables IMHO there has to be also a row for each event – pointing via a post-id to the information stored in the table wp_posts. In the wp_tec_*-tables the date for the events are stored. And when creating the evens in the wp_tec_*-tables is not working, also no date can be stored for the events.
Perhaps anyone familiar with the php-code of the calendar plugin can use this information to fix the missing creation of rows in the wp_tec_*-tables?!?
Forum: Plugins
In reply to: [The Events Calendar] Date for event is not savedPS: I’ve just activated the JS-Console in the browser. When I’m submittung my event, I get an error:
There was an error sending FormAutofill:onFieldsUpdatedComplete message Actor ‘FormAutofill’ destroyed before query ‘FormAutofill:onFieldsUpdatedComplete’ was resolved FormAutofillParent.sys.mjs:553:17
onFieldsDetected resource://autofill/FormAutofillParent.sys.mjs:553
I’ve no idea about this – but perhaps someone of you?