Get this warning:
user warning: Unknown column 'load_flags' in 'field list' query: UPDATE panels_page SET pid = 5, name = 'node_override', did = 7, title = '%node', access = '', path = 'node/%', load_flags = 0, css_id = '', arguments = 'a:1:{i:0;a:7:{s:4:\"name\";s:3:\"nid\";s:2:\"id\";i:1;s:7:\"default\";s:6:\"ignore\";s:5:\"title\";s:0:\"\";s:10:\"identifier\";s:7:\"Node ID\";s:7:\"keyword\";s:4:\"node\";s:17:\"argument_settings\";a:3:{s:5:\"types\";a:8:{s:4:\"page\";s:4:\"page\";s:3:\"faq\";i:0;s:6:\"quotes\";i:0;s:6:\"recipe\";i:0;s:8:\"weblinks\";i:0;s:5:\"forum\";i:0;s:5:\"panel\";i:0;s:11:\"wiki_type_1\";i:0;}s:11:\"own_default\";i:0;s:8:\"displays\";a:8:{s:4:\"page\";s:4:\"page\";s:3:\"faq\";i:0;s:6:\"quotes\";i:0;s:6:\"recipe\";i:0;s:8:\"weblinks\";i:0;s:5:\"forum\";i:0;s:5:\"panel\";i:0;s:11:\"wiki_type_1\";i:0;}}}}', displays = 'a:1:{s:15:\"argument_0-page\";a:5:{s:3:\"did\";s:3:\"new\";s:5:\"title\";s:14:\"Node ID 1 Page\";s:7:\"default\";s:18:\"argument_0-default\";s:11:\"argument_id\";i:0;s:7:\"context\";s:4:\"node\";}}', contexts = 'a:0:{}', relationships = 'a:0:{}', no_blocks = 0, switcher_options = 'a:0:{}', menu = 0 WHERE pid = 5 in /home/web/active/drupal-6.4/sites/all/modules/sampling/panels/panels_page/panels_page.write.inc on line 122.
I was generally following this how-to (http://drupal.org/node/206185) except that in the "add argument" modal dialog, I checked only a very basic custom content type (called page - I deleted the original default content type 'page'). Seems to behave like this for all the content types I have.
The argument shows up in the list under add argument, but when i click 'save', it returns that warning above and the argument has dissapeared and there's no 'node context' when trying to add panes in the 'content tab' when adding a panel page.
Cheers
Daz
Comments
Comment #1
merlinofchaos commentedYour database is not currently up to date. I recommend you disable and uninstall the panels pages module (there is an uninstall tab on the modules page) to clear out the tables, and then reinstall it.
Comment #2
dazmcg commentedthanks, that worked. Dont' really understand what caused it though.
Comment #3
merlinofchaos commentedEarly -dev versions had a non functional database. We didn't bother with an update to it because nothing worked anyway, so we just corrected the actual install so the database was right, rather than leaving a trail of broken database updates.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #5
jyg commentedI get the same issue when upgrading from d5... if I blow away my panels tables, then upgrading would be pointless. It seems there is no update path for Panels yet?
Comment #6
jyg commentedblip... sorry forgot to change to "active" on my last post. (I hope this is the right way to about this. Should my comment be a separate issue?)
Comment #7
sdboyer commentedThat's correct. There is no update path for D5 to D6 yet. That's important enough that I've made a note of it on the project page.