fox7
Forum Replies Created
-
Forum: Plugins
In reply to: [Proxy Cache Purge] Varnish HTTP Purge & Buddypress/BBpressJust following up here.
I can confirm that purge does not happen when there is a new reply or a new topic on bbPress. In fact the only thing that does work is purging when a new regular blog post is published (it purges the category page also etc.).
We’re on Varnish 4.
Here’s a email log that just came in. This was a scheduled job I believe. Notice the restart and the time length!
2011/08/31 01:09.52: [ERROR] Job restarted, bcause inactivity!
2011/08/31 01:09.52: [INFO]: BackWPup version 2.1.2, WordPress version 7558 Copyright © 2011 Daniel Hüsken
2011/08/31 01:09.52: [INFO]: BackWPup comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions.
2011/08/31 01:09.52: [INFO]: BackWPup job: 2. Optimize and Check Database Tables; OPTIMIZE+CHECK
2011/08/31 01:09.52: [INFO]: BackWPup cron: 45 4 * * 1; Mon, 29 Aug 2011 @ 04:45
2011/08/31 01:09.52: [INFO]: BackWPup job strated by cron
2011/08/31 01:09.52: [INFO]: PHP ver.: 5.2.13; apache2handler; Linux
2011/08/31 01:09.52: [INFO]: MySQL ver.: 5.0.77-log
2011/08/31 01:09.52: [INFO]: curl ver.: 7.15.5; OpenSSL/0.9.8b
2011/08/31 01:09.52: [INFO]: Temp folder is: /tmp/.backwpup_3326515/
2011/08/31 01:09.52: 1. try for database check…
2011/08/31 01:09.56: Result of table check for wp_ak_twitter is: OK
2011/08/31 01:09.56: Result of table check for wp_commentmeta is: OK
2011/08/31 01:09.56: Result of table check for wp_comments is: OK
2011/08/31 01:09.56: Result of table check for wp_links is: OK
2011/08/31 01:09.56: Result of table check for wp_options is: OK
2011/08/31 01:09.56: Result of table check for wp_postmeta is: OK
2011/08/31 01:09.56: Result of table check for wp_posts is: OK
2011/08/31 01:10.01: Result of table check for wp_redirection_groups is: OK
2011/08/31 01:10.05: Result of table check for wp_redirection_items is: OK
2011/08/31 01:10.10: Result of table check for wp_redirection_logs is: OK
2011/08/31 01:10.14: Result of table check for wp_redirection_modules is: OK
2011/08/31 01:10.14: Result of table check for wp_term_relationships is: OK
2011/08/31 01:10.14: Result of table check for wp_term_taxonomy is: OK
2011/08/31 01:10.14: Result of table check for wp_terms is: OK
2011/08/31 01:10.14: Result of table check for wp_usermeta is: OK
2011/08/31 01:10.14: Result of table check for wp_users is: OK
2011/08/31 01:10.14: Database check done!
2011/08/31 01:10.14: 1. try for database optimize…
2011/08/31 01:10.14: Result of table optimize for wp_ak_twitter is: OK
2011/08/31 01:10.15: Result of table optimize for wp_commentmeta is: OK
2011/08/31 01:10.15: Result of table optimize for wp_comments is: OK
2011/08/31 01:10.15: Result of table optimize for wp_links is: Table is already up to date
2011/08/31 01:10.15: Result of table optimize for wp_options is: OK
2011/08/31 01:10.15: Result of table optimize for wp_postmeta is: OK
2011/08/31 01:10.15: Result of table optimize for wp_posts is: OK
2011/08/31 01:10.15: Result of table optimize for wp_redirection_groups is: OK
2011/08/31 01:10.15: Result of table optimize for wp_redirection_items is: OK
2011/08/31 01:10.15: Result of table optimize for wp_redirection_logs is: OK
2011/08/31 01:10.15: Result of table optimize for wp_redirection_modules is: OK
2011/08/31 01:10.15: Result of table optimize for wp_term_relationships is: OK
2011/08/31 01:10.15: Result of table optimize for wp_term_taxonomy is: Table is already up to date
2011/08/31 01:10.15: Result of table optimize for wp_terms is: Table is already up to date
2011/08/31 01:10.15: Result of table optimize for wp_usermeta is: OK
2011/08/31 01:10.15: Result of table optimize for wp_users is: Table is already up to date
2011/08/31 01:10.15: Database optimize done!
2011/08/31 01:10.15: Job done in 764404 sec.This is what Rackspace support came up with:
php_errors.log:
[29-Aug-2011 18:47:21] PHP Warning: unlink(/tmp/.backwpup_655009483/.static) [function.unlink]: No such file or directory in /mnt/stor7-wc2-dfw1/530872/586574/www.pediatricminds.com/web/content/wp-content/plugins/backwpup/pages/header_backwpup.php on line 66
Thanks, I’ve submitted a ticket and emailed you.
As far as I can see there are no error logs. The backwpupworking screen is simply black. Nothing happens. The files “backwpup_log_2011-08-29_12-32-14.html” are also blank.
However, the dashboard will say “August 29, 2011 @ 12:32 pm Full Backup O.K.” and yet it didn’t backup anything. And no temp files were created.
Found a hack.
Wish the author would give us some option to control this.
in top-admin.php line 10:
change from:
if (current_user_can(‘manage_options’)) {
to for example:
if (current_user_can(‘read’)) {
Thanks for fixing this bug! Hope the developer can implement it.
Forum: Plugins
In reply to: [Plugin: Topsy Retweet Button] Topsy trackbacks – wrong timestampWe have same problem on our blog.
Trackback tweets are 7 hours into the future. We are on pacific time.
See example here:
http://www.foxepractice.com/blog/game-dynamics-healthcare-hipaa
The tweet was sent out 7.07 AM Pacific. Trackback is 2.07 PM Pacific (that’s still in the future :))Thanks
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Fatal Error: Allowed memory size…We have some big problems with memory and this plugin.
We’ve tried wp-config and php.ini, unfortunately we can not edit .htaccess.
Once we activate this plugin, the whole site goes down.
What makes this plugin so memory intensive?