#10584 closed defect (bug) (duplicate)
wp-db::escape doesn't properly handle objects
| Reported by: | prettyboymp | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Database | Version: | 2.8.3 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
sorry, late night, should have searched first. Duplicate of #9640