You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`SHA256 mismatch on plugin zip`| Retry once; if persistent, the pinned SQLite drop-in needs an update — file an issue. |
74
+
|`SHA256 mismatch on plugin zip`| Retry once. If persistent, the pinned SQLite drop-in needs a deliberate update — file an issue. |
64
75
|`failed to bind 127.0.0.1:<port>`| Another process holds the port. `lsof -nP -iTCP:<port> -sTCP:LISTEN`; kill the holder, or `init --port=N` to relocate. |
65
-
| Browser hangs / `ECONNREFUSED` on `localhost`| Use `http://127.0.0.1:<port>/`. |
66
-
| phpunit `ABSPATH constant ... non-existent path`| You ran with `--no-build` on a fresh checkout. Re-run without it. |
76
+
| phpunit fails with deprecation-as-exception in a non-`html-api` group | Only `--group html-api` is the green-bar contract. Other groups may surface deprecations on newer PHP — per-group fix, not envlite's. |
67
77
| Corrupt-DB error after an interrupted run | Delete `src/wp-content/database/.ht.sqlite` and re-run. |
0 commit comments