-
-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add part to project error #200
Comments
Can you send a dump of your database? I can't reproduce it, and would need to look into the database. |
This is actually a bug in Doctrine2 - see http://www.doctrine-project.org/jira/browse/DDC-1586 One fix is to change the foreign key inside the ProjectPart table to reference the correct target. It is pretty easy using phpMyadmin. |
SQL Statement to fix this manually (backup your DB first): ALTER TABLE |
Thanks! That resolved the issue. On Sun, May 27, 2012 at 5:48 AM, timoahummel <
|
This is actually a duplicate of #129 - I'll close this, as the other issue contains more information. |
This may be related to my database being migrated from a build from September. I have created a new project, it saves fine provided I don't have any parts added, however once I add a part and click save I get the following error. The parts I'm adding existed in my September version of the database, the project is newly created.
The text was updated successfully, but these errors were encountered: