Configuring phpPgAdmin (openSUSE 11.1)

Hi,

I’m having a hard time trying to configure phpPgAdmin with openSUSE 11.1.

I have installed and configured postgresql right because I can access it via pgadmin3, but I’m willing to do it with phpPgAdmin.

I hope anyone here can guide me through this, thanks in advance.

Best regards.

Precisely what problems are you having? Are you getting errors, and if so, what are they?

Hi,
yes, I was getting a configuration error:
**Configuration error: Copy conf/config.inc.php-dist to conf/config.inc.php and edit appropriately.
**
Now I think I got it to work, because I misunderstood how to copy the file. then edited it and I can access it =) Thank you anyway.

Best regards

That was the first thing I was going to suggest. The initial installation will NOT work out of the box; you do indeed have to set up the config. I found that out the hard way myself. :slight_smile:

Glad you got it working. I love both PhpMyAdmin (for mysql) and phpPgAdmin.

By the way … if you’re interested in PHP and database programming, the source code for these admin packages will provide some excellent examples, too … :slight_smile: