Closed (fixed)
Project:
Drupal core
Version:
x.y.z
Component:
update system
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
6 Feb 2006 at 21:04 UTC
Updated:
22 Feb 2006 at 01:00 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| Drupal.update.links.patch | 1.42 KB | gábor hojtsy |
Comments
Comment #1
Steven commentedWe 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.
Comment #2
(not verified) commented