Hallo, I tried to use phpwiki with postgresql but I got this error message. In /etc/phpwiki/config.ini there is an entry for ADMIN_USER. So I do not understand the following error message: Fatal Error: lib/IniConfig.php:668 Error: ADMIN_USER may not be empty. Please update your configuration. Notice: "missing config setting for ADMIN_USER" (...repeated 2 times) lib/IniConfig.php:668 Error: ADMIN_USER may not be empty. Please update your configuration. I am using phpwiki under Debian-Lenny and I configure with dpkg-reconfigure phpwiki and I select postgresql. After finishing reconfigure I adapt the DB-URL in the config.ini and run psql-initialize on the Postgresql-Server to build the tables. It gaves a few errors but it seems to work. And when I call the wiki start page after this I got this error message. Thanks for any hints. Ciao Peter Schütt -- www.pstt.de Die E-Mail-Adresse funktioniert, kann aber u.U. in Zukunft mal abgeschaltet werden. Ohne "_remove_this_" wird sie auch in Zukunft noch funktionieren.
2009年4月12日 Peter Schütt <pet...@ps...>: > Hallo, > I tried to use phpwiki with postgresql but I got this error message. > In /etc/phpwiki/config.ini there is an entry for ADMIN_USER. > So I do not understand the following error message: > > Fatal Error: > lib/IniConfig.php:668 Error: ADMIN_USER may not be empty. Please update your > configuration. > Notice: "missing config setting for ADMIN_USER" (...repeated 2 times) > > lib/IniConfig.php:668 Error: ADMIN_USER may not be empty. Please update your > configuration. The message is right: You need to edit config/config.ini in a few places. ADMIN_USER, ADMIN_PASSWD at least. > > I am using phpwiki under Debian-Lenny and I configure with > dpkg-reconfigure phpwiki and I select postgresql. > After finishing reconfigure I adapt the DB-URL in the config.ini and run > psql-initialize on the Postgresql-Server to build the tables. > It gaves a few errors but it seems to work. > > And when I call the wiki start page after this I got this error message. > > Thanks for any hints. > > Ciao > Peter Schütt > > -- > www.pstt.de > > Die E-Mail-Adresse funktioniert, kann aber u.U. in Zukunft mal abgeschaltet > werden. Ohne "_remove_this_" wird sie auch in Zukunft noch funktionieren. > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > High Quality Requirements in a Collaborative Environment. > Download a free trial of Rational Requirements Composer Now! > http://p.sf.net/sfu/www-ibm-com > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > -- Reini Urban http://phpwiki.org/ http://murbreak.at/
Hallo, >> I tried to use phpwiki with postgresql but I got this error message. >> In /etc/phpwiki/config.ini there is an entry for ADMIN_USER. >> So I do not understand the following error message: >> >> Fatal Error: >> lib/IniConfig.php:668 Error: ADMIN_USER may not be empty. Please update >> your configuration. >> Notice: "missing config setting for ADMIN_USER" (...repeated 2 times) >> >> lib/IniConfig.php:668 Error: ADMIN_USER may not be empty. Please update >> your configuration. > > The message is right: > You need to edit config/config.ini in a few places. > ADMIN_USER, ADMIN_PASSWD at least. Can You give me a hint? I do not find other items to edit because of ADMIN_USER in config.ini. My first try with phpwiki I use sqlite and this problem does not appear. Now after I change to Postgresql (remote) this error message appears. Does the problem belongs to this change? Thanks for help. Ciao Peter Schütt -- www.pstt.de Die E-Mail-Adresse funktioniert, kann aber u.U. in Zukunft mal abgeschaltet werden. Ohne "_remove_this_" wird sie auch in Zukunft noch funktionieren.