arreguisergio
Forum Replies Created
-
Sorry Leo. I’ve already put it in premium support. I got confused about support…
Hi
I have expanded max_input_vars PHP value to 10000 and problem persists.
I had not had any problems until a couple of weeks ago. It has been suddenly…Forum: Plugins
In reply to: [Advanced Form Integration — Connect Forms to 200+ Apps] Google Sheets emptyHello
I have contacted you via email.
The log is empty. I share a screenshot of the integration page:
Thank you very much
Greetings
Forum: Plugins
In reply to: [BBQ Firewall - Fast & Powerful Firewall Security] Woocommerce bugHi Jeff
OK. Now you can’t repeat the issue because I disabled BBQ.
I thought that with this data you could reproduce the error in your installation.
Thanks anyway.
GreetingsForum: Plugins
In reply to: [BBQ Firewall - Fast & Powerful Firewall Security] Woocommerce bugHi Jeff
Thank you for responding
In this backend URL:
https://puntoahorro.com/wp-admin/edit-tags.php?taxonomy=product_cat&post_type=product
if I do a category search, example:
https://puntoahorro.com/wp-admin/edit-tags.php?taxonomy=product_cat&post_type=product&s=belleza
most of the time it gives a 403 error.
I migrated the website from Siteground to Cloudways to see if this also happened, and indeed it did. Cloudways told me that BBQ was blocking some requests.
I don’t know if it’s true, but what is true is that I disabled BBQ and it started working fine.
Thank you in advance.
I have fixed it commenting line 771
//set_time_limit( 0 );is it ok?
Forum: Plugins
In reply to: [mqTranslate] mqTranslate and Qtranslate SlugGreat!
thanks @chsxf for the good work!Forum: Plugins
In reply to: [mqTranslate] mqTranslate and Qtranslate SlugIt worked fine for me!!!
I replaced
return ( version_compare($wp_version, “3.3”, “<” ) || !is_plugin_active(‘qtranslate/qtranslate.php’) );
by
return ( version_compare($wp_version, “3.3”, “<” ) || (!is_plugin_active(‘qtranslate/qtranslate.php’) && !is_plugin_active(‘mqtranslate/mqtranslate.php’)) );
Thank you very much chsxf
Forum: Plugins
In reply to: [mqTranslate] mqTranslate and WordPress 3.9Thank you very much!!
I was getting crazy with qtranslate and the new update of wordpress 3.9
MQTRANSLATE works great!Forum: Fixing WordPress
In reply to: HTTP Error when uploading images (but not all failing!)Thank you very much @mklusak@!!!
It worked for me!!!