|
From: Reid M. <rei...@gm...> - 2007-05-24 13:59:55
|
First I got the 2.2.6 tarball running; then I noticed many features were missing. So I followed the "get it from CVS" directions from http://www.slashcode.com/article.pl?sid=06/02/26/2117247&tid=4&tid=1 All was fine. I read the instructions. Deleted and recreated the MySQL database. make && make install on the new "slash" code I downloaded. Then, when I performed the bin/install-slashsite -u VIRTUAL_USER step, all went well, EXCEPT for the following... Error:Slash::Install:/usr/local/perl-5.8.8/lib/site_perl/5.8.8/i686-linux/Slash/Install.pm:368:virtuser='slash' -- hostinfo='Localhost via UNIX socket' -- Table 'slash.sections' doesn't exist -- INSERT into sections (section, artcount, title) VALUES ('newsvac', 0, 'NewsVac Links') Which was called by:Slash::Install:/usr/local/perl-5.8.8/lib/site_perl/5.8.8/i686-linux/Slash/Install.pm:167 === (NewsVac) Failed on :INSERT into sections (section, artcount, title) VALUES ('newsvac', 0, 'NewsVac Links'): >From poking around, it seems I may have jumbled the code streams?! as the new code should not be trying to create this table anymore. Does slash save data in the perl modules?! I did not reinstall those. BTW - I got R_2_5_0_94 -- is there something newer? |