Username (e.g. epiz_XXX) or Website URL
(http://eth.freecluster.eu )
Error Message
Fatal error : Uncaught PDOException: SQLSTATE[42000]: Syntax error or access violation: 1226 User ‘epiz_30938218’ has exceeded the ‘max_queries_per_hour’ resource (current value: 100000) in /home/vol7_2/epizy.com/epiz_30938218/htdocs/script/install.php:217 Stack trace: #0 /home/vol7_2/epizy.com/epiz_30938218/htdocs/script/install.php(217): PDO->exec(‘create table if…’) #1 /home/vol7_2/epizy.com/epiz_30938218/htdocs/script/common.php(147): include(‘/home/vol7_2/ep…’) #2 /home/vol7_2/epizy.com/epiz_30938218/htdocs/admin.php(27): require_once(‘/home/vol7_2/ep…’) #3 {main} thrown in /home/vol7_2/epizy.com/epiz_30938218/htdocs/script/install.php on line 217
Other Information
(other information and details relevant to your question)
1 Like
You are overloading the MySQL server and using all the max connections (10). Please wait for some time and try again.
2 Likes
Thnx for you answer i waited 1 houer now but it sadly still says the same message
Sometimes it can take more than an hour. Maybe wait 10-20 more minutes?
1 Like
Now it short leted me on my site but then it kiked me again…
What software are you using?
Some software is not as suitable for free hosting.
1 Like
i use faucet in a box to create my website
also thnx for you fast reply:)
I think Faucet in a Box breaks the TOS (maybe I’m wrong), and from what I’ve heard is too heavy for free hosting anyways.
Lomusire:
thnx for you fast reply
Of course! I like to help, so it’s no problem.
1 Like
yea i have many users every minute
what is the max user conection?
Then maybe you need different software that is not as heavy.
Max user connections is 5 or 10, but I think it is 10.
At daily hits used it says i only used 25 & of the hit limit
Also i have the problem only on my admin panel not at the main site
The counter updates once every 24 hours. Maybe also read all of these to familiarize yourself with the limits.
One of the limits InfinityFree enforces is the “hits” limit. This article explains what a hit is, how you can control your hits usage and what happens if you exceed the limit.
What is a hit?
A hit is a simply request to a file on your website, which can be a HTML or PHP page, an image, a CSS file or something else.
A hit is not the same as a page view, visit or visitor. Visitor can visit your website multiple times, a visit can include multiple page views, and a single page view can include m…
One of the limits enforced by InfinityFree is the “IO limit”. This article explains what this limit means, what usually causes it and what you can do to prevent reaching it.
What does IO usage mean
IO usage measures how much the PHP code on your site interact with the hosting storage. It’s usually measured in MB per second.
Your website generates IO usage for example when uploading files on your website using a built-in uploader (such as the media manager in WordPress) or when installing plug…
One of the limits InfinityFree enforces is how much you can stress the MySQL database server. This article explains what overloading MySQL means and how you can control it.
What does overloading MySQL mean?
Most dynamic websites use a database to store dynamic data, like posts, comments, products, accounts and so on. This data is stored on database servers. Your website can then interact with the database to see and modify the data stored in the database.
The database server needs to do work …
It is also on your main site, try clearing your cache.
2 Likes
Admin
February 13, 2022, 4:11pm
#18
Yes, it is. All crypto related sites are prohibited on our hosting, and especially faucet sites have such a high scam risk that we don’t want any faucet sites to be hosted here.
The limit in question is not the concurrent connection limit, but the total number of SELECT queries being hit. Their purposes are the same though: to prevent a single account from overloading the database.
If you’re running into this limit, you’ll either need to optimize your website or upgrade to premium hosting to get higher limits.
2 Likes
system
Closed
February 20, 2022, 4:12pm
#19
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.