- Issue created by @sanduhrs
-
sanduhrs β
committed f69b4dd6 on 1.0.x
Issue #3399296 by sanduhrs: Add better installation instructions
-
sanduhrs β
committed f69b4dd6 on 1.0.x
- Status changed to Fixed
about 1 year ago 12:26pm 5 November 2023 - πΊπΈUnited States duckydan
Thanks so much for the detailed instructions. They are very clear and much appreciated. I followed them, and there was no change. I notice that it puts it into the vendor directory as well as libraries, and my logs show errors when it runs it from vendor. If I manually delete the one under vendor, and rebuild the cache, it still looks in vendor for it.
[Sun Nov 05 13:28:09.779195 2023] [php:error] [pid 156781] [client 172.71.30.176:40318] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) in /var/www/html/beta.weavercafe/vendor/kornrunner/blurhash/src/Blurhash.php on line 24 [Sun Nov 05 13:28:13.977885 2023] [php:error] [pid 156748] [client 172.71.30.176:40302] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) in /var/www/html/beta.weavercafe/vendor/kornrunner/blurhash/src/Blurhash.php on line 24 [Sun Nov 05 13:30:06.258979 2023] [php:error] [pid 156782] [client 172.71.30.176:16004] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) in /var/www/html/beta.weavercafe/vendor/kornrunner/blurhash/src/Blurhash.php on line 24 [Sun Nov 05 13:30:06.259414 2023] [php:error] [pid 156782] [client 172.71.30.176:16004] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 81920 bytes) in /var/www/html/beta.weavercafe/vendor/composer/ClassLoader.php on line 576 [Sun Nov 05 13:30:06.259755 2023] [php:error] [pid 156782] [client 172.71.30.176:16004] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 32768 bytes) in /var/www/html/beta.weavercafe/web/core/lib/Drupal/Core/Utility/Error.php on line 1 [Sun Nov 05 13:30:48.281151 2023] [php:error] [pid 158128] [client 172.71.30.176:16270] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 36864 bytes) in /var/www/html/beta.weavercafe/vendor/kornrunner/blurhash/src/Blurhash.php on line 23 [Sun Nov 05 13:30:53.810576 2023] [php:error] [pid 158129] [client 172.71.30.35:39544] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) in /var/www/html/beta.weavercafe/vendor/kornrunner/blurhash/src/Blurhash.php on line 24
There may be something wrong with my composer.json, because even though I have oomphinc/composer-installers-extender installed via composer, it does not invoke until I try to run the installer for it. It says nothing to install (since it is there), but then copied the library from vendor to /web/libraries, so it is in two places. I assume that should run on any
composer require
orcomposer install
.My next step will be to install it in a clean environment. There may be an issue with my CDN, or private files setting, or something like that.
Automatically closed - issue fixed for 2 weeks with no activity.