Brad Bell
Brad Bell
Went to make a ticket for this and saw this existing one. [olets](https://github.com/vigetlabs/blendid/issues/524#issuecomment-497478673) comment hits all of the major security-related issues in the dependency chain.
Going to go ahead and close this as stale, but comment back OP if anything came from it, and we can re-open as necessary.
@ameliagroen can you send you composer.json and lock files over to [email protected] and reference this issue? will help us track down what is being flagged in your installation.
Still trying to figure this out (https://github.com/Roave/SecurityAdvisories/issues/119#issuecomment-1642497901), but the short-term workaround is to remove `"roave/security-advisories": "dev-latest",` from your compser.json file until this gets sorted.
@ivesho can you connect to any other SMTP server on the same box you’re getting that error on? If not, that would indicate something misconfigured on the box Craft is...
@DTesch-Reem really odd... since it sounds like this is consistently reproducible on your box, is there any chance we could get some Craft control panel and SSH access to it...
What do the resources on your Redis instance look like when you get to this scenario? And what is the eviction policy set to? https://docs.redis.com/latest/rs/databases/memory-performance/eviction-policy/
@DTesch-Reem could be that with Neo, the amount of cache data that’s being inserted into Redis becomes problematic. The larger the data, the more performance considerations https://stackoverflow.com/questions/55517224/what-is-the-ideal-value-size-range-for-redis-is-100kb-too-large
Going to go ahead and close for lack of activity, but feel free to follow-up with any new info, and we can re-open as necessary.
It looks like MariaDB 11.2+ added the ability to change the default collation associated with a charset: https://mariadb.com/kb/en/setting-character-sets-and-collations/#changing-default-collation Maybe that’s what happened here? Your MariaDB install has `utf8mb3_unicode_ci` as the...