|
From: Chris W. <ch...@cw...> - 2002-05-08 12:11:00
|
On Wed, 2002-05-08 at 01:31, Drew Taylor wrote: > Hi, it's me again. :-) > > Now I'm running into errors running oi_manage install_sql. The tables are > created properly: > ... > But I get this error when trying to create the super user. And then for the > various packages I get errors trying to create a SPOPS object. Any ideas? > I'm assuming this is a showstopper. I don't remember having this much > trouble w/ the Mysql based SPOPS. > ... This is almost certainly related to not having the correct SPOPS driver specified in your object. One of the main things the SPOPS driver does is ensure that automatic key generation works consistently from database to database. If you have the wrong driver, then the ID will not be set properly and you'll get an error like the one you got. The easy way to tell: What does the file: $WEBSITE_DIR/conf/base_error-1.42/conf/spops.perl have in the 'isa' key? Chris -- Chris Winters (ch...@cw...) Building enterprise-capable snack solutions since 1988. |