Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Elly12 Thank You!
    I’ve tried your solution, and it seems to work fine; however after further research, I believe this is the proper way to ‘repair’ the annoying auto-folding admin menu issue. It also appears that this is invoked when your browser window is less than 900px wide.

    Make your browser as wide as possible, unfold the menu, go to the top-left corner of admin bar, next to W logo (right-side), [Your Site Name] / *Visit Site* (click)

    This seems to write your settings to the database and makes the menu setting stick.

    or you can:

    Within your Database:
    table: wp_usermeta
    user_id: 1
    meta_key: wp_user-settings
    meta_value: Delete mfold=f (and leading ampersand if applicable)

    This javascript check is ran within the /wp-admin/js/common.js

    Uuuuh wait a second!!!

    2.7 seems to be flaky now– try going to your wordpress root (home?) page in a web browser. When you get the “white screen of death” hit refresh a few times. Do you get a page?

    Dashboard seems to work (and look pretty darn sweet now) but some features give the white screen as well. I am able to change themes, etc. but something is seriously wrong here.

    Sorry for the premature excitement!

    GOT IT TO WORK!
    Upgraded from 2.6 to 2.7, got blank browser with no text… All plugins disabled, etc.

    went into: [the Database]/wp_options/option_value/option_id/1 and retyped the absolute path to the WordPress Directory– the existing one looked correct so I don’t know if there was a LF or CR embedded or some non-printing character but it is working now.

    Did I just get lucky?
    Good luck!

    Did anyone successfully upgrade to 2.7 and have success?

    Me three:
    Here is the error generated in the server error log.
    FreeBSD 6.3

    Worked fine before upgrade.

    Call to undefined function wp_remote_post() in /wp-includes/cron.php on line 201:

    wp_remote_post($cron_url, array(‘timeout’ => 0.01, ‘blocking’ => false));

Viewing 5 replies - 1 through 5 (of 5 total)