Results 313 comments of El RIDO

> Hmm, what would the limit of LONGBLOB then be? We always have a DB limit, don't we? This is kind of a structural problem then? AFAIK MEDIUMBLOB uses a...

This can be anything, from your environment using an unsupported PHP version to a permission error. You must check the servers logs to find out what goes wrong and if...

We have indeed made an effort to suppress any uncaught exceptions, so that is on purpose. In many places of the code we will use PHP's error_log function, which allows...

> Would you prefer I open a PR for this or do you prefer to handle it? Thank you, I'd appreciate very much if a PR would be submitted that...

For the traffic limiter, the same issue occurs in the php unit tests and there we use the unit test `Helper` class to set the limit to 0 for tests...

I much appreciate you talking the time to create this PR and submitting it. As I had commented in the related issue, I would prefer a much simpler solution, reusing...

In a [hardened setup](https://github.com/PrivateBin/PrivateBin/blob/master/doc/Installation.md#changing-the-path) as you describe (which is recommended, so well done!), the "directories bin, cfg, doc, data, lib, tpl, tst and vendor" live in the private location. I...

The configuration seems incorrect, hence the script can't find the data directory. The dir config item needs to be a relative path under what is configured in PATH. PATH can...

When and if we do this, we should test if we can also drop the docblock types at the same time (not the whole docblock, the description is still useful)....

We will, once the API which we consume has been updated. As per their FAQ it hasn't yet: https://developer.mozilla.org/en-US/observatory/docs/faq#has_the_http_observatory_api_been_updated_to_use_the_new_tests I checked their code (it's OSS) and the API seems to...