( ! ) Warning: pg_connect(): Unable to connect to PostgreSQL server: could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5433? could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5433? in F:\wamp64\www\recruitment\registration.php on line 578 | ||||
---|---|---|---|---|
Call Stack | ||||
# | Time | Memory | Function | Location |
1 | 0.0006 | 362600 | {main}( ) | ...\registration.php:0 |
2 | 0.0021 | 366344 | ProcessPage( ) | ...\registration.php:37 |
3 | 0.0021 | 366744 | pg_connect( $connection_string = 'host=localhost port=5433 dbname=kgirecruitment user=postgres password=postgres' ) | ...\registration.php:578 |
( ! ) Fatal error: Uncaught TypeError: pg_query(): Argument #1 ($connection) must be of type PgSql\Connection, bool given in F:\wamp64\www\recruitment\registration.php on line 613 | ||||
---|---|---|---|---|
( ! ) TypeError: pg_query(): Argument #1 ($connection) must be of type PgSql\Connection, bool given in F:\wamp64\www\recruitment\registration.php on line 613 | ||||
Call Stack | ||||
# | Time | Memory | Function | Location |
1 | 0.0006 | 362600 | {main}( ) | ...\registration.php:0 |
2 | 0.0021 | 366344 | ProcessPage( ) | ...\registration.php:37 |
3 | 4.1220 | 370984 | pg_query( $connection = FALSE, $query = 'select job_title, age_cut_of_date, department_name from mst_jobs as j inner join mst_department as d on d.department_id=j.department_id where is_active=1 and job_id=\'9\' and now()<=apply_to ' ) | ...\registration.php:613 |