Whenever I go into admin area (
www.webmastersdatabase.com/admincp) and Create a usergroup, I get the error
Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /includes/class_core.php on line 666
Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /includes/class_core.php on line 666
Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /includes/class_core.php on line 666.
A bit more information about the error:
### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO usergroup
(`title`, `description`, `usertitle`, `opentag`, `closetag`, `passwordexpires`, `passwordhistory`, `ispublicgroup`, `canoverride`, `userpagepermissions`, `forumpermissions`, `attachlimit`, `pmquota`, `pmpermissions`, `pmsendmax`, `calendarpermissions`, `wolpermissions`, `adminpermissions`, `genericpermissions`, `genericoptions`, `profilepicmaxwidth`, `profilepicmaxheight`, `profilepicmaxsize`, `avatarmaxwidth`, `avatarmaxheight`, `avatarmaxsize`, `itraderpermissions`, `pagerpermissions`, `pagerquota`, `pagerminpost`, `pagerminpostperday`, `pagermaxperday`, `pagersendmax`, `pagersendmaxchar`)
VALUES
('test', 'test', 'test', '', '', '', '', '0', '0', '0', '651271', '1000000', '0', '0', '5', '0', '1', '0', '2626563', '9', '100', '100', '25000', '50', '50', '20000', '0', '0', '', '', '', '', '', '');
MySQL Error : Unknown column 'userpagepermissions' in 'field list'
Error Number : 1054
Any ideas? Thanks :nervous:
anyone?
Folks, help needed!