mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #61038
[Bug 1877906] Re: MariaDB error when creating secret URL
** Changed in: mahara
Milestone: 20.10.0 => None
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1877906
Title:
MariaDB error when creating secret URL
Status in Mahara:
Fix Released
Status in Mahara 19.10 series:
Fix Released
Status in Mahara 20.04 series:
Fix Released
Status in Mahara 20.10 series:
Fix Released
Bug description:
We have the following error on a site with MariaDB and elascticsearch
set up if we want to create a new secret URL for a view:
mysqli error: [1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'WHERE NOT EXISTS (
SELECT 1 FROM "search_elasticsearch_q' at line 2] in EXECUTE("INSERT INTO "search_elasticsearch_queue" (itemid, type)
SELECT '1234', 'view' WHERE NOT EXISTS (
SELECT 1 FROM "search_elasticsearch_queue" WHERE itemid = '1234' AND type = 'view'
)")Command was: INSERT INTO "search_elasticsearch_queue" (itemid, type)
SELECT ?, ? WHERE NOT EXISTS (
SELECT 1 FROM "search_elasticsearch_queue" WHERE itemid = ? AND type = ?
)
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1877906/+subscriptions
References