• This is a clean install, downloaded earlier today(March 7) via wget from wordpress.org, no plugins, running twenty eleven (also tried with twenty ten, same issues).

    First, the admin bar isn’t showing up, and the php error log is showing:
    Invalid argument supplied for foreach() in [snip]/wp-includes/class-wp-admin-bar.php on line 343

    Next, updating/adding posts gives a “Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.” but still saves the edit/new post, and a reload of the error page brings you right back where you should be. Oddly, Pages work fine, it’s only Posts that show this behavior.

    On a related note, quick update of Posts doesn’t work at all, clicking on “Update” causes the progress animation to start up and continue indefinitely.

    This is the first wordpress install I’ve ever done on this particular server, and I suspect it’s a permissions error, but I’m stumped as to exactly what it might be. I’ve ensured that permissions are correct in wp-content – is there anywhere else I need to be looking?

    Maybe I’m wrong though, could it be something other than permissions?

Viewing 11 replies - 1 through 11 (of 11 total)
  • Try re-uploading all files & folders from a fresh download of WordPress. Also check the server’s error logs (as opposed to PHP logs).

    Thread Starter MattBoutet

    (@mattboutet)

    Thanks for the reply esmi. I should’ve specified in the original post that this is the second install (from a completely new download, new directory structure, new db) I’ve done on this host, both showed the same exact issues. Also, I’m not really seeing anything helpful in the error logs.

    Any other thoughts?

    I don’t think it’s a permissions problem but that error 324 does make me think that it’s possibly a badly configured server. Since this error is also frequently reported with Joomla & Drupal, it would seem to be PHP related. Are you using Chrome by any chance? If so, have you tried using IE or Firefox?

    Thread Starter MattBoutet

    (@mattboutet)

    esmi,

    I have tried using IE/Firefox, and have the same issues there.

    Any thought’s on where to look for config errors? PHP in general is working fine on the server, though I’m not certain there are any other wordpress installs on there right now, so it could be a PHP/Wordpress peculiarity I guess, but I don’t really know where to start looking.

    Thanks.

    Any thought’s on where to look for config errors?

    Sorry, no. The error is just too generic.

    Thread Starter MattBoutet

    (@mattboutet)

    Another possible hint:

    Media uploads work fine, adding/editing pages and comments works fine, changing settings is OK too.

    There’s something unique about the way posts are handled that’s causing the problems I’m seeing, I’m just not sure what it is.

    Could it be a php timeout issue? Is the MySQL server a little slow?

    Thread Starter MattBoutet

    (@mattboutet)

    It doesn’t seem to be a php timeout. Everything’s running pretty quickly.

    I’m stumped.

    Thread Starter MattBoutet

    (@mattboutet)

    Fix it:

    Had to set

    ini_set(‘zend.ze1_compatibility_mode’, 0);

    in the wp-config.php

    Thanks to martijnh for his post at http://wordpress.org/support/topic/clean-33-install-no-widgets-admin-bar-error?replies=4

    IrisRosa

    (@irisrosa)

    Thank you MattBoutet, just perfect! 😀

    This fixed the admin bar issue for me but I still have no widgets available and am getting an internal server error when trying to upload:

    http://wordpress.org/support/topic/admin-bar-missing-with-clean-install-no-widgets-available-and-internal-error?replies=1#post-2842824

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Multiple problems with a clean install.’ is closed to new replies.