Hi,

After upgrade from 8.0.0-rc2 to the latest 8.0.0-rc3 I noticed that the update.php does not work correct at the moment and could not be used to update the db.

The initial (info) page is loaded successfully, but when the "Continue" button is clicked to go to the next step (selection) the result is "The requested page could not be found." The requested URL is /update.php/selection.

In my opinion the issue is in the way the link is build:

    $build['link'] = array(
      '#type' => 'link',
      '#title' => $this->t('Continue'),
      '#attributes' => array('class' => array('button', 'button--primary')),
      // @todo Revisit once https://www.drupal.org/node/2548095 is in.
      '#url' => Url::fromUri('base://selection'),
    );

Regards,
Lachezar

Comments

lachezar.valchev created an issue. See original summary.

cilefen’s picture

Is this Nginx or apache?

lachezar.valchev’s picture

Hi,

In the matter of fact it is Nginx

Regards,
Lachezar

parijke’s picture

same issue on pantheon.io

cilefen’s picture

Version: 8.0.0-rc3 » 8.1.x-dev
Status: Active » Postponed (maintainer needs more info)
Issue tags: +nginx

Is this still an issue for anybody?

Version: 8.1.x-dev » 8.2.x-dev

Drupal 8.1.9 was released on September 7 and is the final bugfix release for the Drupal 8.1.x series. Drupal 8.1.x will not receive any further development aside from security fixes. Drupal 8.2.0-rc1 is now available and sites should prepare to upgrade to 8.2.0.

Bug reports should be targeted against the 8.2.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.3.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.2.x-dev » 8.3.x-dev

Drupal 8.2.6 was released on February 1, 2017 and is the final full bugfix release for the Drupal 8.2.x series. Drupal 8.2.x will not receive any further development aside from critical and security fixes. Sites should prepare to update to 8.3.0 on April 5, 2017. (Drupal 8.3.0-alpha1 is available for testing.)

Bug reports should be targeted against the 8.3.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.4.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

cilefen’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Closing as much has changed, and I think it may be a duplicate. Reopen if necessary.