• calvin

    (@calvinorenda)


    Got This Error

    AH01071: Got error ‘PHP message: PHP Warning: mysqli_connect(): (HY000/1040): Too many connections in /wp-content/plugins/translatepress-multilingual/includes/trp-ajax.php on line 104
    PHP message: PHP Warning: mysqli_set_charset() expects parameter 1 to be mysqli, bool given in /wp-content/plugins/translatepress-multilingual/includes/trp-ajax.php on line 105’

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Thanks for reporting this. I am forwarding it to our development team, i’ll keep you updated with the progress we are making.

    Kind regards,

    Plugin Author Razvan Mocanu

    (@razvanmo-1)

    Hi,

    It seems that TranslatePress is detecting too many times a string added using JavaScript on your site. To fix this try the following:

    1. Create an empty plugin like this
    2. Add the following code to the end of it:
      add_filter('trp_duplicate_detections_allowed', 'trpc_duplicate_detections_allowed');
      function trpc_duplicate_detections_allowed(){
          return 10;
      }
    3. Install this plugin via FTP (copy it inside wp-content/plugins) or create a zip archive with it and install it via the WordPress plugin upload functionality

    Let me know if the error still appears.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘trp-ajax.php MYSQLI Too Many Connections’ is closed to new replies.