From: Sergio A. K. <ser...@ho...> - 2001-10-24 12:43:10
|
yup, 2.30 is broken... (I've seen similar reports from others users) install 2.21 and you will be fine, but I understand 2.21 has a security hole, so you may want to protect the installation with a .htaccess file ... [root@www sistemas]# cat .htaccess Order deny,allow Deny from All Allow from 10.0.0.0/255.255.255.0 [root@www sistemas]# I don't have time at the moment to investigate further, this f* week come very complicated... /sak ----- Original Message ----- From: "Philipp Steinkrüger" <ph...@ob...> > Dear Users and Developers, > > i am having Problems getting started with phpPgAdmin. I am new > to postgresql, though. I just installed the database with a Debian > package an changed the port (debian starts the DB at 7200, i made it > 5432 like i saw it in the manpage). I could connect using psql and > i created a user and a database successfully. Now i wanted to set up > phpPgAdmin, becaus i loved phpMyAdmin. The installation seemed to > be very similar but when i try to start the admin with opera (or > internet exploter - makes no diff) it just shows 4 lines in the > right frame (Documentation,Mailinglist,Latest Code,....) and the left > one is empty. There is no error message, even if i enable debug > in the configfile. I am not sure if postgres is compiled in PHP (phpinfo > does not show) but shouldnt it tell me that pg_connect is an unkown > function ? > > Any help is appreciated... > > Best regards, > Philipp Steinkrüger |