#13950 closed defect (bug) (invalid)
Call to undefined method wpdb::get_blog_prefix() in /wp-admin/includes/user.php on line 260
| Reported by: | NightAngel | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 3.0 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
I don't use "wp_" prefix for my tables. Of course, the $table_prefix= value is correct in wp-config.php.
The error when I create (or modify) an article : Call to undefined method wpdb::get_blog_prefix() in /wp-admin/includes/user.php on line 260
PS : WP_DEBUG is true... obviously.
Change History (6)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Are you using a custom db class, usually in a file named
db.phpinwp-content?