xAPI-vle / moodle-logstore_xapi

A Moodle plugin to send xAPI statements to an LRS using events in the Moodle logstore.
GNU General Public License v3.0
74 stars 85 forks source link

Error when Moodle is installed with Oracle DB #848

Closed jaume77 closed 7 months ago

jaume77 commented 9 months ago

Description

Version $plugin->component = 'logstore_xapi'; $plugin->version = 2022101800; $plugin->requires = 2020061500; $plugin->supported = [39, 400]; $plugin->maturity = MATURITY_STABLE; $plugin->release = '';

Steps to reproduce the bug

Server information

error Ora00932 xapi

davidpesce commented 9 months ago

Unfortunately, the plugin does not support Oracle and it looks like Moodle relies on volunteers to maintain it's use: https://docs.moodle.org/403/en/Oracle

If you could submit a PR with the necessary fixes (and it doesn't break any of the existing functionality), I can review and merge it.