From: Joel U. <uck...@el...> - 2005-04-15 20:05:21
|
> > Add this to your conifg/config.ini: > > > > HOME_PAGE = WhateverYouWantToCallYourHomePage > > I tried this. I set the following line right after the wiki name: > > WIKI_NAME = Support QA Wiki > HOME_PAGE = Support_QA_Wiki > > When I then tried to access the wiki, it went through the process of > creating a virgin wiki, and printed the following error at the bottom of the > page: > > Fatal Error: > lib\FileFinder.php:191: Error: pgsrc/Support_QA_Wiki: file not found That's because the page didn't exist. You should create the page prior to changing HOME_PAGE. [snip] > However, I would like my home page name to have spaces: > > HOME_PAGE = Support QA Wiki > > I tried setting the variable to this value and it said is was looking for a > file called Support+QA+Wiki. I provided this file but still kept getting the > create virgin wiki page. Any ideas on this? The value for HOME_PAGE needs to be quoted if it contains spaces: HOME_PAGE = "Support QA Wiki" > > > 2- In Firefox, pages often don't come up when I follow a > > link, I need > > > to do a Shift-F5 to get the pages to show up. It works find in > > > Internet Explorer. > > > > Do you get an error? A blank page? Or nothing at all? > > I get a blank page. The source just had an empty page: > <html><body></body></html> > > I don't get it everything single I click on a link. I would say I get a > blank page about 30% of the time. I don't know on that one. I can't replicate it. Anyone else? |