• I have a problem with wordpress 2.7, I put a few text widgets, and probably one of them contains errors. It appears on my wp admin and on my blog: array_keys() [function.array-keys] /widgets.php on line 1044 . A friend modified the code in widgets.php, but the problem still remain. I can’t see or manage the text widgets from the widgets panel in wp admin. I want to disable the text widgets from code, but i don’t know from where.
    Thank You!

    https://blog.lnphotography.ro

Viewing 3 replies - 1 through 3 (of 3 total)
  • HI there. I think I would start by replacing the original widgets.php file, back into the admin directory.
    hope you get there.
    mike.

    Hi, you’ll probably need to manually edit the database to remove the widget.
    If your web hosting control panel has phpmyadmin, use that. Open up your wordpress database, and open the wp_options table. You’ll see rows that start widget_. Delete the offending row.
    Warning: You could really mess things up by deleting the wrong thing in here so be careful.

    Can I “merely” delete the code for the offending widget beginning with the left bracket “{” and ending with the right bracket “}”?

    Or do I have to delete all the widgets?

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘can’t see or remove text widget’ is closed to new replies.