From: Imtiaz A k. <kha...@gm...> - 2006-09-14 03:48:42
|
Hi Shane, Here's what I did : 1. checked out the latest R tag from the CVS tree * cvs -d:pserver:ano...@sl...:/cvsroot/slashcode login * cvs -d:pserver:ano...@sl...:/cvsroot/slashcode co -P -r *R_2_5_0_94* slash 2. removed older instances of the install by dropping the slashdb database and the /usr/local/slash directory as well as removing the Include statements from Apache. 3. did a make followed by make install 4. did a install-slashsite -u virtuser 5. added Include to Apache and restarted Apache 6. started slash Now the problem I am facing are: * I dont have a sections table in slashdb * I dont have a sections.pl * subsequently if I go to edit a section I get the 404 "/The requested URL (sections.pl?op=list) was not found."/ I am assuming that I should be selecting the sections plugin in the list of plugins when prompted to do so, but you were categorical about not doing so. Please advise if I should answer 'a' when asked the question /"Hit 'a' to select all, otherwise select comma separated numbers or 'q' to quit" /or 'q' during install-slashsite Thanks a lot for your help I'm sure it's just a little more effort and I'll be able to make subdomains and get to using slashcode to run my websites. Warm Regards Imtiaz 919821540543 shane wrote: > > On Sep 13, 2006, at 4:08 AM, Imtiaz Khan wrote: > >> must be the CVS checkout as when using slashcode-2.2.6 I was able to >> install without any errors and now sections, topics, blocks etc all >> show up fine. >> >> For the packaging department :) probably need the CVS tree fixed >> >> -Imtiaz >> >> On 9/13/06, *Imtiaz Khan* <kha...@gm... >> <mailto:kha...@gm...>> wrote: >> >> OK I tried to install slashcode with all modules selected (this >> is at the install-slashsite stage) and got an error: >> >> Error:Slash::Install:/usr/local/lib/perl5/site_perl/5.8.8/i686-linux/Slash/Install.pm:368:virtuser='virtslash' >> -- hostinfo='Localhost via UNIX socket' -- Table >> 'slashdb.sections' doesn't exist -- INSERT into sections >> (section, artcount, title) VALUES ('newsvac', 0, 'NewsVac Links') >> Which was called >> by:Slash::Install:/usr/local/lib/perl5/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'): >> >> >> >> The site is working but maybe sections isn't. >> >> I checked /usr/local/slash/sql/mysql/schema.sql and there's no >> table named sections being created there. This is the CVS >> checkout from about four days back. Could this be a broken source >> problem? >> >> -Imtiaz >> >> >> > > You want to use the last T-tag from CVS. Get a checkout of slash-HEAD. > Then read the INSTALL. Make sure you understand what it says about how > slash does versions and re-visioning. Don't use 2.2.6 version of > Slash. (See list-serve archives for prior in-depth discussion on why > that's a bad thing to start off at, at this day and age.) > > Then, decide whether you want to run the latest T-tag, R-tag or HEAD. > Grab whichever you've chosen from CVS. > > Wipe your current install - rm -fR /usr/local/slash > make install the src. > drop and create the mysql database that your virtual user is to use. > run install-slashsite. > > install *ONLY* the default plugins. > > The install will work, and the site will function, and it will have > the "latest CSS" that you mentioned in another post. > > Now, go read the Nexus/topic information articles on > Lottadot. http://slash.lottadot.com/ > > You'll want create topic nexus's, for each skin (aka section). Think > of it as 'section == 'a skinned nexus'. > > You can either create the skins by hand (by SQL inserts) or you can > grab the Skin's editor from http://cvs.lottadot.com/ (follow the > instructions to install it). That'll give you a GUI interface to > manage your skins. > > That's it. > > Once you are at the point where the site's setup, the subdomains are > setup, the Nexus and skins are setup for the subdomains *then* you can > go and try experimenting with extra plugins. But even then, I'd > recommend you do that on a development system, especially if the > plugin is not included w/ the standard distro. And if you find you > like the plugin, then install it using the install-plugin tool (after > you've backed up) on your production webserver. > > Shane > > > > >------------------------------------------------------------------------ > >------------------------------------------------------------------------- >Using Tomcat but need to do more? Need to support web services, security? >Get stuff done quickly with pre-integrated technology to make your job easier >Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >------------------------------------------------------------------------ > >_______________________________________________ >Slashcode-development mailing list >Sla...@li... >https://lists.sourceforge.net/lists/listinfo/slashcode-development > > |