Tagged: gravity forms
-
AuthorPosts
-
February 21, 2014 at 8:57 pm #227671
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… `
February 22, 2014 at 12:38 am #227773Hey Bruno!
The answer resides in your PHP log, do you have access to it?
Cheers!
JosueFebruary 22, 2014 at 9:19 am #227849This reply has been marked as private.February 22, 2014 at 8:20 pm #227938Hi,
Does it happen with the default WordPress theme?
Cheers!
JosueFebruary 24, 2014 at 9:06 am #228376This reply has been marked as private.February 24, 2014 at 10:00 am #228389Hi!
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 pluginor 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 -
AuthorPosts
- You must be logged in to reply to this topic.
