bhulsman
Forum Replies Created
-
I assume this will be fixed in the next patch, but thanks for posting the solution!
Same problem here! Very disappointed that something like this occurs on simple AJAX requests, breaking the website and resulting in a timeout. Have been looking into other problems, but it turns out to be the Sucuri plugin.
Forum: Plugins
In reply to: [FIX] wpMandrill not showing reset password link in emailThis works for me:
function fixResetPassword ($message, $key, $user_login, $user_data) { return preg_replace('#<(https?:\/\/.+?)>#i', '$1', $message); } add_filter('retrieve_password_message', 'fixResetPassword', 100, 4);Forum: Plugins
In reply to: [wpMandrill] wpmandrill no sending link to reset passwordWhen is this going to be fixed?
Forum: Plugins
In reply to: [FIX] wpMandrill not showing reset password link in emailSorry but that piece of code is not working at all, at least not with the current WordPress version (4.3).
Forum: Plugins
In reply to: [wpMandrill] wpmandrill no sending link to reset passwordI’m having the same issue! It puts < and > around the URL which then gets removed…
So it now looks like <http://url>, no matter what setting is used for linebreaks.
Forum: Fixing WordPress
In reply to: Single CPT doesn't load single templateI found the sollution, I had to hook template_redirect to include the single template based on the query vars.
Forum: Fixing WordPress
In reply to: Failed to import Media, does download, but fails to…?They can’t find anything in the logs… How does WordPress Import work? Does it need allow_url_fopen?
Forum: Fixing WordPress
In reply to: Failed to import Media, does download, but fails to…?I’m trying to get it from the hoster now… Life can be so hard 😮