Re: [phpslash-users] Installation trouble
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2004-09-21 13:04:32
|
On Tue, Sep 21, 2004 at 02:25:09PM +0200, Sigmund L. Lahn wrote: > I have installed phpslash, following the instructions in the documentation. > > When I run the test.php, i get the following output: > > Warning: main(/home/user/phpslash/class/functions.inc): failed to open stream: > No such file or directory in > /mnt/home4/u/us/user/public_html/phpslash/public_html/config.php on line 141 > > Fatal error: main(): Failed opening required > '/home/user/phpslash/class/functions.inc' (include_path='/user/phplib/') in > /mnt/home4/u/us/user/public_html/phpslash/public_html/config.php on line 141 > Your include path looks fishy. Is this something you changed in the phpSlash installation? It is not required to setup phplib separately anymore. phplib configuration is included in phpSlash now. Removing this should help Even if you were using the include path, you probably want the current directory too like: '.:/usr/share/php:/usr/share/pear' > (I have replaced my username with "user") > > I read some older mails posted on this list, suggesting to use relative url's > in the basedir and classdir variables, but that gave an output of a whole > lotta errors. > > Cold somebody give me a hand, please? > > If you are just testing and/or getting started. Try giving the 0.8beta a try. We are just about ready to start with Release Candidates. It includes an installation wizard. Point your browser at the public_html directory and follow the instructions. http://sourceforge.net/project/showfiles.php?group_id=10566&package_id=70712&release_id=264922 If anyone would like to contribute simple installation instructions to update the manual for 0.8 please feel free. Joe |