If you have clean URLs disabled, the links printed at the end of the update are like ?q=... which are buggy, since they all point to the update.php with these destinations, now that the base URL is not used anymore. We should include the index.php filename in the links, so that they will work fine.

CommentFileSizeAuthor
Drupal.update.links.patch1.42 KBgábor hojtsy

Comments

Steven’s picture

Status: Reviewed & tested by the community » Fixed

We don't use index.php in most links... seems it would be better to use base_path() instead of index.php? Works locally...

Commited modified version to HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)