Revision history [back]
IntegrityError on posting responses to questions
Hi
I am having issues with IntegrityErrors like:
"IntegrityError: (1452, 'Cannot add or update a child row: a foreign key constraint fails (xstream_askbot
.askbot_post_groups
, CONSTRAINT post_id_refs_id_75cf7f31839241d7
FOREIGN KEY (post_id
) REFERENCES askbot_post
(id
))')"
When posting a reply to a question. The reply seems to get there, even though the user gets a nice Internal Server Error page. But i would like to get this fixed, any hints?
According to the webpage its version 0.7.48 running with MySQL 5.5.29 as a backend on ubuntu.
IntegrityError on posting responses to questions
Hi
I am having issues with IntegrityErrors like:
"IntegrityError: (1452, 'Cannot add or update a child row: a foreign key constraint fails (xstream_askbot
.askbot_post_groups
, CONSTRAINT post_id_refs_id_75cf7f31839241d7
FOREIGN KEY (post_id
) REFERENCES askbot_post
(id
))')"
When posting a reply to a question. The reply seems to get there, even though the user gets a nice Internal Server Error page. But i would like to get this fixed, any hints?
According to the webpage its version 0.7.48 running with MySQL 5.5.29 as a backend on ubuntu.