#10584 closed defect (bug) (duplicate)
wp-db::escape doesn't properly handle objects
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 2.8.3 |
| Component: | Database | Keywords: | |
| Focuses: | Cc: |
Description
The wp_insert_user and wp_update_user functions call get_userdata() which pulls all the usermeta. If any usermeta is stored as a serialized object they are converted to their class, however, the wp-db escape function doesn't properly convert them back to serialized objects before trying to escape them, throwing fatal errors.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
sorry, late night, should have searched first. Duplicate of #9640