mp459
Forum Replies Created
-
Thank you for the prompt fix!!
Hi everyone (and @duongcuong96 )
I updated to 3.6.3 and tested: the issue still exists. I took a brief look at the code and I don’t really see how PEAR is used except of msazure.
mickey
Forum: Plugins
In reply to: [IP2Location Redirection] Will plugin work with just homepage?I tested this with wp-super-cache. If I don’t cache the homepage, them homepage redirects do work.
However, if the cache plugin is active, I cannot configure the ip2location redirection since there’s an error on the configuration page. @ip2location is it possible to change that error to a warning, so we can still add configurations (at our own risk) even if a caching plugin is active?
thanks
mickeyThank you. Let me know if you need any additional info or testing for me. I can provide Some additional info in private as needed.
Forum: Plugins
In reply to: [GDPR] Reconsent bar NOT showing after privacy policy update in 2.0.8I’ve had trouble with this too but it turns out wp-super-cache was a little overly tenacious.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Dropping S3 Secret Key dataHi y’all
The 3.3.7 updates says “Fixed: Services credentials lost after 3.3.6 update”.
Does this mean it retrieves the lost credentials? or do we have to go back and reënter the credentials?
mickey
Forum: Plugins
In reply to: [Mailgun for WordPress] WordPress Multisite setupI’ve just tested this with a new setup. I don’t ‘think MAILGUN_USERNAME and MAILGUN_PASSWORD are necessary if you use the http API. (Conversely, if you don’t use the API presumably you use SMTP and the APIKEY may not be necessary).
Unfortunately, if configured this way, there’s no way to test it through the mailgun plugin.
@daniel any luck pushing this to the live plugin?
On the GitHub site, there’s a “download zip” button on the left column. That’s the newest version. You may have to manually overwrite the old files with the new ones, or remove the old plugin folder and rename this one “backwpup”
mickey
Hi Daniel and srumbear
sarumbear, the Files tab: https://www.dropbox.com/s/4c88to7nyl312hd/filtes-tab.png?dl=0
I see the option to “Move WP install folder one folder up!”:
https://www.dropbox.com/s/s5q1kasniynga3c/Add_new_job_%E2%80%B9_The_Globalist_%E2%80%94_WordPress.png?dl=0I just tested it and it works well. However the wording is not very intuitive. Perhaps you can do something like “use WOrdpress Address (WP_SITEURL) instead of Site Address (WP_HOME)”. I figure anyone who’s done this would probably know what this means since we have to configure these settings.
Another possibility is to use WP_HOME by default instead of WP_SITEURL.
Cheers
mickeyForum: Plugins
In reply to: [Custom Post Type Permalinks] Permalinks don't work after updateHey tricks
I’ve had some similar issues over the past day or two—I’m not sure the problem may is with this plugin though. Try this:
1. navigate to settings -> permalinks (from WP admin);
2. save the existing permalink structure (click “save changes” without making any changes)That fixed a few of my sites.
mickey
I have the same issue, but the conflict is with “all-in-one-calendar” plugin. Perhaps a duplicate definition of function stat() ?
mickey
Forum: Plugins
In reply to: [The Events Calendar] Doesn't show dates in 2015Hi Everyone
I’m having the same issue on one of our sites. I narrowed it down to so far to ribe_events_latest_date( TribeDateUtils::DBYEARMONTHTIMEFORMAT ) :
I’ve managed a workaround by modifying line 268 of
the-events-calendar/public/template-tags/month.phpto:
if ( $date <= tribe_events_latest_date( TribeDateUtils::DBYEARMONTHTIMEFORMAT ) || true ) {Note the “|| true” whcih causes this condition to always be true.
But of course since I modified core files I’m afraid the fix will go away next update. Does anyone have any thoughts on a more permanent solution? (I _do_ have the pro version (hint) but since this affects the free version I thought I’d post here instead
thanks
mickeyHaving similar issue: Twitter does not show up except on Firefox.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] size of wp_relevanssi tableThanks, Mikko. The search itself is working well. It’s only some db operations that take up to 2 minutes. Working on offloading the db to an AWS RDS instance.
Y