|
From: Joe Z. <joe...@za...> - 2005-02-14 18:43:15
|
Guillaume JULLIEN wrote:
> Hi,
>
> New to bobs, I'm trying to install it on a Linux SME server.
>
> I moved all files from /var/www/html/bobs/ to
> /home/e-smith/files/ibays/bobs/html/
> which is an active web directory
> Changed the rights to :
> -rw-r--r-- 1 www g-bobs
>
> Changed
> $sys_conf["siteroot"] = '/home/e-smith/files/ibays/bobs/html';
> in config.php
>
It should be $sys_conf["siteroot"] = '/home/e-smith/files/ibays/bobs';
> When I try to log on /bobs/admin.php, I get "incorrect password"
>
> - What's the default passworld ?
admin
> - If it is "admin", then my installation doesn't work. What should I
> try then ?
>
>
> Niber
>
A couple things. First, you shoud reinstall bobs specifying the actual
bobs web directory, like this:
./configure --with-webdir=/home/e-smith/files/ibays
su
make install
If it still doesn't work, then what is the output of this:
echo '<?php echo crypt("admin"); ?>' | php
Cheers,
Joe
|