The message "One or more problems were detected with your Drupal installation. Check the status report for more information" uses the link http://www/drupal/?q=admin/reports/status which does not exist. Should be replaced with http://www/drupal/?q=admin/logs/status as far as I understand.

The place to change it at the top of system.admin.inc:

  // Check for status report errors.
  if (system_status(TRUE)) {
    drupal_set_message(t('One or more problems were detected with your Drupal installation. Check the <a href="@status">status report</a> for more information.', array('@status' => url('admin/reports/status'))), 'error');
  }

Cheers

Comments

webernet’s picture

Status: Active » Closed (won't fix)

No, that's the correct link. (The section was recently changed from logs to reports.)

bluepuma’s picture

Status: Closed (won't fix) » Active

Sorry, but I get a "Page not found" for the reports link - using Drupal 6.x HEAD from yesterday.

How do we get this fixed?

keith.smith’s picture

@bluepuma:

I'm using a fresh Drupal 6.x-dev checkout as well, but this link (to /admin/reports/status) works fine for me.

The "One or more problems were detected with your Drupal installation. Check the status report for more information." link leads directly to the "Status report" page.

I thought perhaps it could be something on a brand new install where an error might be triggered if the first page someone attempted to go to was /admin/reports/status, so I tried that, but that worked fine for me.

Can you follow up with any additional information that may be unique to your site? Are there any contributed (non-core) modules enabled?

webernet’s picture

Status: Active » Closed (won't fix)

Upgrading from development version to development version is unsupported.

If you do upgrade this way, you will need to rebuild your menus - this can be done by enabling or disabling any module.