Can create events in the Calendar using the "Add Event" tab and these seem to work.
However, if I try to edit any event I get an error:
- Code: Select all
General Error
SQL ERROR [ mysqli ]
Unknown column 'e3' in 'where clause' [1054]
SQL
SELECT * FROM phpbb_calendar WHERE event_id = e3
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()
FILE: calendar.php
LINE: 189
CALL: dbal_mysqli->sql_query()
Any idea as to the cause of this, or even better, a fix?
Edit: After some further experimentation this error occurs if trying to edit a repeating event but the edit is attempted on any but the first occurrence.







