An unfortunate bug snuck into the 7.x-1.0-beta14 release that affects new sites being set up with that version (this does not affect sites that are upgrading from a previous version).

The homepage of farmOS shows the following on a fresh install:

The requested page "/" could not be found.

This is because the farmOS dashboard code moved to a new module called farm_dashboard (it was previously in a module called farm_admin), and that module was not added as a dependency of new farmOS installs, so it doesn't get installed by default.

There is an update hook in place that will automatically enable the farm_dashboard module if you are upgrading to 7.x-1.0-beta14 from a previous version. It is only new installs that are affected by this bug.

The bug has already been fixed in the 7.x-1.x development branch:

To fix it on a new site installed from 7.x-1.0-beta14, simply log in (at /user), and enable the Farm Dashboard module in /admin/modules.

CommentFileSizeAuthor
#2 farm_dashboard_dependency-2901421-1.patch347 bytesm.stenta
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

m.stenta created an issue. See original summary.

m.stenta’s picture

Attached is a patch.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.