Search found 4 matches

by rym3k
Fri May 25, 2007 12:48 pm
Forum: Bug reports
Topic: Problem during upgrading from 1.6.12 to 2.0.0
Replies: 6
Views: 8356

no problem. done.
by rym3k
Fri May 25, 2007 12:43 pm
Forum: Bug reports
Topic: Problem during upgrading from 1.6.12 to 2.0.0
Replies: 6
Views: 8356

I changed update.php user_id NOT NULL DEFAULT 1 to user_id NULL and I passed this step but after this I got one more bug report

DB error: ERROR: null value in column "links_state" violates not-null constraint

Query:

INSERT INTO faqdata
(id, lang, solution_id, revision_id, active, keywords ...
by rym3k
Fri May 25, 2007 12:41 pm
Forum: Bug reports
Topic: Problem during upgrading from 1.6.12 to 2.0.0
Replies: 6
Views: 8356

PostgreSQL (8.1)
by rym3k
Fri May 25, 2007 12:23 pm
Forum: Bug reports
Topic: Problem during upgrading from 1.6.12 to 2.0.0
Replies: 6
Views: 8356

Problem during upgrading from 1.6.12 to 2.0.0

Hi

During upgrading phpMyFAQ from 1.6.12 to newest (2.0.0) this application report

DB error: ERROR: null value in column "user_id" violates not-null constraint

Query:

INSERT INTO faqcategories
(id, lang, parent_id, name, description)
SELECT id, lang, parent_id, name, description
FROM ...