• Hi,

    I kept getting the following error, and this creates a big error log file which totalled over 800 mb, can anyone help? Thanks

    [19-Feb-2016 06:00:15 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘WHERE term_ID = 119 AND language = ‘en_US” at line 3 for query SELECT name
    FROM
    WHERE term_ID = 119 AND language = ‘en_US’
    made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), call_user_func_array, Vc_Manager->init, Vc_Mapper->init, require_once(‘/plugins/js_composer/config/map.php’), get_terms, apply_filters(‘get_terms’), call_user_func_array, mltlngg_terms_filter
    I

    Stephen

Viewing 2 replies - 1 through 2 (of 2 total)
  • From a quick serach it looks like that error is coming from a multi-language plugin. I’d suggest asking in the support forum for that plugin so that you’ll get a much better targeted answer.

    As a short answer, you’ve got a plugin that’s creating a bad SQL query. From what you’ve got there it’s missed out the database table that it’s meant ot query from, so the database server doesn’t know where to look for the data.

    Thread Starter wysius

    (@wysius)

    Thanks a lot, I will go and ask in the plugin forum too.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Large error log file 800 mb’ is closed to new replies.