stapolin
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: My plugin won’t install.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 2 months ago by stapolin.
Thank you James, this is perfect!
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Import hanging at 100%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:
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:
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 1 year, 10 months ago by stapolin.
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:
[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).
Forum: Plugins
In reply to: [CallRail Phone Call Tracking] Vulnerability Fix@lauracallrail Thank you for the update.
Forum: Plugins
In reply to: [Facebook for WooCommerce] WARNING – Wrong prices for variable productsHey @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.
I had this same issue. I tried @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.
Apologies for delay in replying. Been very busy.
I have sent that email just now.
Cheers
Eoin
@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 any chance you can share where I can edit this?
Thanks
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Visual Composer and AMP@svend-rugaard My suggestion would be to copy the text/content from your front end and paste the text/content to the AMP editor.
@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.
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
Non-AMP page: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
In reply to: [AMP for WP - Accelerated Mobile Pages] Errors GWTIts 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 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.
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” />
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
In reply to: HTTP Error 500 triyng to access wp-admin after upgrade to 4.7!!Glad you got it @xvilar