From: Reini U. <ru...@x-...> - 2005-10-31 17:28:07
|
Oliver Benson schrieb: > I don't know whether someone is able to help me at all. I'm trying to > install phpWiki on my web account, and I'm hitting a brick wall. It may > be something really easy to fix, but phpWiki doesn't give much guidance > as to where to look, so I'm really struggling. I'm no computer expert - > although I've managed to successfully install phpWiki on my local > machine and I've got phpBB running on the account I'm now trying to > install phpWiki to. > > My error, when I initially run the index.php is that I get: > > Fatal Error: > > lib/FileFinder.php:191: Error: /tmp: file not found > > There are /tmp folders both within and on the same level as my httpdocs > folder, as well as one within the knowledge folder where phpwiki has > been uploaded to so I don't know where it is trying to look. > > http://www.talkstjohn.com/knowledge/ > > If anyone has any advice as to where to begin to start to try and solve > this problem, I'd be grateful. Sorry, the error message shoudl be clear for everybody. /tmp is /tmp and not /<somepath>/tmp nor /<someotherpath>/tmp Sp please set all your tmp paths in config.ini to use the real tmp path and not /tmp -- Reini Urban http://phpwiki.org/ |