WordPress Plugin FeedWordPress: Fehler „ein unbekannter Fehler ist aufgetreten: can_only_set_http_url_or_shell_command“ bei der Cronjob Konfiguration
Fehler ein unbekannter Fehler ist aufgetreten: can_only_set_http_url_or_shell_command bei der Cron Konfiguration des FeedWordPress Plugin (simple and flexible Atom/RSS syndication for WordPress) Version 2011.1019 | Von Charles Johnson | Besuch die Plugin-Seite Bei der Konfiguration des Cronjobs wird der fehlende Slash angemeckert : Updates: If you want to use a cron job, you can perform scheduled updates by sending regularly-scheduled requests to http://www.krakovic.de?update_feedwordpress=1 For example, inserting the following line in your crontab: */10 * * * * /usr/bin/curl –silent http://www.krakovic.de?update_feedwordpress=1 will check in every 10 minutes and check for updates on any feeds that are ready to be polled for updates. Lösung : Falsche Schreibweise : http://www.krakovic.de?update_feedwordpress=1 Richtige Schreibweise : http://www.krakovic.de/?update_feedwordpress=1