Max Carvalho

Results 10 comments of Max Carvalho

Hi @atymic Thanks for your quick reply. I already tried that option and it doesn't work. Do you have any idea why the `ssh-add` is failing? That's where I think...

Hi @keydunov, thanks for your reply. Although the proposed solution should work, it forces the downgrade to a less secure way to handle MySQL authentication, you can read about that...

Hi @keydunov I'd love to, but my knowledge about TypeScript and even full-node application is limited. I'm mostly a PHP user that has the "necessary" knowledge about frontend. I don't...

Hi @rahul-n18 Thanks for the suggestion, but that would mean that I'd have to lower the security on my DB server, that's not an option, I'm afraid.

Hello @convenient I wonder if you simply mean that the `inventory_reservation` should be truncated by running `truncate table inventory_reservation;` directly in the database or if it's something that should be...

Hi @convenient Sure, it's being tested in our development environment at the moment. Thank you very much once again.

Hi @jazzsequence Thanks for your reply. To be honest, I don't know how to make that happen using WordPress. I'm 100% comfortable with PHP. I have been using it for...

@ChrisLightfootWild I just gave this a try since the changes you proposed got merged and deployed. Unfortunately, it won't work with PHP-FPM. It now reads the `.env` from the application...

@ChrisLightfootWild I just found out something interesting that I wasn't aware off. PHP-FPM has a `clear_env` configuration setting that's by default set to `yes`, which means: > Clear environment in...