- Code: Select all
SQL ERROR [ mysqli ]
Incorrect integer value: '' for column 'auth_option_id' at row 1 [1366]
SQL
INSERT INTO phpbb_acl_options ( auth_option_id , auth_option , is_global , is_local , founder_only ) VALUES ('', 'a_agm_career', '1', '0', '0');
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 143
CALL: dbal->sql_error()
FILE: db_install.php
LINE: 64
CALL: dbal_mysqli->sql_query()
what can i do?















