From: Yannick L. <Yan...@en...> - 2005-04-15 18:43:01
|
> > I have successfully installed PHPwiki 1.3.11rc3 and find the new > > features (when compared to 1.2) to be quite nice. I have a few > > questions though: > > > > 1- How can I change the title of Home Page? I checked Edit under a > > regular user and admin and I did not see a place to edit this. > > 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 I then tried to reload, and it restarted trying to create the virgin wiki again. I have created a new file under pgsrc called Support_QA_Wiki with the desired contents and that seemed to work. 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? > > 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. Yannick |