If you’re getting this error message “upstream sent too big header while reading response header from upstream” in the nginx error log and are using fcgi, in my case I was running a PHP script via PHP FPM 8.2 and received a 502 response from nginx. I fixed the issue.
Read ArticleTag: php
Crayon Syntax Highlighter Updated for PHP 8
I have updated the Crayon Syntax Highlighter to work with PHP8 and above. While I have tagged the release as 2.8.6 I’m moving away from that version scheme.
|
1 2 |
cd wp-content/plugins/ git clone https://code.icod.de/dalu/crayon-syntax-highlighter.git |
and use master branch. Remember to visit the settings page and save your settings, especially when switching PHP versions. To my knowledge this is the only…
Read ArticleSymfony2 File Upload with Related Entities
This is for a very old version of Symfony – 2.3 It might not work with the version of Symfony you’re using Here is how I do it. What it does? Upload an image file and an audio file and add an encode job. The purpose is to join an image and a mp3 into…
Read Article