No idea what's going on here. I just had pages of server errors on both forums
Some are
I use Hostinger and their article says this
"
If you get a “User already has more than 'max_user_connections' active connections“ error message or similar, it means that your script is creating more user connections to the database than your hosting plan allows.
There are two main reasons behind this error:
Some are
- ErrorException: Template error: [E_USER_WARNING] Method canViewResources is not callable on the given object (XF\Entity\User)
- XF\Db\Exception: User xxxxxxxxxxx already has more than 'max_user_connections' active connections
- src/XF/Db/Mysqli/Adapter.php:172
I use Hostinger and their article says this
"
If you get a “User already has more than 'max_user_connections' active connections“ error message or similar, it means that your script is creating more user connections to the database than your hosting plan allows.
There are two main reasons behind this error:
- Your script creates connections without properly closing them when they are no longer needed, or
- Your website is very active and has many users onlineat the same time"
How to Fix the “User already has more than max user connections” Error | Hostinger Help Center
What to do if you reach the user connection limitsupport.hostinger.com
Haven't done anything different recently!