|
From: John S. <js...@me...> - 2002-02-16 12:52:36
|
Chris, This wasn't a permission problem. In the throws of installing oi on a server I don't have root on, I went through the create_website process a couple of times and used a slightly different website name. That's why it couldn't find the theme - the object_keys class field was incorrect. On the plus side, I'm learning alot about the toolkit. :-) 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 > |