Title: Pat Harvey's Replies | WordPress.org

---

# Pat Harvey

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Woocommerce E-Mails sent twice](https://wordpress.org/support/topic/woocommerce-e-mails-sent-twice/)
 *  [Pat Harvey](https://wordpress.org/support/users/patchh/)
 * (@patchh)
 * [2 years ago](https://wordpress.org/support/topic/woocommerce-e-mails-sent-twice/#post-17725940)
 * Hi,
 * I am also getting this on a new site.
 * Similar to the orignal post, our site also uses stripe and woocommerce.
 * Also it is hosted on siteground and use the the siteground plugins:
   Speed OptimizerSecurity
   Optimizer
 * The site also has HPOS enabled.
 * Best wishes
 * Patch
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Extended Search] Warning: Attempt to read property “rewrite” on null in](https://wordpress.org/support/topic/warning-attempt-to-read-property-rewrite-on-null-in/)
 *  [Pat Harvey](https://wordpress.org/support/users/patchh/)
 * (@patchh)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/warning-attempt-to-read-property-rewrite-on-null-in/#post-17679708)
 * Hi, I’m not the author, but thought I would share that I don’t see this problem
   on my site. This makes me wonder if it is a conflict you are getting with another
   plugin?
 * Patch
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Events Calendar Not Displaying Correctly](https://wordpress.org/support/topic/events-calendar-not-displaying-correctly-3/)
 *  [Pat Harvey](https://wordpress.org/support/users/patchh/)
 * (@patchh)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/events-calendar-not-displaying-correctly-3/page/2/#post-17059944)
 * I had this issue, and saving the theme options did not work for me.
 * Using Google developer tools, I saw that our problem was the plugin trying to
   load the css file using the server path to the theme (not the URL). For my site
   that was returning [https://[SERVER-IP]/%5BDOMAINNAME.com%5D/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/vortex/css/ai1ec_parsed_css.css](https://[SERVER-IP]/%5BDOMAINNAME.com%5D/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/vortex/css/ai1ec_parsed_css.css)
 * Instead of [https://[DOMAINNAME.com]/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/vortex/css/ai1ec_parsed_css.css](https://[DOMAINNAME.com]/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/vortex/css/ai1ec_parsed_css.css)
 * In case it helps anyone else, I was able to fix it by editing the code around
   line 170 of
 * all-in-one-event-calendar/lib/css/frontend.php
 * I replaced
 * _return Ai1ec\_Http\_Response\_Helper::remove\_protocols( apply\_filters( ‘ai1ec\
   _frontend\_standard\_css\_url’, $theme[‘theme\_url’] . ‘/css/ai1ec\_parsed\_css.
   css’ ) );_
 * with
 * _**$themeurl=str\_replace(‘[SERVER-IP]/[DOMAINNAME.com]’,'[DOMAINNAME.com]’,$
   theme[‘theme\_url’]);**
   return Ai1ec\_Http\_Response\_Helper::remove\_protocols(
   apply\_filters(‘ai1ec\_frontend\_standard\_css\_url’,**$themeurl** . ‘/css/ai1ec\
   _parsed\_css.css’));
 * That has fixed the styling for me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Protect WordPress Uploads] Error on edit page with protected link](https://wordpress.org/support/topic/error-on-edit-page-with-protected-link/)
 *  [Pat Harvey](https://wordpress.org/support/users/patchh/)
 * (@patchh)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/error-on-edit-page-with-protected-link/#post-15018791)
 * Hi, Did you get a solution to this?
 * I tried disabling other plugins to see if I could narrow down the problem, and
   have discovered that if I disable YOAST SEO plugin then I am able to save the
   page, hinting at a possible conflict.
 * Do you also use Yoast?
 * Thanks
 * Patrick
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Imsanity] File is not an image… unless I edit it first](https://wordpress.org/support/topic/file-is-not-an-image-unless-i-edit-it-first/)
 *  Thread Starter [Pat Harvey](https://wordpress.org/support/users/patchh/)
 * (@patchh)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/file-is-not-an-image-unless-i-edit-it-first/#post-11371266)
 * You are right (I suspect you already knew that). I have edited a php.ini file
   to increase the memory and now the image uploads.
 * Thank you for your patience and support resolving this.
 * best wishes
 * Patrick
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Imsanity] File is not an image… unless I edit it first](https://wordpress.org/support/topic/file-is-not-an-image-unless-i-edit-it-first/)
 *  Thread Starter [Pat Harvey](https://wordpress.org/support/users/patchh/)
 * (@patchh)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/file-is-not-an-image-unless-i-edit-it-first/#post-11371236)
 * Thanks for the response.. I have just checked and the memory is 128MB. I spoke
   to the hosts and they monitored the log files while I uploaded an image and said
   that the log reported no memory error.
 * Would it help if I gave you access to a site on this server so you can test things?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Imsanity] File is not an image… unless I edit it first](https://wordpress.org/support/topic/file-is-not-an-image-unless-i-edit-it-first/)
 *  Thread Starter [Pat Harvey](https://wordpress.org/support/users/patchh/)
 * (@patchh)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/file-is-not-an-image-unless-i-edit-it-first/#post-11369514)
 * phpinfo makes no mention of imagick, although GD is there as shown above. It’s
   a shared hosting platform.
 * Does that mean that Imsanity will not work?
 * Thanks
 * P
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Imsanity] File is not an image… unless I edit it first](https://wordpress.org/support/topic/file-is-not-an-image-unless-i-edit-it-first/)
 *  Thread Starter [Pat Harvey](https://wordpress.org/support/users/patchh/)
 * (@patchh)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/file-is-not-an-image-unless-i-edit-it-first/#post-11365353)
 * Ah, I didnt realise dropbox manipulated image. Here is a link to the file that
   fails – uploaded via ftp.
 * [https://www.choirschools.org.uk/ims-img/Prenbendal%20Mask%202.jpg](https://www.choirschools.org.uk/ims-img/Prenbendal%20Mask%202.jpg)
 * hope that helps
 * P
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Imsanity] File is not an image… unless I edit it first](https://wordpress.org/support/topic/file-is-not-an-image-unless-i-edit-it-first/)
 *  Thread Starter [Pat Harvey](https://wordpress.org/support/users/patchh/)
 * (@patchh)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/file-is-not-an-image-unless-i-edit-it-first/#post-11363422)
 * As far as I can tell it’s a jpg.
 * I have put it here for you to have a look at in case that helps. This is the 
   original file I was sent that failed to be recognised as an image.
 * [https://www.dropbox.com/s/1vj6nyaro1bl2jp/Prenbendal%20Mask%202.jpg?dl=0](https://www.dropbox.com/s/1vj6nyaro1bl2jp/Prenbendal%20Mask%202.jpg?dl=0)
 * I hope that helps
 * Thanks
 * P
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Imsanity] File is not an image… unless I edit it first](https://wordpress.org/support/topic/file-is-not-an-image-unless-i-edit-it-first/)
 *  Thread Starter [Pat Harvey](https://wordpress.org/support/users/patchh/)
 * (@patchh)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/file-is-not-an-image-unless-i-edit-it-first/#post-11363211)
 * Thanks for the quick response, and good tip about the file extension, but I can
   confirm the files all had the correct file extension.
 * On the Mac I simply used Preview to edit the image, and then added the file extension
   manually. But this did not work.
 * On the PC I opened the image in Fireworks and then exported it as a jpg, and 
   that file did work. The problem is that the site is one I built for a client,
   and she does not have any image editing software, hence why I suggested imsanity
   to manage any large images being uploaded.
 * Any other ideas,
 * best wishes
 * Patrick
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CookieYes – Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice)] Add new](https://wordpress.org/support/topic/add-new-5/)
 *  [Pat Harvey](https://wordpress.org/support/users/patchh/)
 * (@patchh)
 * [8 years ago](https://wordpress.org/support/topic/add-new-5/#post-10307427)
 * Hi, I was wondering about that then saw this post [https://wordpress.org/support/topic/gdpr-demo/](https://wordpress.org/support/topic/gdpr-demo/)
 * So you add in js to the box and this will only be executed when a user has agreed
   to accept cookies.
 * Hope that helps
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Engine Automated Migration] Sorry! Migration is unavailable – Error](https://wordpress.org/support/topic/sorry-migration-is-unavailable-error/)
 *  Thread Starter [Pat Harvey](https://wordpress.org/support/users/patchh/)
 * (@patchh)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/sorry-migration-is-unavailable-error/#post-10124758)
 * Hey Eric, thank you for getting back to me.
 * It was the current version of the plugin. In the end I removed the plugin and
   put installed it again and it then worked. Not sure what the issue was, but it
   is all good again now.
 * all the best
 * Patrick
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] Scanning Stops](https://wordpress.org/support/topic/scanning-stops/)
 *  [Pat Harvey](https://wordpress.org/support/users/patchh/)
 * (@patchh)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/scanning-stops/#post-7280019)
 * Same problem here. the last thing that succeeds is
 * Analyzed 1200 files containing 14.14 MB of data so far
    Scan can’t continue –
   stored data not found after a fork. Got type: boolean
 * hope that helps
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multiple Post Thumbnails] Plugin does not have a valid header](https://wordpress.org/support/topic/installation-fail-5/)
 *  [Pat Harvey](https://wordpress.org/support/users/patchh/)
 * (@patchh)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/installation-fail-5/#post-5083716)
 * I had the same problem. I then changed the theme from a custom theme back to 
   the ‘twenty fourteen’ theme and was then able to activate the plugin. Might be
   worth giving that a try if you have not already done so.
 * Patch
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SEO Ultimate] 404 monitor](https://wordpress.org/support/topic/404-monitor/)
 *  [Pat Harvey](https://wordpress.org/support/users/patchh/)
 * (@patchh)
 * [13 years ago](https://wordpress.org/support/topic/404-monitor/#post-3710271)
 * I think the problem is an error with a link on your site. If you go to the link
   at the bottom of your contact info (bottom right of the page) then you will see
   that the html for it is
 * `<p class="web">Web: <a href="www.mallalieus.com">www.mallalieus.com</a></p>`
 * But it should be
 * `<p class="web">Web: <a href="http://www.mallalieus.com">www.mallalieus.com</
   a></p>`
 * So the 404 errors you are seeing are when people, or crawlers follow this link.
   So if you can fix this link, then that should fix the cause fo the problem.
 * Hope that helps
 * Patch

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

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