Tagged: gravity forms
Hey!
Have some trouble between different plugs. Tried to deactivate them one by one. If I come to Gravity Forms there is a white Screen after I deactivate it. If I re-activate it, all is normal ? Does anybody has an idea why this happens ?
Do you know any issues between the new WooCommerce and BuddyPress ? If I try to add a new customer with the checkout, the ajax loading went to infinity after I insert the datas in the fields for email, phone and password… `
Hey Bruno!
The answer resides in your PHP log, do you have access to it?
Cheers!
Josue
Hi,
Does it happen with the default WordPress theme?
Cheers!
Josue
Hi!
It seems like the layerslider database query (compare the error message “WordPress-Datenbank-Fehler Lost connection to MySQL server during query f\xc3\xbcr Abfrage SELECT option_value FROM bcirc_options WHERE option_name = ‘layerslider-slides’ LIMIT 1 “) breaks the website. You can try to deactivate the layerslider script by deleting this line from functions.php:
if(!current_theme_supports('deactivate_layerslider')) require_once( 'config-layerslider/config.php' );//layerslider plugin
or insert this code into your child theme functions.php:
add_theme_support('deactivate_layerslider');
If you need the layerslider script please contact the server administrator/host because it seems to be a server side limitation (number of sql queries exceed the configured limit).
Update: I think you use the standalone version of the plugin. Try to deactivate the LayerSlider plugin to fix the error.
Cheers!
Peter