Customer
Comments
-
I posted a repo demonstrating that Platformsh requires config files to have a UTF-8 encoding. More specifically, deployment fails with a UTF-16 encoding, and then succeeds after a conversion to UTF...
-
Hi, look like the the latest release 0.12 rely on an old libjpeg.so.8 that is not installed anymore on recent distribution, cf libraries - Why is libjpeg.so.8 missing from Debian? - Unix & Linux St...
-
Finally I have downgrade the wkhtmltoimage library to 0.12.4 version. I have worked hard on the code but It works now. Thanks for your help
-
Hello @flovntp Thank you for your reply. Indeed I have done everything exactly as you ask, but I still can’t execute custom SQL script. However I have found a way around by migrating my data throug...
-
Hello @flovntp You’re right, the < is after sql, but the error is only on my post. I confirm that my command was symfony sql < script.sql Just tried with symfony cloud:sql < script.sql like descr...
-
Thank you for your message. I try it and the console says: apt-get: not found Do you know what is the problem?
-
Hi @flovntp I can’t use apt-get. Console show me an error. Do you know how I can do it? Thanks.
-
I have checked manually and also checking on online redirect check tool such such as https://redirectchecker.com is also show me same issue I want to redirect blog.example.com to example.com/blog...
-
I believe adding this route will be sufficient. Please circle back if you need more help # routes.yaml "https://blog.{default}/": type: redirect to: "https://{default}/blog"
-
It is working now thank you so much.