Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In case you are restoring a database dump of your Opigno instance into another Opigno instance, you will need to regenerate the user IDs used for Moxtra so that your 2 Opigno instances aren't conflicting.
For this you will have to run this Drush command:

Code Block
drush sqlq "DELETE from key_value where collection='opigno_moxtra';"

Then save again the Moxtra settings in Opigno, and click on "Register all".

...