vfront is not working and installing with php 8.1 and postgres 14. The only message I receive is "Connection error: is Postgres running? Otherwise please check your conf file".
The conf.vfront.php file is ok. The message is from vmsql.postgres.php at line 45, it seems related to is_resource().
I tested the connection to postgres 14 with a simple php script (pg_connect ....) and it works, so I think that this issue could be related to is_resource().
Please if you have some suggestions I could test everything on my pc.
vfront is not working and installing with php 8.1 and postgres 14. The only message I receive is "Connection error: is Postgres running? Otherwise please check your conf file".
The conf.vfront.php file is ok. The message is from vmsql.postgres.php at line 45, it seems related to is_resource().
I tested the connection to postgres 14 with a simple php script (pg_connect ....) and it works, so I think that this issue could be related to is_resource().
Please if you have some suggestions I could test everything on my pc.