Autosave Problem WordPress 2.1

Die bekannten Probleme mit der Autosave Funktion seit WordPress 2.1 sind noch nicht gelöst, aber fürs erste gibt es ein Workaround.

A somewhat easier way:
function adjust_autosave($seconds) {
return "999999";
}
add_filter('autosave_interval','adjust_autosave');
?>

This adjusts the autosave interval from the default of 120 seconds up to 999999 seconds. Which means that it will only autosave if you leave it up for about 11.5 days or so. :)

Ja, das sollte erstmal helfen. Aber irgendwie bleibt das hartnäckige Gefühl, dass es keine gute Idee war, WordPress 2.1 schon so früh zu installieren. Warum implementiert man Funktionen ohne die Möglichkeit, sie abzustellen?

[via WordPress Support Forum]

Related posts:

  1. WordPress 2.1 – Probleme bei Autosave-Funktion
  2. Konvertierung von Nucleus 3.22 zu WordPress 2.0
  3. Portierung von NucleusCMS nach WordPress
  4. Update geklappt
  5. WordPress – Upgrade 2.1
This entry was posted in blogs, meinblog, Software. Bookmark the permalink.

One Response to Autosave Problem WordPress 2.1

  1. NetReaper says:

    P.S.: Mit der Installation der version 2.1.2 war die Quälerei bei mir beendet, alles funktioniert tadellos.

Hinterlasse eine Antwort

Deine E-Mail-Adresse wird nicht veröffentlicht.

Du kannst folgende HTML-Tags benutzen: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>