Sak
Sak
Ok, I found it, thanks ! `Unhandled PHPMailer\PHPMailer\Exception: Error SMTP ...` Maybe I misconfigured the mail settings, but the problem is that accounts created remains in an inconsistent state... So,...
ok, `delete * from register_requests` cleaned up things...
Now, there is 2 additional problems: Mail setings:  1) this doesn't produce any log at all 2) the PHPMailer included is old, very old...
ok, thanks! IMO the `register_requests` records should not be stored at all if there is an error in the process... (like that "unexpected error") do you have an estimate when...
something like this: (minus the bugs people will surely spot given enough eyeballs) ```php $db = new PDO($db_dsn, $db_user, $db_pass, $db_options); // Temporary variable, used to store current query $templine...
yup, add that code to the class as a `restore` method
> The example uses mysqli, if you transform it to use PDO I could certainly my posted code (see 4 comments above) uses PDO... (and I'm using that code in...
Hi Volkov, 1. No. The file is opened and read line by line. 2. Feel free to post an enhanced version, but *today* people are using this code (this is...
in Google Cloud Run, there is an already defined env variable `PORT` (default to 8080), and it is supposed your container honor that variable.
I'm occasionally getting: ``` Warning: file_get_contents(): SSL: Success in /var/www/html/vendor/mpdf/mpdf/src/Image/ImageProcessor.php on line 230 Warning: file_get_contents(): Failed to enable crypto in /var/www/html/vendor/mpdf/mpdf/src/Image/ImageProcessor.php on line 230 ```