Just to add some detail to the description of this error.
For fun, I added two calls to the same FormBrowser in one page instead of just one. Surprisingly, the first FormBrowser is displayed, and the following errorr is then displayed underneath:
Code: Select all
Fatal error: Cannot redeclare getformid() (previously declared in /hsphere/local/home/designwo/designworx.ie/staging/designworx-cms/modules/FormBrowser/action.default.php:23) in /hsphere/local/home/designwo/designworx.ie/staging/designworx-cms/modules/FormBrowser/action.default.php on line 23
This is interesting for me, because with only one call to the FormBrowser, I see the error, but the FormBrowser is not displayed.
By including the FormBrowser tag twice, this is the first time I have been able to see what a FormBrowser looks like.
I found another reference to the same type of error:
http://dev.cmsmadesimple.org/tracker/in ... 0&atid=737
Simon