I've replicated this twice on clean D8-beta4 installs.

Clean install then add the honeypot module. Enable it which then prompts the user to config it and to run the update.php on the instance.

Running the update.php after installing the honeypot module causes the following error/warning:

Some of the pending updates cannot be applied because their dependencies were not met.

Not sure where to go from here but my site seems to be working OK so no critical harm done yet.

Comments

geerlingguy’s picture

Title: Bare D8 install + Honeypot = error on performing update.php » update.php fails for Honeypot because of honeypot_update_8000
Version: 8.x-1.18-beta2 » 8.x-1.x-dev

Looks like I'm bumping into Drupal 7 sites can no longer be upgraded to Drupal 8 with update.php. I'll need to convert the configuration updates to Migrate API, it seems, though I haven't had a chance to look at the docs.

The simplest/first fix is to remove the _8000 update, as that's what's causing this error.

  • geerlingguy committed a8a9495 on 8.x-1.x
    Issue #2401407 by geerlingguy: update.php fails for Honeypot because of...
geerlingguy’s picture

Status: Active » Fixed

The above commit takes out honeypot_update_8000. I've opened up #2401647: Integrate D8 Migrate API so Honeypot config is upgraded from D6/D7 as a follow-up.

HeneryH’s picture

Confirmed the fix works for me. Thank you!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.