Title: datacate's Replies | WordPress.org

---

# datacate

  [  ](https://wordpress.org/support/users/datacate/)

 *   [Profile](https://wordpress.org/support/users/datacate/)
 *   [Topics Started](https://wordpress.org/support/users/datacate/topics/)
 *   [Replies Created](https://wordpress.org/support/users/datacate/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/datacate/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/datacate/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/datacate/engagements/)
 *   [Favorites](https://wordpress.org/support/users/datacate/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 31 total)

1 [2](https://wordpress.org/support/users/datacate/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/datacate/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/datacate/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All-in-One WP Migration and Backup] Raising upload limit still doesn’t let me upload the backup](https://wordpress.org/support/topic/raising-upload-limit-still-doesnt-let-me-upload-the-backup/)
 *  [datacate](https://wordpress.org/support/users/datacate/)
 * (@datacate)
 * [8 months ago](https://wordpress.org/support/topic/raising-upload-limit-still-doesnt-let-me-upload-the-backup/#post-18636603)
 * I can confirm that this is broken. Current working on a migration of an existing
   site to a new VM that is hosted on my own platform, so there are no host-imposed
   limits. I’ve increased my allowed upload size and I’ve confirmed the running 
   environment is seeing the correct config using the phpinfo() WP plugin on the
   new server. I’m still getting ‘Your host restricts uploads to 8 MB.’
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Company Posts for LinkedIn] Formatting/rendering issues](https://wordpress.org/support/topic/formatting-rendering-issues/)
 *  Thread Starter [datacate](https://wordpress.org/support/users/datacate/)
 * (@datacate)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/formatting-rendering-issues/#post-18052842)
 * In case anyone else needs this, you can fix the rendering issues by editing /
   plugins/company-posts-for-linkedin/public/class-linkedin-company-posts-public.
   php as follows:
    1. Add two more regex lines:
 *     ```wp-block-code
       $post_content = preg_replace('!(((f|ht)tp(s)?://)[-a-zA-Zа-яА-Я()0-9@:%_+.~#?&;//=]+)!i', '<a target="_blank" href="$1">$1</a>', $post['content']);// above is the existing regex in the file. Add the next two lines immediately below it:$post_content = preg_replace('/{hashtag|\\#|/', '#', $post_content);$post_content = preg_replace('/}/', '', $post_content);
       ```
   
 * 2. Remove URL escaping:
 *     ```wp-block-code
       $company_posts .= '<span class="linkedin-title">' .esc_html($post_content) . '</span>';// above is the existing line with html escaping of the content. Edit it to remove the esc_html() function:$company_posts .= '<span class="linkedin-title">' . $post_content . '</span>';
       ```
   
 * This will fix up the display. Hashtags will display as plain text prepended by
   the ‘#’ symbol, but will not have a link. http/https link URLs will be displayed
   and linked appropriately.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Counters Block – Animated Number Counters, Stats & Dynamic KPIs] Error when saving counters as synched pattern](https://wordpress.org/support/topic/error-when-saving-counters-as-synched-pattern/)
 *  Thread Starter [datacate](https://wordpress.org/support/users/datacate/)
 * (@datacate)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/error-when-saving-counters-as-synched-pattern/#post-18052258)
 * Confirmed – updated version works like a champ. Thanks for the fast fix, you 
   are awesome!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Company Posts for LinkedIn] Plugin could not be activated because it triggered a fatal error](https://wordpress.org/support/topic/plugin-could-not-be-activated-because-it-triggered-a-fatal-error-719/)
 *  [datacate](https://wordpress.org/support/users/datacate/)
 * (@datacate)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/plugin-could-not-be-activated-because-it-triggered-a-fatal-error-719/#post-18048027)
 * Try updating your WordPress and this plugin to the latest version.
    -  This reply was modified 1 year, 7 months ago by [datacate](https://wordpress.org/support/users/datacate/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Company Posts for LinkedIn] Impossible to Authorize Me](https://wordpress.org/support/topic/impossible-to-authorize-me/)
 *  [datacate](https://wordpress.org/support/users/datacate/)
 * (@datacate)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/impossible-to-authorize-me/#post-18048021)
 * Open your app in the LinkedIn developers panel, then click on the ‘Products’ 
   tab and click the button next to ‘Advertising API’ to request access. Give that
   a few minutes and refresh the page to see if you’ve been granted access. Once
   it’s granted, try again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet - Newsletters, Email Marketing, and Automation] Amazon SES – Mailpoet – Captcha](https://wordpress.org/support/topic/amazon-ses-mailpoet-captcha/)
 *  [datacate](https://wordpress.org/support/users/datacate/)
 * (@datacate)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/amazon-ses-mailpoet-captcha/#post-9543340)
 * [@bike](https://wordpress.org/support/users/bike/) if you seem does MP2 or 3 
   support captcha, MP’s official position is that captchas are no good and they
   do not support them in any version that I know of. WP-SpamShield seems to have
   fixed the issue for me (or perhaps it just stopped on it’s own).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet - Newsletters, Email Marketing, and Automation] Amazon SES – Mailpoet – Captcha](https://wordpress.org/support/topic/amazon-ses-mailpoet-captcha/)
 *  [datacate](https://wordpress.org/support/users/datacate/)
 * (@datacate)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/amazon-ses-mailpoet-captcha/#post-9532257)
 * I’ve used and continue to use Mailchimp for a variety of things, but in this 
   particular case I’m making extensive use to Mailpoet’s ability to automatically
   send out a newsletter email from a blog post and I hate to lose that – is there
   a plugin or hack that allows Mailchimp to do the same thing?
 * I the meantime I’ve installed WP-SpamShield and am going to put the subscription
   form back up and see if that stems the tide to an acceptable level.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet - Newsletters, Email Marketing, and Automation] Amazon SES – Mailpoet – Captcha](https://wordpress.org/support/topic/amazon-ses-mailpoet-captcha/)
 *  [datacate](https://wordpress.org/support/users/datacate/)
 * (@datacate)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/amazon-ses-mailpoet-captcha/#post-9529571)
 * Same here, started around the same day (Sept 21). Had to remove the mailpoet 
   subscription form from two sites, and because of apparent caching of the form
   on the spammer/hacker’s side, I also had to disable Mailpoet completely on one
   of the sites to stop the onslaught. Four days later and I’m still getting streams
   of delivery delay notifications and now my SMTP provider is clamping down.
 * Mailpoet’s blah-blah article about how captcha is no good, etc has a bit of a
   blind spot in that they apparently never anticipated some kind of brute force
   attempt which would involve hitting your subscription form a million times with
   fake email addresses which create a storm of ‘undeliverable’ emails if you use
   double opt-in, or fill your message list with a bazillion bogus emails if you
   don’t. Properly-used captcha would prevent both of these scenarios.
 * Mailpoet, if you are listening, and you give half a crap, please fix this!!!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EventCalendar] Google Maps not finding typed in address](https://wordpress.org/support/topic/google-maps-not-finding-typed-in-address/)
 *  Thread Starter [datacate](https://wordpress.org/support/users/datacate/)
 * (@datacate)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/google-maps-not-finding-typed-in-address/#post-7547486)
 * Hello Sona –
 * Followed that link, answered the questions (Google Maps JavaScript API, calling
   from webserver) generated a new key and set up Calendar to use the new key, waited
   a few minutes. Now it works! So you were right, there was an issue with the key.
   Note to others, when you start to type a valid address in the location bar in
   the map, autocomplete should provide suggestions just like it does with Google
   maps in your brower. If you don’t see that, then it’s not working and you may
   want to try Sona’s suggestion.
 * Best,
 * Ed
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Subscribe2 - Form, Email Subscribers & Newsletters] Subscriber emails not sent after changing name of category](https://wordpress.org/support/topic/subscriber-emails-not-sent-after-changing-name-of-category/)
 *  Thread Starter [datacate](https://wordpress.org/support/users/datacate/)
 * (@datacate)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/subscriber-emails-not-sent-after-changing-name-of-category/#post-7004903)
 * Thanks – in that case I’ll chalk this up to some issue with the mail server provided
   by the host and keep an eye on it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Subscribe2 - Form, Email Subscribers & Newsletters] Subscriber emails not sent after changing name of category](https://wordpress.org/support/topic/subscriber-emails-not-sent-after-changing-name-of-category/)
 *  Thread Starter [datacate](https://wordpress.org/support/users/datacate/)
 * (@datacate)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/subscriber-emails-not-sent-after-changing-name-of-category/#post-7004897)
 * It is not an excluded category (nor was it before I changed the category name).
   I’d love to test this but I have live subscribers on this list and even if I 
   create a new category just for testing, most subscribers have ‘subscribe to new
   categories automatically’ checked, so they’d get my test messages. I don’t want
   to add confusion to the mix.
 * The email for the post in question was never delivered. If you can think of way
   I can test this, I’d love to hear it. Otherwise I’d ask that you test it yourself(
   create category, change name, do a test post/send) and let me know the results.
 * Thanks,
    Ed
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet Newsletters (Previous)] Automatic scheduled newsletters not sent](https://wordpress.org/support/topic/automatic-scheduled-newsletters-not-sent/)
 *  Thread Starter [datacate](https://wordpress.org/support/users/datacate/)
 * (@datacate)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/automatic-scheduled-newsletters-not-sent/#post-6463203)
 * Thanks, not using CPanel but in any case I’ve resolved this. It was a combination
   of two issues:
 * 1. wget was giving some weird results, so I switched to using curl;
 * 2. The newsletters are going out oddly delayed. I’m running the cron every 15
   minutes, but newsletters end up getting sent 30+ minutes later than their scheduled
   time, and the delay is pretty consistent. The server’s time is set correctly 
   so I’m at a loss as to why this is the case. It’s not a dealbreaker, but it’s
   strange. Any ideas?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FrescoChat Live Chat] Frescochat plugin breaks SSL site](https://wordpress.org/support/topic/frescochat-plugin-breaks-ssl-site/)
 *  Thread Starter [datacate](https://wordpress.org/support/users/datacate/)
 * (@datacate)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/frescochat-plugin-breaks-ssl-site/#post-6484702)
 * Resolved – Frescochat support responded very quickly as follows:
 * There was indeed an image for the selected chat bar style which was
    being downloaded
   from HTTP. This is fixed now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[cformsII] Q&A Verification no longer working after upgrade](https://wordpress.org/support/topic/qa-verification-no-longer-working-after-upgrade/)
 *  Thread Starter [datacate](https://wordpress.org/support/users/datacate/)
 * (@datacate)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/qa-verification-no-longer-working-after-upgrade/#post-5949593)
 * Odd, did not see that when I searched initially.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[If Shortcode] Installation error](https://wordpress.org/support/topic/installation-error-84/)
 *  Thread Starter [datacate](https://wordpress.org/support/users/datacate/)
 * (@datacate)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/installation-error-84/#post-5922092)
 * Yeah, running 5.2.17 – for this particular site it’s on a shared server so I 
   have to wait on admins for an upgrade. I figured it was a PHP version thing. 
   Found a different way to handle my issue. Closing this ticket.

Viewing 15 replies - 1 through 15 (of 31 total)

1 [2](https://wordpress.org/support/users/datacate/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/datacate/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/datacate/replies/page/2/?output_format=md)