Title: stapolin's Replies | WordPress.org

---

# stapolin

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [My plugin won’t install.](https://wordpress.org/support/topic/please-dont-roast-me/)
 *  [stapolin](https://wordpress.org/support/users/stapolin/)
 * (@stapolin)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/please-dont-roast-me/#post-18039414)
 * Have you tried installing it using FTP?
 * Go to the plugins folder and create a new folder (plugins/plugin-name), then 
   upload the plugin files to that folder.
 * Go to Installed Plugins in WP Admin and try to activate it. It it doesn’t activate
   or throws an error, go to your server error logs and see what the error was. 
   This will give you a good idea of which part of the code is causing the issue.
 * Also, check the code in the plugin files to make sure all the functions are not
   too general which could be conflicting with other plugins that might have functions
   named the same.
    -  This reply was modified 1 year, 10 months ago by [stapolin](https://wordpress.org/support/users/stapolin/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Kit by Google - Analytics, Search Console, AdSense, Speed] Meta Description Way Too Long](https://wordpress.org/support/topic/meta-description-way-too-long/)
 *  Thread Starter [stapolin](https://wordpress.org/support/users/stapolin/)
 * (@stapolin)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/meta-description-way-too-long/#post-17560999)
 * Thank you James, this is perfect!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All-in-One WP Migration and Backup] Import hanging at 100%](https://wordpress.org/support/topic/import-hanging-at-100-2/)
 *  [stapolin](https://wordpress.org/support/users/stapolin/)
 * (@stapolin)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/import-hanging-at-100-2/#post-16425804)
 * Same issue for me.
 * Was working fine on the same server 2 weeks, but now it’s stuck on 100%.
 * All server settings are way above what’s needed.
 * Error Log PHP Notice:
 *     ```wp-block-code
       PHP Notice:  ob_end_flush(): failed to send buffer of zlib output compression (0) in /home/visitingireland/public_html/wp-includes/functions.php on line 5279
       ```
   
 * Console Error:
 *     ```wp-block-code
       import.min.js?v=7.70&ver=6.1.1:1345 Uncaught Error: error
           at Object.error (import.min.js?v=7.70&ver=6.1.1:1345:13)
           at c (load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils&ver=6.1.1:2:28327)
           at Object.fireWith [as rejectWith] (load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils&ver=6.1.1:2:29072)
           at l (load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils&ver=6.1.1:2:80070)
           at XMLHttpRequest.<anonymous> (load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils&ver=6.1.1:2:82499)
       ```
   
    -  This reply was modified 3 years, 6 months ago by [stapolin](https://wordpress.org/support/users/stapolin/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Duplicator - Backups & Migration Plugin - Cloud Backups, Scheduled Backups, & More] plugin deletion error](https://wordpress.org/support/topic/plugin-deletion-error/)
 *  [stapolin](https://wordpress.org/support/users/stapolin/)
 * (@stapolin)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/plugin-deletion-error/#post-16425585)
 * Same issue for me too. Version 1.5.2
 * Error Message: “Deletion failed: There has been a critical error on this website.
   Learn more about troubleshooting WordPress.”
 * Server Log:
 *     ```wp-block-code
       [31-Jan-2023 13:40:54 UTC] PHP Warning:  require_once(/home/visitingireland/public_html/wp-content/plugins/duplicator/tools/DuplicatorPhpVersionCheck.php): failed to open stream: No such file or directory in /home/visitingireland/public_html/wp-content/plugins/duplicator/uninstall.php on line 18
   
       [31-Jan-2023 13:40:54 UTC] PHP Fatal error:  require_once(): Failed opening required '/home/visitingireland/public_html/wp-content/plugins/duplicator/tools/DuplicatorPhpVersionCheck.php' (include_path='.:/opt/cpanel/ea-php74/root/usr/share/pear') in /home/visitingireland/public_html/wp-content/plugins/duplicator/uninstall.php on line 18
       ```
   
 * To let it run the Uninstall process, you need to comment out lines 18, 19, 20,
   21 & 22 in the uninstall.php file. This will bypass the Version Check (no idea
   why it needs to check the PHP version to uninstall a plugin, but it’s there and
   causes issues).
    -  This reply was modified 3 years, 6 months ago by [stapolin](https://wordpress.org/support/users/stapolin/).
    -  This reply was modified 3 years, 6 months ago by [stapolin](https://wordpress.org/support/users/stapolin/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CallRail Phone Call Tracking] Vulnerability Fix](https://wordpress.org/support/topic/vulnerability-fix-4/)
 *  Thread Starter [stapolin](https://wordpress.org/support/users/stapolin/)
 * (@stapolin)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/vulnerability-fix-4/#post-15984216)
 * [@lauracallrail](https://wordpress.org/support/users/lauracallrail/) Thank you
   for the update.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meta for WooCommerce] WARNING – Wrong prices for variable products](https://wordpress.org/support/topic/warning-wrong-prices-for-variable-products/)
 *  [stapolin](https://wordpress.org/support/users/stapolin/)
 * (@stapolin)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/warning-wrong-prices-for-variable-products/page/2/#post-13672905)
 * Hey [@simonskyverge](https://wordpress.org/support/users/simonskyverge/),
 * Thanks for all the previous updates. I just wanted to check in and see how this
   is coming along, or if there is any ETA on it?
 * I installed the plugin a few days ago, and have been testing it out and am delighted
   with it, but like others before me, I am having the same issues with variable
   pricing on Facebook shop.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meta for WooCommerce] Something went wrong when connecting to Facebook! Please try again.](https://wordpress.org/support/topic/something-went-wrong-when-connecting-to-facebook-please-try-again/)
 *  [stapolin](https://wordpress.org/support/users/stapolin/)
 * (@stapolin)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/something-went-wrong-when-connecting-to-facebook-please-try-again/page/2/#post-13668090)
 * I had this same issue. I tried [@pprotonzz](https://wordpress.org/support/users/pprotonzz/)
   solution by changing the wc_facebook_external_business_id but that wasn’t enough.
 * So, in case anyone else is still having issues connecting v2 of the plugin, read
   below.
 * I also had to go to my Facebook Business Manager and delete the connection that
   was made (even thought the authentication says it was not successful, it actually
   does make a connection) before I tried again. I also had to set to optional option
   for letting the plugin manage my business to on/yes.
 * Doing these 2 things, and I was able to connect without any further issues.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP for WP - Accelerated Mobile Pages] Actual URL and canonical URL are not the same, amp pages not loading](https://wordpress.org/support/topic/actual-url-and-canonical-url-are-not-the-same-amp-pages-not-loading/)
 *  Thread Starter [stapolin](https://wordpress.org/support/users/stapolin/)
 * (@stapolin)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/actual-url-and-canonical-url-are-not-the-same-amp-pages-not-loading/#post-9005035)
 * [@ampforwp](https://wordpress.org/support/users/ampforwp/)
 * Apologies for delay in replying. Been very busy.
 * I have sent that email just now.
 * Cheers
 * Eoin
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP for WP - Accelerated Mobile Pages] Actual URL and canonical URL are not the same, amp pages not loading](https://wordpress.org/support/topic/actual-url-and-canonical-url-are-not-the-same-amp-pages-not-loading/)
 *  Thread Starter [stapolin](https://wordpress.org/support/users/stapolin/)
 * (@stapolin)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/actual-url-and-canonical-url-are-not-the-same-amp-pages-not-loading/#post-8976916)
 * [@svend-rugaard](https://wordpress.org/support/users/svend-rugaard/) That’s the
   problem.. /amp/ should be showing the amp site because that is what the main 
   site is telling google to look at.
 * If i knew where in the plugin the amphtml link is generated, I could probably
   fix it in 2 minutes. [@ampforwp](https://wordpress.org/support/users/ampforwp/)
   any chance you can share where I can edit this?
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP for WP - Accelerated Mobile Pages] Visual Composer and AMP](https://wordpress.org/support/topic/visual-composer-and-amp/)
 *  [stapolin](https://wordpress.org/support/users/stapolin/)
 * (@stapolin)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/visual-composer-and-amp/#post-8975269)
 * [@svend-rugaard](https://wordpress.org/support/users/svend-rugaard/) My suggestion
   would be to copy the text/content from your front end and paste the text/content
   to the AMP editor.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP for WP - Accelerated Mobile Pages] Actual URL and canonical URL are not the same, amp pages not loading](https://wordpress.org/support/topic/actual-url-and-canonical-url-are-not-the-same-amp-pages-not-loading/)
 *  Thread Starter [stapolin](https://wordpress.org/support/users/stapolin/)
 * (@stapolin)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/actual-url-and-canonical-url-are-not-the-same-amp-pages-not-loading/#post-8975202)
 * [@svend-rugaard](https://wordpress.org/support/users/svend-rugaard/) Thanks for
   checking it. Did you go to the /?amp url or the /amp/ url?
 * Its the /amp/ url that google is checking even tho its the /?amp url that is 
   the one thats working, so all google is getting is errors.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP for WP - Accelerated Mobile Pages] Actual URL and canonical URL are not the same, amp pages not loading](https://wordpress.org/support/topic/actual-url-and-canonical-url-are-not-the-same-amp-pages-not-loading/)
 *  Thread Starter [stapolin](https://wordpress.org/support/users/stapolin/)
 * (@stapolin)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/actual-url-and-canonical-url-are-not-the-same-amp-pages-not-loading/#post-8974434)
 * Hi,
 * Thanks for reply and link to custom post type plugin.
 * I have tried saving permalinks a few times, cleared cache too.
 * Here is an example of one of the sites with the issue:
 * The AMP Page: [https://criminallawyermaryland.net/traffic/?amp](https://criminallawyermaryland.net/traffic/?amp)
 * Non-AMP page:[https://criminallawyermaryland.net/traffic/](https://criminallawyermaryland.net/traffic/)
 * Teh amphtml link on non-amp page: `<link rel="amphtml" href="https://criminallawyermaryland.
   net/traffic/amp/" />`
 * If you try to go to the amphtml link WordPress just redirects back to the normal
   page.
 * I’m not sure why this happened. It seems to have started after I updated the 
   plugin. We are using php 5.6 and latest version of WordPress
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP for WP - Accelerated Mobile Pages] Errors GWT](https://wordpress.org/support/topic/errors-gwt/)
 *  [stapolin](https://wordpress.org/support/users/stapolin/)
 * (@stapolin)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/errors-gwt/#post-8678002)
 * Its actually got to do with the AMP url.. there seems to be an issue with the
   plugin. Google seems to only validate an AMP url that ends in /amp (for pages).
   If you test the page on [https://search.google.com/search-console/amp](https://search.google.com/search-console/amp)
   but replace ?amp with /amp at the end of your page URL, you will be able to see
   if there are any issues on the page.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP for WP - Accelerated Mobile Pages] Google says my homepage is not valid AMP](https://wordpress.org/support/topic/google-says-my-homepage-is-not-valid-amp/)
 *  [stapolin](https://wordpress.org/support/users/stapolin/)
 * (@stapolin)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/google-says-my-homepage-is-not-valid-amp/#post-8677985)
 * Google is checking for ?ampbecause that is what your website is telling google
   to look at .
 * <link rel=”amphtml” href=”[https://www.kineticinquiry.com/?amp&#8221](https://www.kineticinquiry.com/?amp&#8221);/
   >
 * Im having the very same issue on the latest version of the plugin. Whats needed
   is for the rel= link on pages to be /amp instead of ?amp so AMP works on both
   pages and posts.
 * Your posts should be validating with either ?amp or /amp.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [HTTP Error 500 triyng to access wp-admin after upgrade to 4.7!!](https://wordpress.org/support/topic/http-error-500-triyng-to-access-wp-admin-after-upgrade-to-4-7/)
 *  [stapolin](https://wordpress.org/support/users/stapolin/)
 * (@stapolin)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/http-error-500-triyng-to-access-wp-admin-after-upgrade-to-4-7/#post-8533779)
 * Glad you got it [@xvilar](https://wordpress.org/support/users/xvilar/)

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

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