| 
      
      
      From: John S. <jo...@am...> - 2002-02-15 13:43:03
      
     | 
| Chris, Oops - my intent was to use server.ini. I didn't realize the files were redundant. I thought the latter was generated to validate the former, but obviously I didn't think about it too hard. Anyway, conf/base.conf points to the ini file that I've correctly (AFAIK) set up. But I'm still getting the "Fundamental part of OpenInteract (themes) not functioning" error. Is there a way to validate or troubleshoot the ini file or otherwise figure out why the apache startup is carping? Or do I want to look somewhere else? JS > -----Original Message----- > From: Chris Winters [mailto:ch...@cw...] > Sent: Friday, February 15, 2002 8:23 AM > To: jo...@po... > Cc: ope...@li... > Subject: Re: [Openinteract-help] RE: openinteract-help digest, Vol 1 #98 > - 4 msgs > > > * John Sequeira (js...@me...) [020215 07:43]: > > Chris, > > > > I'm setting up a new website. I've changed the driver to > postgres and got > > the initial package install to work. The database is populated with the > > system tables, which have data, and test_db works fine. "perl -wc > > server.perl" also works okay. > > > > I'm getting a few errors. When Apache starts up, it complains "Use of > > uninitialized value in ....Config/Ini.pm". This looks like it could be > > basic "warnings on" message for a line in the config file > without a value, > > but I wanted to make sure. > > I think this is the problem -- are you using server.ini or server.perl > to hold your config? You say above that you syntax-checked server.perl > but OI thinks you're using server.ini from these error messages. > > If you want to use server.perl, change the relevant lines in > conf/base.conf: > > config_type perl > config_class OpenInteract::Config::PerlFile > config_dir conf > config_file server.perl > > Or copy over the relevant info to server.ini. Then delete the > server.blah file that you're not using to avoid further confusion :-) > > Chris > > |