#33208 closed defect (bug) (fixed)
Undefined index notice after installing a theme
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.3 | Priority: | normal |
| Severity: | normal | Version: | 4.3 |
| Component: | Upgrade/Install | Keywords: | commit has-patch |
| Focuses: | Cc: |
Description
After a theme installed either from the WP.org repo or file upload the following notice is displayed:
Notice: Undefined index: preview in /var/www/wptrunk/src/wp-admin/includes/class-wp-upgrader-skins.php on line 663
The bug was introduced in 33492 when $install_actions['preview'] =[...] was removed at line 667. The current line 663 has a concatenating assignment operator (.=) which is causing this notice.
Attachments (1)
Change History (6)
#2
@
11 years ago
- Component changed from Administration to Upgrade/Install
- Keywords has-patch added
- Milestone changed from Awaiting Review to 4.3
#4
@
11 years ago
I'll need to check but I've just got this after upgrading to 4.3
and applying a theme update to Genesis 2.1.3
Notice: Undefined index: preview in /nas/wp/www/cluster-41759/vsgloik/wp-admin/includes/class-wp-upgrader-skins.php on line 742
Version 0, edited 11 years ago
by
(next)
Note: See
TracTickets for help on using
tickets.
In 33519: