Changes between Initial Version and Version 16 of Ticket #10234
- Timestamp:
- 07/08/2009 05:28:21 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10234
-
Property
Status
changed from
newtoassigned - Property Cc westi added
-
Property
Component
changed from
Upgrade/InstalltoCanonical -
Property
Summary
changed from
Incorrect 'siteurl' inserted into databasetoSunOS $REQUEST_URI issues breaking install/upgrade -
Property
Milestone
changed from
Unassignedto2.8.2 - Property Owner changed from dd32 to markjaquith
-
Property
Status
changed from
-
Ticket #10234 – Description
initial v16 4 4 5 5 This was caused by a prior step (unable to determine which) in the wp upgrade process placing the string '<my wp site>?step=2' in the 'wp_options' table in the database, thus destroying all references to the site because admin_url will then create incorrect references. 6 7 This is because on SunOS it doesn't populate REQUEST_URI instead you get the following: 8 {{{ 9 REQUEST_URI: (i.e. Null) 10 SCRIPT_NAME: /wordpress/index.php 11 PHP_SELF: /wordpress/index.php 12 SERVER_NAME: stevenmbooth.com 13 }}] 14