Użytkownik Wim Bakker napisał: > > Wim Bakker wrote: >> >> >> Database error, please try again >> >> This is the only thing I get out of web-cyradm , no other debug output >> I can find. >> Used : web-cyradm-0.5.5 >> mysql-5.1.27 >> php-5 >> httpd-2.0.56 >> >> Is there a way to log what web-cyradm tries to do? >> How can I debug this , why could cause it to get a database error. > > > Sorry forgot to tell what I try to do , and that is > adding a domain, this is a fresh installation first > login , no domains yet and whatever I try , this > is the only thing it returns : > Database error, please try again > No information what database error whatsoever. > when I connect to the database as the designated user > with accompanying password and do a show tables I see this:
Check if you have column 'folders' in table 'domain'. if not execute this sql command: ALTER TABLE `domain` ADD `folders` varchar(255) NOT NULL DEFAULT ''; Regards, Lukasz _______________________________________________ This mailing list is hosted and supported by bit-heads GmbH | http://www.bit-heads.ch _______________________________________________ Web-cyradm mailing list [email protected] http://www.web-cyradm.org/mailman/listinfo/web-cyradm
