- πΊπΈUnited States rszrama
Not sure if this fixed itself or what, but
drush uli
worked just fine for me.
When using drush uli
to login to the site an error is shown:
ArgumentCountError: Too few arguments to function Drupal\user\Controller\UserController::resetPassLogin(), 3 passed in /app/web/modules/contrib/simple_pass_reset/src/Controller/User.php on line 39 and exactly 4 expected in Drupal\user\Controller\UserController->resetPassLogin() (line 224 of core/modules/user/src/Controller/UserController.php).
Run drush uli
to using the url to login.
Update "resetPassLogin" method to have the extra argument.
Closed: cannot reproduce
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Not sure if this fixed itself or what, but drush uli
worked just fine for me.