[22:25:13] hi, i'm getting a EXCEPTION: (RuntimeException) strlen(): Passing null to parameter #1 ($string) of type string is deprecated at (...) from phd-daemon. I created a new (first) repository on a fresh install of phorge and activated it. php7.4, full log: https://nopaste.net/kAmhqeFLIH what can i do with it [22:26:56] as a result the repo is stuck at "Initialization Error" [23:01:45] <^[> Are you sure your daemons are also on PHP 7.4? [23:06:47] yes, also running with the same user [23:06:51] hmm, actually [23:06:54] you're correct [23:06:58] ha, let me see [23:10:44] yeah, it does run 8.2 or whatever else is installed and defaulted to the php [23:12:34] ok, it also does not inherit the php binary path [23:14:47] is there any way to force it to do so? any env variable or anything of this sort? [23:15:49] i start it explicitly with /usr/bin/php7.4 ${PH_LOCATION}/phorge/bin/phd start [23:30:07] i've symlinked php7.4 elsewhere to php and exported PATH variable, that seems to work now [23:30:23] please let me know if there's a less sketchy version