Page 1 of 1

bid - bug(?)

Posted: Sun 2. May 2004, 22:38
by art777
When config is:

$phpwcms["site"] = "http://domain.com/";
$phpwcms["root"] = "cms";

in verification email is:

(...)you have send a new bid from our website:
http://domain.com/cms/cms/index.php

The amount of your bid is: 100,00 EUR

Your bid is taken only after you have verified by clicking
http://domain.com/cms/cms/index.php?id=6,12,0,0,1,0&hash=V9f4c62d0f611b47117284e348c08ff32

If you do not want to bid please do nothing or delete the bid
http://domain.com/cms/cms/index.php?id=6,12,0,0,1,0&hash=D9f4c62d0f611b47117284e348c08ff32

Re: bid - bug(?)

Posted: Mon 3. May 2004, 02:42
by DeXXus
art777 wrote:When config is:

$phpwcms["site"] = "http://domain.com/";
$phpwcms["root"] = "cms";
Since you are a longtime user I assume you just used shorthand form... in your post, but, just in case, i wanted to re-iterate to all that they make sure to use:
$phpwcms["site"] = "http://www.domain.com/";

Posted: Tue 4. May 2004, 20:47
by Oliver Georgi
yes - seems to be a bug

uncomment line 140 in cnt20.article.inc.php:

Code: Select all

//$bid['url'] .= ($phpwcms["root"]) ? "/".$phpwcms["root"] : '';
[UPDATE] I have not tested - but check please.

Oliver

Posted: Thu 6. May 2004, 19:31
by frold
It is working and fixing the problem ;-)