Opened 12 years ago
Closed 12 years ago
#24365 closed defect (bug) (fixed)
Suppressed errors during install
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Warnings/Notices | Keywords: | has-patch |
Focuses: | Cc: |
Description
Reported in http://wordpress.org/support/topic/36-beta3-24284-throws-a-stream-of-suppressed-errors-during-install:
PHP Strict standards: Redefining already defined constructor for class WP_Widget in .../wp-includes/widgets.php on line 93 PHP Notice: unserialize(): Error at offset 0 of 38 bytes in .../wp-admin/includes/upgrade.php on line 1420 PHP Strict standards: Only variables should be assigned by reference in .../wp-admin/includes/schema.php on line 589 PHP Strict standards: Only variables should be assigned by reference in .../wp-admin/includes/schema.php on line 622 PHP Strict standards: Only variables should be assigned by reference in .../wp-admin/includes/schema.php on line 644 PHP Strict standards: Only variables should be assigned by reference in .../wp-admin/includes/schema.php on line 655 PHP Strict standards: Only variables should be assigned by reference in .../wp-admin/includes/schema.php on line 662 PHP Strict standards: Only variables should be assigned by reference in .../wp-admin/includes/schema.php on line 675 PHP Strict standards: Only variables should be assigned by reference in .../wp-admin/includes/schema.php on line 675 PHP Strict standards: Only variables should be assigned by reference in .../wp-admin/includes/schema.php on line 696 PHP Strict standards: Only variables should be assigned by reference in .../wp-admin/includes/schema.php on line 702 PHP Strict standards: Only variables should be assigned by reference in .../wp-admin/includes/schema.php on line 708 PHP Strict standards: Only variables should be assigned by reference in .../wp-admin/includes/schema.php on line 720 PHP Strict standards: Only variables should be assigned by reference in .../wp-admin/includes/schema.php on line 733 PHP Strict standards: Only variables should be assigned by reference in .../wp-admin/includes/schema.php on line 746 PHP Strict standards: Only variables should be assigned by reference in .../wp-admin/includes/schema.php on line 760 PHP Strict standards: Only variables should be assigned by reference in .../wp-admin/includes/schema.php on line 774 PHP Strict standards: Only variables should be assigned by reference in .../wp-admin/includes/schema.php on line 787
Attachments (2)
Change History (7)
Note: See
TracTickets for help on using
tickets.
See #20801 for
WP_Widget
constructor.