Botrax
Forum Replies Created
-
Forum: Plugins
In reply to: [FeedWordPress] “XLM feed is invalid” error on multiple feedsPlease disregard.
Web server was given a Captcha screen by cloudflare.
Issue resolved.
Used Diagnostics to view response given to web server.
Forum: Plugins
In reply to: [Bounce Handler MailPoet 3] Bounce rule not triggered on Permanent FailAdded the following code at line 379 in v1.3.8 of /wp-content/plugins/bounce-handler-mailpoet/includes/class-mailpoet-bounce-detect.php
Now, at least Bounced emails are properly flagged as Bounced
case 'failed_permanent': $action = 'bounced'; break;
Now I only hope Mail Poet 3 does not send Newsletters to Bounced emails addresses.
- This reply was modified 6 years, 6 months ago by Botrax.
Forum: Plugins
In reply to: [Bounce Handler MailPoet 3] Bounce rule not triggered on Permanent Fail2. Subject : Mail delivery failed: returning message to sender
amde.b612@gmail.com Bounce reason : mailbox_not_available , Set status bounced , message deleted.3. Subject : failure notice
dadfl.bus55@post10.adroitx.eu Bounce reason : failed_permanent , no action done as per settings! , message deleted.
—MAILBOX NOT AVAILABLE is set to Bounced
FAILED PERMANENT is NOT set to BouncedFAILED PERMANENT needs to trigger the Bounce rules
Forum: Plugins
In reply to: [Bounce Handler MailPoet 3] Bounce rule not triggered on Permanent FailHello? Anyone alive in here?
Mail server is jammed with THOUSANDS of BOUNCING Emails on a daily basis.
Need functional Bounce Handling
Forum: Plugins
In reply to: [DB Cache Reloaded Fix] Parse error: syntax error, unexpected ‘new’ (T_NEW)I am also stuck with this error. Need to fix it.
Restored an old site with DBCacheReloadedFix enabled, and now i’m stuck with this error and a non-functional site.
Forum: Plugins
In reply to: [DB Cache Reloaded Fix] how to completely eliminate this plugin from site?I also would like to know how to deactivate DBCacheReloaded-Fix.
Restored an old site where DBCacheRealoadedFix was enabled and now the site does not function.- This reply was modified 7 years, 7 months ago by Botrax.
Forum: Plugins
In reply to: [Ad Blocker Notify Lite] tons of files in my upload folder!At least if it was in it’s dedicated folder, would be easier to delete and filter among all the other folders in “uploads”
How to get previous versions?
Forum: Plugins
In reply to: [WP LCache] How install? How I know its working?Creating “stub.php” in “wp-content/object-cache” with contents from Instructions, does not function.
Still getting “Warning! WP LCache object-cache.php is missing. See “Installation” for more details.”
Forum: Plugins
In reply to: [WP LCache] How install? How I know its working?Please explain the following:
“Create a stub file at wp-content/object-cache to require wp-lcache/object-cache.php.”
I create “stub.php” in “wp-content/object-cache” with the contents from Installation instructions?
Any filename with .php extension?You should precisely specify in Instructions to specify exactly which file to create, and in which folder.
I have TONS of traffic, Broken link Checker does not do much.
Batch checking does not work, checking individually works but does not update database.Is Support for this plugin dead?
Forum: Plugins
In reply to: [WP Super Speed] How works?Code suggests that it adds Indexes to Database tables.
I doubt that would conflict with anything.
Would this have different impact on MyISAM vs InnoDB database engines?Forum: Plugins
In reply to: [WP Super Speed] How works?I need to know what it does, so when I install it, I know what other plugins/services not to activate at the same time, to avoid overlap and conflicts.
I need to know which other plugins I can activate at the same time, that’s why I need to know what this does exactly.
If it’s a page cache, I need to deactivate other page caches
If it’s a DB cache, I need to disable other DB caches….I’m not testing this on a 6 million hit/day web site without knowing what it is and how it works.
Forum: Plugins
In reply to: [WP Super Speed] How works?So, this plugin is a Database cache?
If so, where does it store it’s cache? Disk? APC? Memcached?This is not working for me. This is the end of my .htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]SetEnvIf Referer website\.com localreferer
<FilesMatch \.(wp-content/plugins/wordpress-social-login/hybridauth/)$>
Order deny,allow
Deny from all
Allow from env=localreferer
</FilesMatch>
</IfModule>