[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Cobalt GUI Problems



Can't call method "exec" on an undefined value
at /usr/lib/perl5/site_perl/5.005/Cobalt/Meta.pm line 770.
[Sat Nov 17 17:01:21 2001] [error] [client 216.130.82.51] Premature end
of script headers: /usr/admserv/cgi-bin/.cobalt/siteList/si$

How exactly could I disable the CGI-Wrapper on the GUI if that is the
problem?

sounds to me more like a problem with the database than with CGI-Wrapper: it might help to check that the postgres daemon is still running. I don't know enough about postgreSQL to tell you the right way to do that, but for me
	ps -aef | grep postgres
reveals one postmaster process running.

(the undefined value your log refers to is the database handle. Meta.pm is a funky little cobalt thing for mapping perl objects onto database records, somewhat like Class::DBI but less generalised. it seems to have lost its database.)

best

will