Topic: LuxCal 5.2.0 SQL error No active transaction when upgrading
When upgrading a calendar with a MySQL database to LuxCal 5.2.0, the following error can occur: SQL transaction error: There is no active transaction. Query: commit transaction.
This problem can be solved by editing the calendar file "pages/toolboxx.php" and moving line 672 . . .
dbTransaction('begin');
to line 885 (so just before the line with text "//drop original tables and rename new upgraded tables".
Roel