Narrowed it down to mySQL/MariaDB freezing with the "Waiting for table metadata lock" error in the processes when it's trying to run the following query:
Code: Select all
ALTER TABLE mtb_jevents_vevdetail MODIFY dtend BIGINT NOT NULL
I'm assuming it's jEvents triggerig this query, no? Not sure why, though, as the schema already has those parameters, i.e., the dtend field is of BIGINT type and NOT NULL already.
Storage engine on the jEvents tables is MyISAM and collation utf8mb3_general_ci (while the other Joomla tables are InnoDB and utf8mb4_unicode_ci) ... in case that matters.
Also, MariaDB version is: 10.6.19-MariaDB-log
PHP: 8.1.32
LAMP stack on a VPS server
Really at my wits' end - any pointers here please? Posted in the jEvents forum, as well, as we're paying Gold Member, but 2 days later still no reply, sadly. Thank you so much!