You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing the latest version of wagtail, the latest version of the wagtailbakerydemo and the latest version of the plugin on a local environment, using the default SQLite database setup, a "FOREIGN KEY constraint failed" exception is appearing.
To replicate the issue:
Install wagtail as per the wagtail site in venv and test (works OK),
Install bakerydemo and test (works OK)
install the review plugin (installs OK)
run wagtail on localhost and access Admin
Go to the About Us page (page id=76), make a change and Save As Draft
Select "Submit for review" from the dropdown
In the modal, select a review type and a user that needs to review the content
Press the Submit button.
With debugging disabled, an internal server error is shown.
The text was updated successfully, but these errors were encountered:
favdv
changed the title
FOREIGN KEY EXCEPTION when installing on local machine with SQLLite
FOREIGN KEY EXCEPTION when installing on local machine with SQLite
May 15, 2019
favdv
changed the title
FOREIGN KEY EXCEPTION when installing on local machine with SQLite
FOREIGN KEY EXCEPTION when running plugin on local machine with SQLite
May 15, 2019
When installing the latest version of wagtail, the latest version of the wagtailbakerydemo and the latest version of the plugin on a local environment, using the default SQLite database setup, a "FOREIGN KEY constraint failed" exception is appearing.
To replicate the issue:
With debugging disabled, an internal server error is shown.
Debug tracelog info attached.
Errors+found+during+install.docx
The text was updated successfully, but these errors were encountered: