- Code: Select all
[password]
widget:label="Password"
visibility:browse=visible
visibility:find=visible
visibility:list=visible
visibility:update=visible
widget:type=visible
But now, when I click 'new record', I get a blank screen and it gives this error in the log:
- Code: Select all
[Tue Jul 17 16:44:44 2012] [error] [client 10.200.6.105] PHP Fatal error: [html_quickform_error: message="unregistered element" code=-5 mode=return level=notice prefix="QuickForm Error: " info="Element 'visible' does not exist in HTML_QuickForm::_loadElement()"]On line 404 of file /var/www/html/xf/Dataface/FormTool.php in function printStackTrace()\n<br>On line 352 of file /var/www/html/xf/Dataface/QuickForm.php in function buildWidget(Dataface_Record Object,array(password,varchar(32),YES,,,,login_info,array(Password,,login_info.password.label,login_info.pa,Dataface_QuickForm Object,password,1,array(1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,)\n<br>On line 493 of file /var/www/html/xf/Dataface/QuickForm.php in function _buildWidget(array(password,varchar(32),YES,,,,login_info,array(Password,,login_info.password.label,login_info.pa,array(1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,)\n<br>On line 53 of file /var/www/html/xf/actions/new.php in function _build()\n<br>On line 1222 of file /v in /var/www/html/xf/Dataface/FormTool.php on line 404
I can change the name of the field in the database, but it doesn't seem to help. Do I need to 'recompile'? Or is there an easier way to fix this?