Posted by laurie on March 31, 2009 at 1:24pm
I've been trying to get Aegir running and have had lots of problems. I just tried a fresh checkout/install of everything and got through the installation and configuration wizard steps error free this time, but am unable to provision a new site. It looks like the code and database are out of sync? Or is there a setup step I missed or something?
* user warning: Unknown column 'i.status' in 'field list' query: SELECT n.title, r.type, p.package_type, p.nid, i.iid, i.version, i.schema_version, i.status, p.description, p.short_name, i.rid, i.package_id FROM hosting_package_instance i LEFT JOIN hosting_package p ON p.nid=i.package_id LEFT JOIN node n ON p.nid=n.nid LEFT JOIN node r ON r.nid=i.rid WHERE rid = 'null' AND package_id = 'null' in /home/aegir/drupal-5.x/includes/database.mysql.inc on line 174.
* Please fill in a valid profile
* user warning: Unknown column 'i.status' in 'field list' query: SELECT n.title, r.type, p.package_type, p.nid, i.iid, i.version, i.schema_version, i.status, p.description, p.short_name, i.rid, i.package_id FROM hosting_package_instance i LEFT JOIN hosting_package p ON p.nid=i.package_id LEFT JOIN node n ON p.nid=n.nid LEFT JOIN node r ON r.nid=i.rid WHERE rid = '6' AND package_id = '42' in /home/aegir/drupal-5.x/includes/database.mysql.inc on line 174.
* warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /home/aegir/drupal-5.x/sites/default/modules/hosting/site/hosting_site.module on line 385.
* Please fill in a valid language
Comments
You should provide more
You should provide more details: what version did you try to install? 0.1? CVS? What Drupal version?
If this is HEAD, you should
If this is HEAD, you should probably open a bug report. At any rate, it would be preferable to document those things in the issue tracker, as support request if you're not sure it's a bug.
Please re-install from HEAD
I apologize, but I messed up by adding a field in an update and not in the _install schema.
It's going to be very tricky writing an update only for people who installed in the last 12 hours (since their db state is going to be different to everyone elses), so I would appreciate if you just dumped your database and install it from scratch.
any sites that were installed will get re-imported when you add the platform.
thank you kindly, and i will try not to make the same mistake again.