Customer
Comments
-
in case someone is looking for a solution : routes.yaml with cache enabled needs to set woocommerce cookie in order avoid cart caching which is the issue ( guests adding product to cart not being a...
-
Composer is being run twice, and the first time run is not in your application root, that’s why your applications composer.lock file is not being used. This first run is a result of adding composer...
-
Thank you for sharing this! I just tried to enable PDF thumbnail generation in my PHP 8.0 app (which runs ImageMagick 6.9.10-23). <policymap> <policy domain="coder" rights="read|write" pattern=...
-
We found that given ImageMagick has an automatic directory lookup as follows: $MAGICK_CONFIGURE_PATH $MAGICK_HOME/etc/ImageMagick-7 $MAGICK_HOME/share/ImageMagick-7 $PREFIX/share/ImageMagick-7 $...
-
Is this approach still working for those on this thread? I tried the above along with some variations and although the custom policy shows up in “convert -list policy” an attempt to generate a jpg ...
-
Interesting. Based on the claim that it’s not allowed to override this for security reasons from the global defaults, being able to override by specifying the default directory explicitly feels lik...
-
I can confirm, this is working. Thank you for sharing!
-
I applied the same thing. but I’m using php8.1. When i pushed the work to PSH i faced this issue
-
Sorry for asking a dumb question, but can someone help me out with exact steps to enable this for PHP8.1? Where exactly can i add my policymap?
-
Hi, Thanks for the info, much help. But I have a question: platform sync data -e dev My command return this message: Operation not available: The environment "aaa-bbb" can't be synchronized. And t...