HighRollerUSA
Forum Replies Created
-
Jetpack debug tools responds:
“Debug
Unknown errorAn unknown error has occurred.
If you continue to get this error, please check out our?troubleshooting guide?or?contact support.”
Forum: Plugins
In reply to: [Download Manager] Sorry! Support and Update Access Period is Already ExpiredThank you for pointing that out, I removed the HTML and now saving settings works properly and I can continue testing.
Thank you!
Forum: Plugins
In reply to: [Download Manager] Sorry! Support and Update Access Period is Already ExpiredHi Shaefet,
The Order Validity Period is already set to 365 days, but it doesn’t seem to matter.When I try to edit any other items and Save Settings, the gear icon on the button just spins and no settings are saved.
Do you have additional info for how to fix it?
Thank you
- This reply was modified 2 years, 11 months ago by HighRollerUSA.
Forum: Plugins
In reply to: [Breeze Display] Deprecated constructor in includes/breeze.phpThanks, Michael!
Obviously I know just enough to be dangerous. Thanks for fixing it “for real.”Our host has increased our PHP memory_limit to 256 MB and that seems to have fixed it. Thanks for your help and patience!
Thanks for looking into this. I’ll check with our host to see if they can increase the memory limit and let you know how it goes.
Thank you!
Hi wfphil,
I have tried to download the files, but I get an error when I click on “download”:
This site can’t be reached
The webpage at https://example.org/wp-admin/admin-ajax.php?action=wordfence_downloadLogFile&nonce=8051691b3c&logfile=%2Fhome%2Fpublic_html%2Fwp-admin%2Ferror_log might be temporarily down or it may have moved permanently to a new web address.
ERR_INVALID_RESPONSENot sure what’s causing that, but I was able to download them via FTP and have sent them to you.
ThanksHi Phil,
I have sent the diagnostic report. Let me know if you don’t see it.
Thanks!Well isn’t that a fine predicament? Thanks for doing all that research and finding the various bits of information.
Looking at A2’s error checking, it shows:
// Check for Wordfence and if WAF rules are setup correctly, show notice if not if ($plugin_folder[0] == 'wordfence' && $this->wordfence_waf_check() === false) { add_action('admin_notices', array(&$this, 'wordfence_plugin_notice')); } /* * WordFence WAF Functions */ public function wordfence_waf_check() { // Check if the .htaccess file has a Wordfence WAF entry $htaccess = file_get_contents(ABSPATH . '.htaccess'); return strpos($htaccess, 'Wordfence WAF'); } public function wordfence_plugin_notice() { echo <<<HTML <div class="notice notice-warning"> <p class="danger">Wordfence is not properly configured to work with A2 Optimized. Please review the Wordfence help document below to update your Wordfence settings.</p> <p><a href="https://www.wordfence.com/help/firewall/optimizing-the-firewall/" class="button-primary" target="_blank">Optimizing The Wordfence Firewall</a></p> </div> HTML; }
So it appears that all it is looking for is the existence of a Wordfence WAF entry in .htaccess.
Looking at my site, I realized something interesting. When I originally set this site up 10+ years ago it was suggested to install WordPress in a subdirectory as another small layer of security. So I have my site set up as:
WordPress Address (URL) https://example.com/subdirwp
Site Address (URL) https://example.comWhen I look for the .htaccess file, I find one in the root directory, and one in the subdirwp directory and they are different.
It appears that A2 Optimized is using the .htaccess in the subdirwp sub directory, and Wordfence (and other plugins) is using the .htaccess in the root directory. (I’m still a bit confused which one WordPress is actually using.)
So when A2 Optimized goes looking for the WAF entry, it doesn’t see it in the .htaccess in the sub directory, and generates the error. What would be your suggestion to correct this?
Thanks!
Hi @sohanhossain ,
I am familiar with your PayPal Payments plugin, and it works well for online ordering, but it makes no mention of Zettle or any other POS solution for taking payment in person. Do you have any other products that will do this?
ThanksThanks, Niklas, that fixed it!
Forum: Plugins
In reply to: [Purchased Items Column for WooCommerce Orders] SKUHi there,
We love having this functionality back, thanks for writing this plugin. Just an FYI about the latest update: From what I can tell the SKU is only displayed for simple products, not variations. I don’t know if that would be a big endeavor to include the SKU from all types of products.Another thought to help reduce the amount of data loaded: Would it be possible to have an on/off switch for each of the Product Title and the SKU? Sometimes it may be beneficial to only have the SKU instead of the whole title too.
Thanks!
Hi @lonifasiko, yes the latest update (4.6.12+) mentioned by @kishanranawat solved the problem for me. No new spam sign ups at all. I think you should be good.
Thank you! I have had no spam subscriptions since the update. Thanks for your work.
Wonderful! Thank you for addressing this quickly. I look forward to the next release.