Have installed all modules according to your Readme doc and everything seemed to be ok until I tried to set up my first page and then I got the following error when I tried to add blocks and each time I clicked on save my changes.
The listed error is:
" Unknown column 'status' in 'field list' query: SELECT status FROM homebox_default WHERE bid = 3821 AND pid = 1 in /home/garp/public_html/sites/all/modules/homebox/homebox.admin.inc on line 217."
Thanking you in advance for your help in this matter. GarP
Comments
Comment #1
jchatard commentedHi GarP,
I think I made something wrong (maybe in the commit or code), I'll have to check.
I can suggest you 2 things try to run update.php.
Or, completely uninstall alpha2, then install alpha1, and after update to alpha2.
What is important is that in the 'system' table, you need to have homebox 'schema' field to be in version 6002.
I'll check this very soon.
Sorry for inconvinience.
Jérémy
Comment #2
DeFr commented@jchatard: You've added the fields status and open to the homebox_default table via homebox_update_6002, but didn't update the default schema provided in homebox schema with those two colums. On fresh install, Drupal just take whatever is in the hook_schema as the latest and greatest, and doesn't apply any update, that's why new installs don't work.
Comment #3
jchatard commentedThanks Franck!
Fixed in ALPHA3, everyone is encouraged to upgrade.
Jérémy
Comment #4
jchatard commentedChange issue status I always forgot!
Comment #5
GarP commentedThanks for this GREAT module and your fast response ! ! Upgrading to ALPHA3 solved the problem. GarP