Skip to content

Instantly share code, notes, and snippets.

@Noxwizard
Created June 13, 2011 01:11
  • 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/1022185 to your computer and use it in GitHub Desktop.
Oracle Q&A question submission
SQL ERROR [ oracle ]
ORA-01400: cannot insert NULL into ("PHPBB"."PHPBB_CAPTCHA_QUESTIONS"."QUESTION_ID") [1400]
SQL
INSERT INTO phpbb_captcha_questions (question_text, strict, lang_iso, lang_id) VALUES ('This is a question, type "answer"', 0, 'en', 1)
BACKTRACE
FILE: includes/db/oracle.php
LINE: 405
CALL: dbal->sql_error()
FILE: includes/captcha/plugins/phpbb_captcha_qa_plugin.php
LINE: 893
CALL: dbal_oracle->sql_query()
FILE: includes/captcha/plugins/phpbb_captcha_qa_plugin.php
LINE: 753
CALL: phpbb_captcha_qa->acp_add_question()
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