EvilLooney
EvilLooney
I'd like to add that this happens for remote files as well: `$stream = fopen('http://path/to/file, 'rb')` I believe it has to do with with phpseclib/Net/SFTP's `put` function trying to get...
Hi Holly, I literally just installed the package this morning. So no, I am not comfortable doing a PR at this time. Sorry!
I just want to add that if the application cannot connect to the database and we have opted to record the errors in the database, we will enter an infinite...
I also want to point out that my solution is only if we cannot connect to the database. I assume that this could also happen if the table does not...
Good thinking for the supervisor / database queue driver combo. However, we still have a problem if the Cache driver used is the database driver. My app completely crashes, even...
Another problem we can have is that if, for some reason, the database has too many connections, we'll have a situation where we are flooding the database with INSERT queries...
I'm sorry! My bad. Your code is working fine as it's not adding these errors in the exceptions table; I did get 200 or so emails though. I should have...