I can not add title to my content gives warning message
" warning: Invalid argument supplied for foreach() in /home/easytech/public_html/sites/all/modules/panels/includes/display-edit.inc on line 369."
I can not add title to my content gives warning message
" warning: Invalid argument supplied for foreach() in /home/easytech/public_html/sites/all/modules/panels/includes/display-edit.inc on line 369."
Comments
Comment #1
easytech commentedI tried to add different titles none worked. here are the details in dlog
Type php
Date Sunday, October 25, 2009 - 22:23
User ryan
Location http://domain.com/admin/build/pages/nojs/operation/user_view/handlers/us...
Referrer http://domain.com/admin/build/pages/nojs/operation/user_view/handlers/us...
Message Invalid argument supplied for foreach() in /home/easytech/public_html/sites/all/modules/panels/includes/display-edit.inc on line 369.
Severity error
Comment #2
easytech commentedwhen i added %user:name following warning displays but there seems to be no line 3648 in common.inc
user warning: Unknown column 'title_pane' in 'field list' query: INSERT INTO panels_display (layout, layout_settings, panel_settings, cache, title, hide_title, title_pane) VALUES ('', 'a:0:{}', 'a:0:{}', 'a:0:{}', '%user:name', 0, 0) in /home/easytech/public_html/includes/common.inc on line 3468.
Comment #3
merlinofchaos commented#2 indicates that you are not fully updated; you must hit update.php to add the new column to the table.
Comment #4
merlinofchaos commented