Skip to content

Instantly share code, notes, and snippets.

@Noxwizard
Created June 13, 2011 00:49
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Noxwizard/1022176 to your computer and use it in GitHub Desktop.
Oracle Q&A initial configuration error
SQL ERROR [ oracle ]
ORA-00911: invalid character [911]
SQL
CREATE TABLE phpb9_captcha_questions ( question_id number(8) , strict number(1) DEFAULT '0' , lang_id number(8) DEFAULT '0' , lang_iso varchar2(30) DEFAULT '' , question_text clob DEFAULT '' , CONSTRAINT pk_phpb9_captcha_questions PRIMARY KEY (question_id) );
BACKTRACE
FILE: includes/db/oracle.php
LINE: 406
CALL: dbal->sql_error()
FILE: includes/db/db_tools.php
LINE: 1401
CALL: dbal_oracle->sql_query()
FILE: includes/db/db_tools.php
LINE: 612
CALL: phpbb_db_tools->_sql_run_sql()
FILE: includes/captcha/plugins/phpbb_captcha_qa_plugin.php
LINE: 355
CALL: phpbb_db_tools->sql_create_table()
FILE: includes/captcha/plugins/phpbb_captcha_qa_plugin.php
LINE: 633
CALL: phpbb_captcha_qa->install()
FILE: includes/acp/acp_captcha.php
LINE: 50
CALL: phpbb_captcha_qa->acp_page()
FILE: includes/functions_module.php
LINE: 507
CALL: acp_captcha->main()
FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment