Warum wird? Doing_wp_cron an meine URLs angehängt
-
-
Diesgeschiehtmit dem Plugin [All In One Event Calendar] (http://time.ly/).Die Lösungin diesem Fallbesteht darin,** `ALTERNATE_WP_CRON` als **`false` **in `wp-config.php` zu definieren.This is happening with the plugin [All In One Event Calendar](http://time.ly/). Solution in its case is to **define** `ALTERNATE_WP_CRON` as **`false`** in `wp-config.php`.
- 0
- 2012-10-06
- brasofilo
-
4 Antworten
- Stimmen
-
- 2011-03-23
Diesistein Zeichen dafür,dass Sie
definiert habenALTERNATE_WP_CRON
in Ihremwp-config.php
Um Hintergrundverarbeitungen durchzuführen (z. B. das Veröffentlichengeplanter Beiträge),leitet WordPress Sie zur URL weiter,an die
?doing_wp_cron
angehängtist.It's a sign that you have
ALTERNATE_WP_CRON
defined in yourwp-config.php
In order to do some background processing (like publishing scheduled posts), WordPress redirects you to the URL with
?doing_wp_cron
appended.-
Vielen Dank!Wissen Sie,wasichtun kann,um das am Endemeiner URLs zubeseitigen?Thanks! Do you know what I could do to get rid of that from the end of my URLs?
- 0
- 2011-03-24
- Andrew Warner
-
Entfernen Sie die Zeile aus wp-config.php (obwohl diesmöglicherweise dazuführt,dass cronnichtmehrfunktioniert).Remove the line from wp-config.php (although that might stop cron from working).
- 0
- 2011-03-24
- scribu
-
@scribuiThemes schlägt vor,diese Zeilein der wp-config-Dateieinzurichten,damit BackupBuddyfunktioniert. Wenn Sie diese Zeileerneutentfernen,wird sichergestellt,dass das Pluginnichtmehrfunktioniert.Gibtes Ihrer Kenntnisnacheine andere "Lösung" als das Dumping von BackupBuddy?@scribu iThemes suggests to set up that line in the wp-config file to get BackupBuddy to work, thus removing that line again makes sure that the plugin no longer works. To your knowledge is there another "solution" to this other than dumping BackupBuddy?
-
@Piet: Dasisteine ziemlich seltsame Anforderung voniThemes.Einemögliche Lösung wäre die Verwendung von UNIX-Cron-Jobs.Öffnen Sieeine neue Frage.@Piet: That's a rather strange requirement on the part of iThemes. A possible solution would be using UNIX cron jobs. Open a new question.
- 0
- 2011-09-15
- scribu
-
@scribu dankefür deinen Vorschlag,neue Frage wirdgepostet: http://wordpress.stackexchange.com/questions/28718/alternative-for-wp-cron-with-backupbuddy@scribu thanks for your suggestion, new question is posted: http://wordpress.stackexchange.com/questions/28718/alternative-for-wp-cron-with-backupbuddy
-
- 2012-10-26
Ich habe viele Beiträge zu diesem Problemgesehen,abernur wenige vonihnen habenesgeschafft,eine echte Lösung zufinden.Was dieses Problemfürmich löst,war die Verwaltung der Umleitungin der .htaccess-Datei.
Hieristein Beispiel zum Umleiten der URL durch Hinzufügen dieser Zeilenin der .htaccess-Datei:
<IfModule mod_rewrite.c> Options +FollowSymLinks RewriteEngine On RewriteCond %{QUERY_STRING} (^|&)doing_wp_cron= [NC] RewriteRule (.*) /$1? [R=301,L] </IfModule>
Hoffe das wird helfen!
Hinweis: Diese Tipps stammen aus diesem Forum
I have seen many posts about this problem but few of them succeed to found a real solution. What solves this problem for me has been to manage redirection in the .htaccess file.
Here is an exemple on how to redirect the url by adding these lines in the .htaccess file :
<IfModule mod_rewrite.c> Options +FollowSymLinks RewriteEngine On RewriteCond %{QUERY_STRING} (^|&)doing_wp_cron= [NC] RewriteRule (.*) /$1? [R=301,L] </IfModule>
Hope this will help !
Note : this tips comes from this forum
-
Dasistnichtideal.Es wärebesser,die alternative Cron zu deaktivieren.That’s not ideal. It would be better to disable the alternative cron.
- 3
- 2012-10-26
- fuxia
-
@toscho: Hierist wasich verstanden habe (vielleichtfehltmiretwas).Der Parameter 'ALTERNATE_WP_CRON' deaktiviert den Cron-Job aus Wordpress-Sicht.Daheristesin der Wordpress "Engine" deaktiviert.Dann können das Plugin 'Allesin einem Ereigniskalender',BackWPup und alle Dinge,die Jobplänebenötigen,ihre Jobsnichtfortsetzen. Durch das Spielenmit der Apache-Umleitung wird die Wordpress-Enginenichtbeeinträchtigt. Dasfindeich heraus,abermiristnicht alles klar.Woirreichmich@toscho : Here is what I have understood (maybe i am missing something). the 'ALTERNATE_WP_CRON' param disables cron job from Wordpress point of view. So it is disabled in the Wordpress "engine". Then the 'All in one Event Calendar' plugin, BackWPup, and all stuffes that need job schedules wont be able to proceed their jobs. By playing with the Apache redirection, the Wordpress engine wont be affected. That's what I figure out but not everything is clear to me. Where am I wrong ?
- 0
- 2012-10-26
- Gepeto
-
- 2011-09-24
@scribu Ichglaube,dass BackupBuddy die WordPress-Aufgabenplanung verwendet,um Aufgaben als Teil der Sicherungsprozeduren zuplanen. Wenn auf der Site Loopbacks deaktiviert sind,ist die only -Lösung (abgesehen voneinermaßgeschneidertenexternen Lösung) und Die spezifische alternative Lösung,die,wie Sie sicher wissen,in WordPressintegriertist,ist die alternative Cron-Korrektur. Diesist alsonur "erforderlich",wenn auf dem Host Loopbacks deaktiviert sind. Denken Sie daran,dassin diesem Fall keine geplanten Aufgabenfunktionieren,seiesgeplante WordPress-Standardaufgaben oder Aufgaben,diemit anderen Plugins verknüpft sind. Was der Fall zu sein scheint,ist,dassein Benutzernicht weiß,dass sein Host seine WordPress-Installationbehindert hat,biser BackupBuddy ausprobiert,da dies das Problem offensichtlichmacht undnichtbis zu diesem Zeitpunkt unsichtbar war.
Die Verwendung des Crontab-Ansatzesistnurein Heftpflaster,da die WordPress-Cron-Verarbeitung sehr häufigfunktioniert undnurmit einigen Arten vongeplanten Aufgabenfunktioniert.
Wennein Benutzer den alternativen wp-Cron-Fixnicht verwendenmöchte oder kann,möchteernatürlichnicht zueinem Host wechseln,der Loopbacks zulässt undnicht über ausreichende Kenntnisse verfügt,umeine geeignete Crontabeinrichten zu können BackupBuddybietet danneinen manuellen Sicherungsmodus,derfunktioniert,aberesfehltihm die Flexibilität undeinige der Funktionen,die verfügbar sind,wenn die Planung verfügbarist.
@scribu I believe that BackupBuddy uses WordPress task scheduling to schedule tasks as a part of the backup procedures - if the site has loopbacks disabled then the only solution (apart from some bespoke external solution) and the specific alternate solution that, as I am sure you know, is integrated into WordPress, is the alternate cron fix. So this is only "required" if the host has loopbacks disabled. Bear in mind that if that is the case then no scheduled tasks, be they standard WordPress scheduled tasks or those associated with other plugins, will work. What seems to be the case is that a user will not know that their host has hobbled their WordPress installation until they try BackupBuddy because that makes the problem obvious rather than it having been invisible until that point.
Using crontab type approach is only a sticking-plaster because, unless you make it "ping" the WordPress cron processing very frequently that will only work with some types of scheduled tasks.
Of course if a user doesn't want to or cannot use the alternate wp cron fix, doesn't want to move to a host that does allow loopbacks and isn't knowledgable enough to be able to set up a suitable crontab based capability then BackupBuddy does offer a manual backup mode that will work but it lacks the flexibility ana some of the capabilities of that available when scheduling is available.
-
- 2012-11-12
Was dieses Problem verursacht,isteine alternative Cron.Um dies zu umgehen,können Sie,wenn Sie Zugriff haben,eine tatsächlicher Cron-Prozess (wenn Ihr Hosting dies zulässt) und deaktivieren Sie ALTERNATE_WP_CRONin Ihrer wp-config.php.
What causes this issue is alternate cron. To workaround this, if you have access, you can enable an actual cron process (if your hosting will let you) and disable ALTERNATE_WP_CRON in your wp-config.php.
Diese Zeichenfolge wirdmanchmal an das Endemeiner URLs angehängt:
Weißjemand,wofüresist?Wie kannichesentfernen?