[03:34:36] cspeckrun[m]: I have it set to login as the root user which would have all privileges [13:18:04] I got past that by temporarily switching to PHP 7.4, but now i've hit a different error [14:12:50] well, using var_dump and print i've been able to figure out an issue with https://github.com/phacility/phabricator/blob/95662ae8f1a76eca66b024a11a21f5c5e8a7e01e/src/infrastructure/storage/lisk/LiskDAO.php#L781 in some cases being set when it shouldn't be. I'm not sure why in PHP 8.1 it suddenly persists the static variable more then it did in 7.4 or 8.0 [14:13:16] I'm also not quite sure how to fix this