We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
-->block_sharing_cart Default exception handler: Cannot downgrade block_sharing_cart from 2024072900 to 2024072900. Debug: Error code: cannotdowngrade
In the upgrade.php file, there are 2 upgrade for this version :
https://github.com/donhinkelman/moodle-block_sharing_cart/blob/master/db/upgrade.php#L254 The plugin version is updated to 2024072900 https://github.com/donhinkelman/moodle-block_sharing_cart/blob/master/db/upgrade.php#L470 The plugin version is already in 2024072900 => downgrade_exception()
See in the core here https://github.com/moodle/moodle/blob/MOODLE_404_STABLE/lib/upgradelib.php#L427
I pointed to 4.4 as i'm trying to upgrade a Moodle to 4.4 with this plugin.
Guillaume
The text was updated successfully, but these errors were encountered:
fix donhinkelman#224 bump version 2024072900 in upgrade step
e082750
No branches or pull requests
Hi,
In the upgrade.php file, there are 2 upgrade for this version :
https://github.com/donhinkelman/moodle-block_sharing_cart/blob/master/db/upgrade.php#L254
The plugin version is updated to 2024072900
https://github.com/donhinkelman/moodle-block_sharing_cart/blob/master/db/upgrade.php#L470
The plugin version is already in 2024072900 => downgrade_exception()
See in the core here https://github.com/moodle/moodle/blob/MOODLE_404_STABLE/lib/upgradelib.php#L427
I pointed to 4.4 as i'm trying to upgrade a Moodle to 4.4 with this plugin.
Guillaume
The text was updated successfully, but these errors were encountered: