Forgot your password?

xtreemhost

WordPress 2.9.2 Upgrade

Hello all,

WordPress released version 2.9.2 today, which is a security fix of the previous version, in which logged in users can peek at trashed posts belonging to other authors.

If you have untrusted users signed up on your blog and sensitive posts in the trash, you should upgrade to 2.9.2.

To auto-upgrade your WordPress installation on the free plan, you should follow the below steps:

  1. Use the file manager in Vistapanel, and edit/open wp-config.php in the main WordPress directory.
  2. Scroll to the bottom and copy + paste this code on a new line:
  3. /* Fix WordPress autoupgrades on Xtreemhost */
    if(is_admin()) {
    add_filter(‘filesystem_method’, create_function(‘$a’, ‘return “direct”;’ ));
    define( ‘FS_CHMOD_DIR’, 0751 );
    }

  4. Save the file and attempt auto-update, it may automatically update or ask for connection information.
  5. If it asks for connection information, go to the Account Settings tab on VistaPanel and use the information under FTP Settings.
  6. It should then automatically update your WordPress installation and plug-ins.

Regards

This entry was posted in News, Uncategorized and tagged . Bookmark the permalink.

Archives