#13950 closed defect (bug) (invalid)
Call to undefined method wpdb::get_blog_prefix() in /wp-admin/includes/user.php on line 260
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.0 |
Component: | General | Keywords: | |
Focuses: | Cc: |
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)
#2
@
15 years ago
Sorry, I deleted db.php in wp-content. But what is this file ? Created by plugin ? Never seen such a file here !
Thank you !
#3
@
15 years ago
- Resolution set to fixed
- Status changed from new to closed
Yes, this file is created by some caching plugins.
Note: See
TracTickets for help on using
tickets.
Are you using a custom db class, usually in a file named
db.php
inwp-content
?