17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 817 Views |
-
Frontend for UserForms module not work

12 February 2009 at 11:50pm Last edited: 12 February 2009 11:51pm
Hi,
I have just installed the UserForms module, it works absolutely fine in the administration however when trying to view the page on the frontend I get the following error:
[User Error] Object::__call() Method 'Fields' not found in class 'UserDefinedForm_Controller'
I have traced this to userforms/code/UserDefinedForm.php line 272:
foreach( $this->Fields() as $field ) {
$fields->push( $field->getFormField() );
if( $field->Required )
$required[] = $field->Name;
}Anyone know what would be causing this? Did I miss something? I haven't modified the module in anyway. Searched alot but I can't seem to find this problem mentioned anywhere else.
The site is running Silverstripe 2.3 RC3
Thanks in advance
Mark
-
Re: Frontend for UserForms module not work

19 February 2009 at 9:26pm
Found out this was due to modified core code.
| 817 Views | ||
|
Page:
1
|
Go to Top |

