Closed (fixed)
Project:
ThemeKey
Version:
6.x-1.2-beta6
Component:
Code / API
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
20 Nov 2009 at 14:40 UTC
Updated:
9 Dec 2009 at 12:30 UTC
Jump to comment: Most recent file
I received this error after upgrading beta4 to beta6. what do u recommend me to do?
# Failed: INSERT INTO {themekey_ui_node_theme} (nid, vid, theme) VALUES (%d, %d, '%s')
# Failed: DELETE FROM {themekey_properties} WHERE id = %d
Regards
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 638426.patch | 1.47 KB | mkalkbrenner |
Comments
Comment #1
mkalkbrennerI reviewed the code. The "error" seems to occur if there are no entries to migrate to the new table structure. So the error messages are harmless ...
I'll fix the error reporting at this point. Please excuse if I get you scared.
Comment #2
mkalkbrennerHere's the patch ...
Comment #3
mkalkbrennerComment #4
sinasalek commented@mkalkbrenner, Thanks. it's error free now