• Need help, not sure what I did but now I’m not able to log in to my admin panel. I keep getting this error message.

    Fatal error: Call to undefined method wpdb::delete() in /home/content/57/8368157/html/wp-includes/option.php on line 370

    Does anyone have any idea how to fix or have they seen this e before. Totally at a loss for logging in to edit my site.

Viewing 15 replies - 1 through 15 (of 40 total)
  • Try:
    – switching to the default theme by renaming your current theme’s folder inside wp-content/themes and adding “-old” to the end of the folder name using FTP or whatever file management application your host provides.

    resetting the plugins folder by FTP or phpMyAdmin.

    Thread Starter csg2013

    (@csg2013)

    Thanks, I will give this a try and report back.

    Thread Starter csg2013

    (@csg2013)

    Just tried deactivating my plugins folder and that didn’t work

    I think that error is trying to tell you that there’s some OTHER error in the code of your theme or a plugin you are using.

    Since disabling all plugins did not fix the problem, it could be that the error is in the theme. Did you make any changes to it?

    Thread Starter csg2013

    (@csg2013)

    Yes, I was having problems getting rid of an error code that was showing up on one of my pages. Couldn’t figure what the problem was so I tried replacing the file it was referencing with a fresh file which was the wp-db.php which I’m thinking wiped all my database login information.

    Thread Starter csg2013

    (@csg2013)

    It took care of the error that was showing up on my webpage but can’t login now to my admin panel.

    There is absolutely nothing wrong with wp-db.php. Or any other WordPress core file, for that matter. The issue is within your theme or one of your plugins. What version of WordPress are you using?

    I agree with esmi.

    Some coding errors will trigger fatal erros referencing WP core files. But the problem IS NOT in the core files.

    So, unless you edited core files under wp-admin or wp-includes (which you should never do), the error is definitely NOT in any of the files in those folders.

    Thread Starter csg2013

    (@csg2013)

    I’m using the current version of wordpress. It must be something in my theme then because I disabled my whole plugins folder. I know I also replaced a folder called t-display in my themes include section. That was also being referenced in the error message I was originally getting. It might be something in there I need.

    Thread Starter csg2013

    (@csg2013)

    sorry ts-display is the folder name

    Well then, at least the error is isolated to a folder. Got many files in there?
    It might serve to have the original error – the one before triggering the wpdb one. It would tell us where WP saw a problem and what file we should look at.

    Try switching to the default theme by renaming your current theme’s folder inside wp-content/themes and adding “-old” to the end of the folder name using FTP or whatever file management application your host provides.

    Thread Starter csg2013

    (@csg2013)

    Here is the original error I was getting on my web page.

    Thread Starter csg2013

    (@csg2013)

    the link doesn’t seem to want to show

    Thread Starter csg2013

    (@csg2013)

    http://www.creativeservicesgrp.com/screenshots/Screen shot-error.png

    [Moderator Note: Please ensure that you are embedding links correctly in your posts.]

Viewing 15 replies - 1 through 15 (of 40 total)
  • The topic ‘Fatal error: Call to undefined method wpdb::delete() in /home/content/57/8368157’ is closed to new replies.