- Issue created by @pub497
- Status changed to Postponed: needs info
over 1 year ago 2:31pm 7 June 2023 - πΊπΈUnited States matthand Riverdale Park, Maryland
Hi @pub497,
Thank you for submitting the bug report. I'm not able to reproduce your bug. Can you please check that you ran 'drush cr' before the 'drush fr' commands? We checked the latest release and there's an update hook that should run and flush the container cache. This would fix the error your seeing.
- π¨π¦Canada pub497
Thanks for checking @Matthand, I think the issue is on my build process here. I update the modules with composer, and then put site into maintenance mode with
drush state-set system.maintenance_mode 1
this is actually what triggered the ArgumentCountError: Too few arguments to function... error, so it's not actually related to feature revert.However I tried clearing caches several ways (drush cr, and drush eval "drupal_flush_all_caches();")
prior to putting into maintenance but it still throws that error from features when putting into maintenence mode prior to running drush updb command. I haven't checked to see if running updb before putting into maintenance works, but probably don't want to do it that way anyway. - Status changed to Closed: works as designed
over 1 year ago 9:37pm 20 June 2023 - π¨π¦Canada pub497
Hey so this can be closed I think, running updb, then clearing cache , and then setting into maintenance mode again seems to wor