+ Reply to Thread
Results 1 to 5 of 5

Thread: Too many connections

  1. #1
    Master
    Join Date
    Oct 2019
    Location
    Hungary
    Posts
    409

    Too many connections

    I usually get the following error every three days, for a few seconds: The service provider says: This error can be caused by an error in the script used, if it calls the database too many times


    [28-Aug-2023 17:55:02 Europe/Budapest] PHP Warning: mysqli_connect(): (08004/1040): Too many connections in /home/domain/public_html/includes/classes/dbi.class.php on line 92
    [28-Aug-2023 17:55:07 Europe/Budapest] PHP Warning: mysqli_connect(): (08004/1040): Too many connections in /home/domain/public_html/includes/classes/dbi.class.php on line 92
    [28-Aug-2023 17:55:27 Europe/Budapest] PHP Warning: mysqli_connect(): (08004/1040): Too many connections in /home/domain/public_html/includes/classes/dbi.class.php on line 92
    [28-Aug-2023 17:55:31 Europe/Budapest] PHP Warning: mysqli_connect(): (08004/1040): Too many connections in /home/domain/public_html/includes/classes/dbi.class.php on line 92
    [01-Sep-2023 13:13:44 Europe/Budapest] PHP Warning: mysqli_connect(): (08004/1040): Too many connections in /home/domain/public_html/includes/classes/dbi.class.php on line 92
    [01-Sep-2023 13:13:44 Europe/Budapest] PHP Warning: mysqli_connect(): (08004/1040): Too many connections in /home/domain/public_html/includes/classes/dbi.class.php on line 92
    [01-Sep-2023 13:13:46 Europe/Budapest] PHP Warning: mysqli_connect(): (08004/1040): Too many connections in /home/domain/public_html/includes/classes/dbi.class.php on line 92

  2. #2
    Hi Jen, are you using 4.9.2?

  3. #3
    Master
    Join Date
    Oct 2019
    Location
    Hungary
    Posts
    409
    Yes, I'm using 4.9.2

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,174
    We need to look into the problem, probably, there is a redirect loop

    You should create a ticket

  5. #5
    Master
    Join Date
    Oct 2019
    Location
    Hungary
    Posts
    409
    Ticket ID: YBA-818857

    I had a total of 16 visits yesterday, so it can't be said that the overload is due to the many visitors.

+ Reply to Thread