- Issue created by @adrianopulz
- 🇦🇺Australia mingsong 🇦🇺
Did you install the UI module?
In your reproduce steps, didn't mention about install event_log_track_config module. Why is there an error from that module?
- 🇧🇷Brazil adrianopulz Florianópolis
I've installed a group of modules. The modules I tried to install are:
- event_log_track
- event_log_track_auth
- event_log_track_config
- event_log_track_menu
- event_log_track_node
- event_log_track_syslog
- event_log_track_tfa
- event_log_track_ui
- event_log_track_user
It is part of the GovCMS and there they install those modules in a Hook Update. I had an issue deploying this because of the errors I mentioned. I also tried locally to install them manually, one by one, but I had issues with some of them.
https://github.com/govCMS/GovCMS/blob/2.x-develop/modules/custom/core/go...
I thought it was a GovCMS issue, but after trying to install it manually looks like something on the Events Log Track module. The modules after clearing the cache and trying to install the module again it says the module is already installed, so looks like the error is not blocking the installation, in the other hand in an automatic deployment the error breaks the deployment process.
- 🇦🇺Australia mingsong 🇦🇺
Did you install those modules via Drush? or Via a browser?
What version of this module you tried to install?
- 🇦🇺Australia mingsong 🇦🇺
It shouldn't log anything during installation since
https://git.drupalcode.org/project/events_log_track/-/commit/a93429bed89...
it patched in 3.1.3
- 🇦🇺Australia mingsong 🇦🇺
I tested via
composer install
drush si govcms
I can't reproduce this issue you reported. - 🇧🇷Brazil adrianopulz Florianópolis
Yes, I installed using composer + drush to enable the modules. It is weird.
- 🇦🇺Australia mingsong 🇦🇺
If you install GovCMS profile, you don't need to enable those modules as they are dependencies of that install profile.
I don't know why you need to do that via using Drush. - 🇧🇷Brazil adrianopulz Florianópolis
I have the GovCMS PasS configured to a 2-year-old project that we update to the latest GovCMS version periodically. I've updated it to the latest version yesterday and it adds the hook_update installing those log track modules in the govcms_security module.
I've tried manually using
drush en
only to test if it was an issue on the hook_update or to install the module. Since locally downloading it by composer and installing using drush return the same error I had deploying the updates on Gitlab I'm not sure about the origin of the issue. - 🇦🇺Australia mingsong 🇦🇺
Any issue or question about GovCMS please raise in Github/GovCMS
- Status changed to Closed: works as designed
about 2 years ago 12:36pm 24 March 2023 - 🇦🇺Australia mingsong 🇦🇺
I close this issue as it is out of scope of this module.
- 🇧🇷Brazil adrianopulz Florianópolis
I've just tried to install this module in a https://simplytest.me/ for testing and it is not working. Is it supposed to not install in a fresh Drupal? I had the same issue installing this module locally with Composer + Drush, is it a GovCMS issue?
- 🇦🇺Australia mingsong 🇦🇺
Till 12th March, (about two weeks ago), there were 123 sites have installed 3.1.4 of this module.
https://www.drupal.org/project/usage/3346564 →We installed it on our websites without any problems during the deployment.
I can't reproduce the issue you raised.
Alos, according to your screenshot above, it said the module is missing, which is different from what you reported before.