2011-11-07, 01:40 PM
(2011-11-07, 07:34 AM)wkd Wrote:Quote:Fatal error: Call to undefined function int() in /admin/modules/myshowcase/fields.php on line 259
I get this error when I try to add a new field to a field set.
sorry about that. you can download the 2.2.2 version from the mods site or correct it yourself by editing the file and changing lines 259-262 to the following
"min_length" => intval($mybb->input['newmin_length']),
"max_length" => intval($mybb->input['newmax_length']),
"field_order" => intval($mybb->input['newfield_order']),
"list_table_order" => intval($mybb->input['newlist_table_order']),
Lost interest, sold my sites, will browse here once in a while. It's been fun.