From: Chris W. <ch...@cw...> - 2003-02-25 21:45:51
|
Andrew Hurst wrote: > to the bottom of it. Now when I reload the main page, the "Search > Events" and the "New Event" options show up in the admin tools box. > But, sometimes when I reload, or I access it with another browser, those > links don't show up. It seems like some Apache children have the > updated template, and some don't. Is there any way to force all > children to reload the template(s) other than restarting the server? > That might be a handy thing for me to work on adding to get used to the > system, a 'clear template cache' button or similar if needed. AFAIK there isn't yet. If you're interested in implementing this I don't think it would be too tough, plus you'd get to know some of the Template Toolkit internals, which should be every perl hacker's dream :-) > In other news, I couldn't get the tips_quotes_cw package to install. > I installed it to my OI base directory, then applied it to the sites, > but I couldn't get the install_sql command to work: Yeck, that's not right. This thing doesn't have any database access in it... Ok, I see where the problem is -- there's still the default 'sql_installer' reference in the package.conf. I'll update the package this evening. > When I try to start the server without running install_sql, starts but > I can't access the site with a failure about not being able to access > the Stash. > > "Cannot find configuration object from stash class (Main::Stash). Cannot > continue! at /usr/local/lib/perl5/site_perl/5.8.0/OpenInteract.pm line > 91, line 1." > > I get that in the browser, when I try to access the site. Double yeck. Check your web server error logs (not the vhost logs, the main server logs) and see if you get anything funny going on when the server starts up. When the configuration object doesn't get created it means something hinky happened at startup. Thanks for the followup, Chris -- Chris Winters (ch...@cw...) Building enterprise-capable snack solutions since 1988. |