Open muzzwood opened 3 years ago
Would love some input from @opengeek on this as well, but my impression is that the setup should probably not try to load extension packages or plugins in any way.
Would love some input from @opengeek on this as well, but my impression is that the setup should probably not try to load extension packages or plugins in any way.
Even if the extensions and plugins are not loading during setup, and setup is completed successfully, won't this break the manager afterwards?
Fair point. I'm also not immediately seeing what may be causing the extension to get fired so not sure how it could be addressed atm either.
Bug report
Summary
When upgrading from 2.8.x to 3.0.0-alpha3 (latest nightly) I was able to get to this step:
Then, when clicking next, I was presented with the following error:
So it appears to be the AdminTools extra which uses a
require_once
to a file that has been moved (modcachemanager.class.php) in 3.xStep to reproduce
Upgrade to 3-alpha with AdminTools installed (or another extra that references a file in the same way)
Observed behavior
The install had effectively completed so I was able to remove the extra manually (in the db) and complete the setup.
Expected behavior
Extras should not be able to prevent the setup from completing.
Environment
MODX 2.8.1 --> 3.0.0-alpha3, nginx, PHP 7.4, Mysql 8.