Hello all,
I've thrown myself headlong into the world of PHP, Postgresql, and Linux so please bear with me =) I've created a simple database that has only one table with several fields (i.e. last name, first name, etc). I believe I have my html form and my php scripts written correctly but when I try to run them I get this error:
Warning: pg_exec() query failed: ERROR: users: permission denied in /var/ on line 11
Is there some sort of permission on the database that needs to be changed or something? If so, is this something to be rememdied by logging into Linux as root? I'm not quite sure what to do here, any suggestions would be great =)
Thanks,
Jisoo22
I've thrown myself headlong into the world of PHP, Postgresql, and Linux so please bear with me =) I've created a simple database that has only one table with several fields (i.e. last name, first name, etc). I believe I have my html form and my php scripts written correctly but when I try to run them I get this error:
Warning: pg_exec() query failed: ERROR: users: permission denied in /var/ on line 11
Is there some sort of permission on the database that needs to be changed or something? If so, is this something to be rememdied by logging into Linux as root? I'm not quite sure what to do here, any suggestions would be great =)
Thanks,
Jisoo22