n1fdadmin
Forum Replies Created
-
I am also seeing the following error in our logs –
Fatal Error: DivisionByZeroError: Modulo by zero
wp-content/plugins/youtube-embed-plus-pro/youtube-embed-plus-pro.php 2462Forum: Plugins
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] Fatal ErrorSimilar errors here as well. I have rolled our site back to v3.0.1.
Forum: Plugins
In reply to: [Proxy Cache Purge] Help with purge from PHPThank you for getting back to me Mika. I have a script which handles several levels of purging depending upon what I am doing. Steps include varnish purge, a css and java compression cache, and an external CDN. It’s useful for our admins to be able to just click a link based upon what they need and the php script handles all of the steps in the correct order.
Forum: Plugins
In reply to: [Proxy Cache Purge] Help with purge from PHPP.S. This code is only run by users with admin permissions.
YEs, MailPoet 3 was sending emails fine up until the last couple of RC updates.
Your suggestion that this is caused by a plugin conflict or .htaccess does not make sense. MailPoet 3 was sending emails prior to the last RC updated and we did not change our .htaccess file or any plugins since then.I have tried disabling all plugins on our site which have been updated in the last two weeks (well within the interval that the MailPoet 3 problem began) and this did not help. The only plugin related event which occurred was the removal of MailPoet 2 from our site yesterday. Sure wish I had not done that now …. Can you please take a closer look at what is going on?
Just got the update notice for the Premium Plugin now.
Can you help with the Postman conflict as well? We need it to send other emails not related to MailPoet on our site.
Thanks
Yes, thank you for the answer to my question – I appreciate the quick response. Like other here, we have a user community that is used to the MailPoet 2 format for our newsletters. We’ll continue to test MailPoet 3 here but won’t use it for production until you have a chance to catch up on some of the features such as the one that we are talking about here.
Forum: Plugins
In reply to: [Query Monitor] All Query Times 0.00Thank you for the information and suggestion. I have removed WP Super Cache.
Not sure I know where object-cache.php is located. Can you help me with that? Thank you.
Forum: Plugins
In reply to: [Warm Cache] Plugin is working but no statsHere is some additional information from my PHP logs –
Notice: Undefined index: sm_b_location_mode
wp-content/plugins/warm-cache/warm-cache.php 349Notice: Undefined index: sm_b_filename
wp-content/plugins/warm-cache/warm-cache.php 351Notice: Undefined variable: newtime
wp-content/plugins/warm-cache/warm_cache_crawl.php 73Forum: Plugins
In reply to: [Query Monitor] All Query Times 0.00We are using WP Super Cache and DreamHost (our hosting service) runs a varnish cache. We use Cloudflare as our CDN. Also checked and the proper link to db.php is in place in wp-content.
Forum: Plugins
In reply to: [Query Monitor] All Query Times 0.00Don’t see any messages in red in the Query Monitor menu or at the top of the detailed information displays.
Forum: Plugins
In reply to: [Query Monitor] All Query Times 0.00LEt me ask my question this way. I can see the Query Monitor is extending the wpdb class to include statics. etc. What sort of conflict am I looking for in terms of other plugins? A different extension of the wpdb class perhaps?
Forum: Plugins
In reply to: [Query Monitor] All Query Times 0.00Thank you for your help.
I do see a note at the top of the Queries panel that says “Object Cache” followed by a link titled “External object cache in use”. The contents of the link are –
advanced-cache.php
Advanced caching plugin.object-cache.php
Memcached Redux
External object cache.The real Memcached (not Memcache) backend for the WP Object Cache.
Version 0.1.5 | By Scott Taylor – uses code from Ryan Boren, Denis de Bernardy, Matt Martz, Mike Schroder | Visit plugin site
db.php
Query Monitor Database Class
Custom database class.I am guessing the third one is the problem. Is there any way to determine which of the plugins on our site is causing the problem?
Forum: Plugins
In reply to: [Warm Cache] Plugin is working but no statsI have three problems (in order of importance to our application):
1. Warm Cache seems to get stuck at the same starting number with a result that no pages are load (if it’s at the end when stuck) or the same pages are loaded each time
2. Warm Cache does not show any status in the admin even though it appears to be running.
3. Setting define(‘MP_WARM_CACHE_FILTER_LIMIT’, 30); in wp-config.php does not seem to have any effect.
If we could solve the first two, I’d probably be OK.