Support » Fixing WordPress » Fatal error: Cannot unset string offsets in /wp-includes/widgets.php on line 622

  • So when I go to my website: lindsayandjacob.info I get the error message:

    Fatal error: Cannot unset string offsets in /webs/lindsayandjacob.info/www/wp-includes/widgets.php on line 621
    I followed the steps here:
    http://trac.wordpress.org/ticket/8804
    and now I get
    Fatal error: Cannot unset string offsets in /webs/lindsayandjacob.info/www/wp-includes/widgets.php on line 622

    I am at a loss as to what I need to do to resolve this…. I have downloaded a new wordpress archive and started from scratch to no avail.

    The server is my own, so I have complete control. Can someone help?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter jingram82

    (@jingram82)

    UPDATE –
    Well I found that there is more than one issue… I removed the wp_ prefix as described in a post I found, and now I am at the wordpress install screen, but it won’t accept any input.

    Thread Starter jingram82

    (@jingram82)

    UPDATE –
    Ok, so what it seems like to me is that none of the data entered into any forms on my website is making it back to the server for processing. No matter what you enter into any text boxes is treated as blank data. Does that make any sensE?

    Please anyone? I am getting the same error with a fresh install in a database that has never been used before 🙁

    i’m getting very similar errors with a fresh install and fresh database.
    everything installs ok but i get
    path//wp-includes/widgets.php on line 621
    when i click on any internal link on front page and then the front page will not display again. can’t log in as admin either
    i’ve tried fresh installs…new databases.
    i haven’t added any widgets/plugins and the theme is default.

    I had the same problem and ended up adding to lines to my wp-config.php file:

    ini_set(‘magic_quotes_gpc’,0);
    ini_set(‘magic_quotes_runtime’,0);

    Hope this helps!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Fatal error: Cannot unset string offsets in /wp-includes/widgets.php on line 622’ is closed to new replies.