Espen Dahl
|
| Posted: 02/01/2003, 1:54 PM |
|
I get the following error message Notice: Use of undefined constant ccs -
assumed 'ccs'
ccs is used in the prepare function:
$this->wp->AddParameter("1", "urls_audience_cat_id", ccs, "", "",
$this->Parameters["urls_audience_cat_id"], "", false);
I get no error messages for this one in prepare():
$this->wp->AddParameter("3", "urls_book_title", ccsText, "", "",
$this->Parameters["urls_book_title"], "", false);
I haven`t seen this problem (and a problem regarding missing buttons in some
forms) prior to beta2 but I am not 100% certain it is related. (going back
to beta1 and generate agian didn`t fix it).
Regards,
Espen Dahl
Norway
|
|
|
 |
DAVID
|
| Posted: 02/04/2003, 3:06 PM |
|
$ccsText
"Espen Dahl" <espen@foilware.com> wrote in message
news:b1hfmc$n4g$1@news.codecharge.com...
> I get the following error message Notice: Use of undefined constant ccs -
> assumed 'ccs'
>
> ccs is used in the prepare function:
> $this->wp->AddParameter("1", "urls_audience_cat_id", ccs, "", "",
> $this->Parameters["urls_audience_cat_id"], "", false);
>
> I get no error messages for this one in prepare():
> $this->wp->AddParameter("3", "urls_book_title", ccsText, "", "",
> $this->Parameters["urls_book_title"], "", false);
>
> I haven`t seen this problem (and a problem regarding missing buttons in
some
> forms) prior to beta2 but I am not 100% certain it is related. (going back
> to beta1 and generate agian didn`t fix it).
>
> Regards,
> Espen Dahl
> Norway
>
>
|
|
|
 |
|