Duke
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive Gallery Grid] Latest update breaks all public AJAX callsYes the latest update definitely has a bug. On grid pages I get this error in the console (non admin/not logged in):
Error: Syntax error, unrecognized expression: You do not have sufficient permissions to access this page.
Yes I can confirm it’s a plugin issue. It happened to me when I changed CF account and API key. It wouldn’t let me use the new one and had to remove everything (including settings), uninstall and reinstall, set new API then re-import settings I had exported.
In case you changed CF account, just make sure you replace the top part of old exported file, with the top part of the new one (after you re-install the plugin) as it contains old API stuff.
Rather than looking at the code specifically, which isn’t an actual solution, why can we not explicitly exlude scripts? from the plugin options?
That’s not a great solution, I’m sure you are aware.
Yes I clean my db even manually, some plugins are somewhat useful but you can never trust any plugin to correctly identify all and any plugin options in the db, so manual work is always necessary.
Instead you could easily remove the entry every time a backup is completed, or use a different db table even.
Thank you
- This reply was modified 1 year, 5 months ago by Duke.
Impossible, there is a fatal error also going into Post SMTP options. Nothing that can be done in there. Had to deactivate plugin.
We are having the same issue.
It’s a clear memory leak.As soon as a function or other plugin needs to send a mail, Post SMTP sucks out the whole RAM and everything fails (fatal memory errors in log and in ajax response).
Forum: Plugins
In reply to: [Datalayer for WooCommerce FREE] Piwik Pro data layers+1 !!
(FYI: Google Analytics has been outlawed for now in some EU countries, hence the mass migration to Piwik PRO and other analytics GDPR compliant)
Hello, thanks for the answer, but that’s not what I asked.
I just needed a way to check if current user had already eached the max amount of orders of a product allowed.I created the solution myself.
I can simply use this:
$bought_data = alg_wc_mppu()->core->get_user_already_bought_qty( $product_id, get_current_user_id(), true, 'lifetime' );
and then simply check if
$bought_data['bought'] >= 1
This is exactly what I needed.
Thank you anyway
Forum: Plugins
In reply to: [Yoast Test Helper] Error with Yoast Tables dont know how to resolveSame issue here when running Reset Indexables tables and migrations.
Fatal error: Uncaught Error: Class ‘WPSEO_Options’ not found in /nas/content/live/oit/wp-content/plugins/yoast-test-helper/src/wordpress-plugins/yoast-seo.php:180
Stack Trace
1.
Yoast\WP\Test_Helper\WordPress_Plugins\Yoast_SEO->reset_prominent_words_calculation()
/nas/content/live/oit/wp-content/plugins/yoast-test-helper/src/wordpress-plugins/yoast-seo.php:249
2.
Yoast\WP\Test_Helper\WordPress_Plugins\Yoast_SEO->reset_indexables()
/nas/content/live/oit/wp-content/plugins/yoast-test-helper/src/wordpress-plugins/yoast-seo.php:109
3.
Yoast\WP\Test_Helper\WordPress_Plugins\Yoast_SEO->reset_feature(‘reset_indexable…’)
/nas/content/live/oit/wp-content/plugins/yoast-test-helper/src/wordpress-plugin-features.php:142
4.
Yoast\WP\Test_Helper\WordPress_Plugin_Features->reset_feature(Object(Yoast\WP\Test_Helper\WordPress_Plugins\Yoast_SEO))
/nas/content/live/oit/wp-content/plugins/yoast-test-helper/src/wordpress-plugin-features.php:104
5.
Yoast\WP\Test_Helper\WordPr in /nas/content/live/oit/wp-content/plugins/yoast-test-helper/src/wordpress-plugins/yoast-seo.php on line 180
/nas/content/live/oit/wp-includes/class-wp-hook.php:307Your Wordfence doesnt like html in your form textarea (even simple html like a link).
Maybe tweak the rules a bit?
I wrote to you directly btw and got support, so thanks for that!Yes I have tried different existing accounts.
Postman uses phpmailer at the moment and as mentioned, all other emails send fine.
Thank youThank you! ??
As mentioned, we would like to use the plugin at a network level.
So being able to use the plugin on any of the MU site, with a dashboard at network level, where we can see/track/edit/manage/add the short urls created in any of the sites, on a single page.Upon short url creation for a content, on one of the network sites, the plugin would have to check that the short url hasn’t been used before on another site of the network.
Eg. on site aaa.site.com we use sho.rt/a, so if we try to use sho.rt/a on site bbb.site.com a notice should say “short url already used, please make a different one”.
Otherwise we risk to use the same short url for multiple content, in different sites of the MU network.Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] JS Not FoundSame here. File is missing in the plugin.
For now, I added it manually.But then there’s also another JS issue (when I try to save the plugin settings):
/wp-content/plugins/updraftplus/includes/updraft-admin-common-1-16-46.min.js, line 5
Uncaught TypeError: t.blockUI is not a function at HTMLInputElement.<anonymous> (updraft-admin-common-1-16-46.min.js:5) at HTMLInputElement.dispatch (jquery.min.js:2) at HTMLInputElement.v.handle (jquery.min.js:2) (anonymous) @ updraft-admin-common-1-16-46.min.js:5 dispatch @ jquery.min.js:2 v.handle @ jquery.min.js:2
Forum: Plugins
In reply to: [WooCommerce] Shipping Zones – ImportI did. It has hundreds of upvotes already but not a word from devs ??