deano
|
| Posted: 08/13/2001, 2:33 PM |
|
I keep getting this error
Fatal error: Cannot redeclare form_show() in
/www.thirdeyedevelopment.com/kw/footer.php on line 6
Line 6 is the function form_show().
Now i know i am using Beta 5 and using php/mysql and it is not supported but
is it a bug or is it me
Not doing anything fancy
Deano
|
|
|
 |
David A. Lee
|
| Posted: 08/13/2001, 3:19 PM |
|
I hit this once ... and the problem was that a "Header" page
had the same form name as the page in question.
Your forms need to be named uniquely , you cant use the same form name
in headers/footers as you do in the 'main' page.
(yes I filed a bug with CC to detect this during code generation ... )
> I keep getting this error
>
> Fatal error: Cannot redeclare form_show() in
> /www.thirdeyedevelopment.com/kw/footer.php on line 6
>
> Line 6 is the function form_show().
>
> Now i know i am using Beta 5 and using php/mysql and it is not supported
but
> is it a bug or is it me
>
> Not doing anything fancy
>
>
>
> Deano
>
>
|
|
|
 |
CodeCharge
|
| Posted: 08/13/2001, 4:42 PM |
|
In this case, it is because PHP4 was not yet implemented in Beta 2.0
But PHP4&Templates is currently working.
"deano" <info@nospam.thirdeyedevelopment.com> wrote in message
news:9l9h2n$v8j$1@news.codecharge.com...
> I keep getting this error
>
> Fatal error: Cannot redeclare form_show() in
> /www.thirdeyedevelopment.com/kw/footer.php on line 6
>
> Line 6 is the function form_show().
>
> Now i know i am using Beta 5 and using php/mysql and it is not supported
but
> is it a bug or is it me
>
> Not doing anything fancy
>
>
>
> Deano
>
>
|
|
|
 |
|