Lookouts Active Roster
Warning: pg_pconnect() [function.pg-pconnect]: Unable to connect to PostgreSQL server: could not connect to server: Connection refused
Is the server running on host "127.0.0.1" and accepting
TCP/IP connections on port 5432? in /home/lookouts/public_html/admin/db.php on line 30
Warning: pg_pconnect() [function.pg-pconnect]: Unable to connect to PostgreSQL server: could not connect to server: Connection refused
Is the server running on host "127.0.0.1" and accepting
TCP/IP connections on port 5432? in /home/lookouts/public_html/admin/db.php on line 30
Warning: pg_query() expects parameter 1 to be resource, boolean given in /home/lookouts/public_html/admin/db.php on line 61
SELECT userid, name, email, ph_home, ph_work, address, nickname, position, handed, comment, image, beer
FROM users WHERE teamid = 1 AND Active = true AND UserLevel <> 0 ORDER BY nameQuery DB operation error. Could not perform operation. SELECT userid, name, email, ph_home, ph_work, address, nickname, position, handed, comment, image, beer
FROM users WHERE teamid = 1 AND Active = true AND UserLevel <> 0 ORDER BY name
Warning: pg_fetch_array() expects parameter 1 to be resource, null given in /home/lookouts/public_html/admin/db.php on line 87
Honorary Lookouts Members
Warning: pg_pconnect() [function.pg-pconnect]: Unable to connect to PostgreSQL server: could not connect to server: Connection refused
Is the server running on host "127.0.0.1" and accepting
TCP/IP connections on port 5432? in /home/lookouts/public_html/admin/db.php on line 30
Warning: pg_query() expects parameter 1 to be resource, boolean given in /home/lookouts/public_html/admin/db.php on line 61
SELECT userid, name, email, ph_home, ph_work, address, nickname, position, handed, comment, image, beer
FROM users WHERE teamid = 1 AND Active = false AND UserLevel <> 0 ORDER BY nameQuery DB operation error. Could not perform operation. SELECT userid, name, email, ph_home, ph_work, address, nickname, position, handed, comment, image, beer
FROM users WHERE teamid = 1 AND Active = false AND UserLevel <> 0 ORDER BY name
Warning: pg_fetch_array() expects parameter 1 to be resource, null given in /home/lookouts/public_html/admin/db.php on line 87
|