@Hubzilla Support Forum
Yeah, that's quite wierd... you did quote the addresses?
In any case, as mentioned in the matrix channel, I don't think it will work even if the address is set correctly. Hubzilla assumes that if it finds a colon in the server address, it's a unix socket.
You could try adding a hostname for the db server instead.
What's interesting is that in boot.php the value NULL seems to be passed as database host to the dba_driver constructor.
Yeah, that's quite wierd... you did quote the addresses?
In any case, as mentioned in the matrix channel, I don't think it will work even if the address is set correctly. Hubzilla assumes that if it finds a colon in the server address, it's a unix socket.
You could try adding a hostname for the db server instead.
So there are the same single quotes that surround the other values (and did the ipv4 address). There is also a semicolon.
Currently I didn't set DNS names for the jails. I thought about using a host name. But somehow I think I should rather fix this and make Hubzilla more IPv6 capable.
That would be great! Ideally it should not have to care which protocol version it's using, but that would mean getting rid of implicit assumptions that are only valid on IPv4.
filter_varandFILTER_VALIDATE_IPin the case of PHP.