eveslage
Forum Replies Created
-
Forum: Plugins
In reply to: [Postie] Posting as gallery doesn’t work anymoreGreat. Thanks for fixing it so fast.
Forum: Plugins
In reply to: [Postie] Postie not fetching unless I run manuallyi fixed the problem with the vhosts access from localhost and the cron job is working again.
the last plesk update did a real mess.
Forum: Plugins
In reply to: [Postie] Postie not fetching unless I run manuallyi am pretty sure the reason is the broken access for localhost to vhosts. if i access my webserver from localhost, always the default plesk page is opened and the request is not redirected to the proper apache vhost.
[08/Aug/2013:16:40:01 +0200] “GET /wp-content/plugins/postie/get_mail.php HTTP/1.0” 404 303 “-” “Cronless-Postie”
i found this log entry in the log file for the default plesk webpage. so i know what the problem is, but i am afraid you can not help me fix it.
Forum: Plugins
In reply to: [Postie] Postie not fetching unless I run manuallyi have the same problem too. local and external wp-cron.php calls don’t work.
i have an entry in my error.log file:
[Thu Aug 08 14:50:00 2013] [error] [client ****] check_postie
but nothing happens. i always have to start postie manually. perhaps it has something todo with the latest plesk update to version 11.5. after this update the connection from localhost to the hosted websites is broken. so i switched to an external cron job, which in general works (according to the log file entry.
but it doesn’t trigger the mail fetching properly.
Forum: Plugins
In reply to: [Postie] Cron job not workingthe latest version seams to fix the problem. thanks for repairing the problem.
Forum: Plugins
In reply to: [Postie] Cron job not workingyes, i used cron gui to look for planned wp cron jobs.
Forum: Plugins
In reply to: [Postie] Cron job not workingI mean, in the posties settings dialog i set “check for mail every” to a value different than “check manually”.
then postie should setup a wp cron job. but nothing happens.
Forum: Plugins
In reply to: [Postie] Cron job not workingSomething changed. When i now enable the postie cron, there is no message “Succeeded in setting up cron task.” anymore. Nothing happens and there is still no wp-cron entry.
and i only find this in error.log
[Fri Mar 08 12:10:06 2013] [error] [client **] Postie: Failed to set up cron task., referer: https://**/wp-admin/options-general.php?page=postie/postie.php
[Fri Mar 08 12:10:07 2013] [error] [client **] Postie: Failed to set up cron task., referer: https://**/wp-admin/options-general.php?page=postie/postie.phpForum: Plugins
In reply to: [Postie] Cron job not workingThe log file shows, when i open the config dialog:
[Wed Mar 06 10:05:13 2013] [error] [client **] Postie: Failed to set up cron task., referer: https://**/wp-admin/options-general.php?page=postie/postie.php
[Wed Mar 06 10:05:13 2013] [error] [client **] Postie: Succeeded in setting up cron task., referer: https://**/wp-admin/options-general.php?page=postie/postie.phpForum: Plugins
In reply to: [Postie] Cron job not workingSame here: Manually run works, but no wp cron job is visible.
I think the Problems started since i updated BackWPup to Version 3.0. But this could be a coincident.
Forum: Plugins
In reply to: [Postie] Cron job not workingi seams that postie is registering again and again as a wp cron job. and it didn’t stick as a wp cron job. can i check anywhere, what is registered as a wp cron job?
i use the local crond in the meantime. but the wp cron job was less intrusive. perhaps we get it working again.
Forum: Themes and Templates
In reply to: [Scrappy] Infinite Scroll supporti just followed the jetpack instruction and added the support myself only by adding these lines to the functions.php file:
————-
/**
* setup infinite scrolling
*/
function scrappy_infinite_scroll_init() {
add_theme_support( ‘infinite-scroll’, array(
‘container’ => ‘content’
) );
}
add_action( ‘after_setup_theme’, ‘scrappy_infinite_scroll_init’ );
————-i am no theme developer, so i am not sure if i broke anything, but till then, it seams to work nicely.
Would you include it in the theme?
Yes, it is. And it is constantly growing in size. but just before starting the upload it disappears.
quota can’t be the problem. its a virtual server with 50GB free disk space.
I tried the PHP Zip with .zip archive. The result is the same, but i also get a additional warning message. The .zip file growths und suddenly before uploading is disappears.
2013/01/11 09:39.20: Füge XML-Export “***.wordpress.2013-01-11.xml” der Datensicherungs-Liste hinzu, mit 5.27 MB
2013/01/11 09:39.22: 1. Versuche Liste von Dateien zur Datensicherung zu erstellen …
2013/01/11 09:41.44: 15135 Dateien mit 3.19 GB zum Sichern
2013/01/11 09:41.44: 1. Versuche ein Datensicherungs-ZIP-Archiv zu erstellen …
2013/01/11 09:47.34: Datensicherungs-ZIP-Archiv wurde erstellt!
2013/01/11 09:47.34: [WARNUNG] filesize(): stat failed for /var/www/vhosts/***/httpdocs/wordpress/wp-content/plugins/backwpup/tmp/***_2013-01-11_09-38-54.zip
2013/01/11 09:50.26: [WARNUNG] filesize(): stat failed for /var/www/vhosts/***/httpdocs/wordpress/wp-content/plugins/backwpup/tmp/***_2013-01-11_09-38-54.zip
2013/01/11 09:50.26: 1. Versuche Datensicherungsdatei zu einem FTP-Server zu senden …Then i tried PHP Zip with tar.gz archive. Also the same.
013/01/11 10:01.39: 1. Versuche Liste von Dateien zur Datensicherung zu erstellen …
2013/01/11 10:04.07: 15135 Dateien mit 3.19 GB zum Sichern
2013/01/11 10:04.08: 1. Versuche tar.gz Archivdatei zu erstellen …
2013/01/11 10:13.48: tar.gz Archiverstellung fertig
2013/01/11 10:13.48: Archivgr??e ist 0 B
2013/01/11 10:13.48: 1. Versuche Datensicherungsdatei zu einem FTP-Server zu senden …No file gets uploaded.
Is there any Debug flag i can activate, so i get more debug output? i really have no clue what else to do.