Cron Jobs Not Workings

Adrian22

New Member
Does anyone know why it gives me these errors and my cron jobs don't work? (I mentioned that max_connections at MySQL is set to 2000)



2023/07/08 14:54:01 [error] [exception.CDbException] could not find driver
2023/07/08 14:54:01 [error] [exception.CDbException] could not find driver
2023/07/08 14:54:01 [error] [exception.CDbException] could not find driver
2023/07/08 14:54:01 [error] [application] CDbConnection failed to open the DB connection.
2023/07/08 14:54:01 [error] [exception.CDbException] could not find driver
2023/07/08 14:54:01 [error] [application] CDbConnection failed to open the DB connection.
 
Does anyone know why it gives me these errors and my cron jobs don't work? (I mentioned that max_connections at MySQL is set to 2000)



2023/07/08 14:54:01 [error] [exception.CDbException] could not find driver
2023/07/08 14:54:01 [error] [exception.CDbException] could not find driver
2023/07/08 14:54:01 [error] [exception.CDbException] could not find driver
2023/07/08 14:54:01 [error] [application] CDbConnection failed to open the DB connection.
2023/07/08 14:54:01 [error] [exception.CDbException] could not find driver
2023/07/08 14:54:01 [error] [application] CDbConnection failed to open the DB connection.
The error message "could not find driver" usually indicates that the required database driver is not installed or configured properly. In your case, it seems like the PHP database driver for MySQL is not available or not properly set up.
We advice you in this situation to contact your hosting provider to help you with this issue.
 
Back
Top