• Resolved neomie6011

    (@neomie6011)


    I am getting this error code below:

    ‘; } else { $(‘#educare-results-body’).html(data); } }, error: function(data) { $(‘#educare-results-body’).html(data + ‘

    Sorry, database connection error!’); }, complete: function() { current.prop(‘disabled’, false); $(‘#educare-loading’).fadeOut(); grecaptcha.reset(); } }); });

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author FixBD

    (@fixbd)

    Maybe, this is your themes problem.

    Pleace, make sure that WP DEBUG is disabled. If not, follow these steps – (disable WP debug)

    1. Go- to public html or htdocs folder
    2. Open wp-config.php files
    3. Past this code
    define( 'WP_DEBUG', false );

    If this tricks dus not work, please let us know. We are here for you.

    It possible mention your active theme. So, we can easily found and know reason of this problem.

    Regards

    FixBD

    Thread Starter neomie6011

    (@neomie6011)

    Thank you for your fast response!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Getting error msg’ is closed to new replies.