Richard Matzinger
Richard Matzinger
Ever since PHP 7, some of the EXIF functions for image meta-data in PHP have failed. Functions like **exif_read_data()** and **exif_thumbnail()** that work correctly in PHP 5.x, have stopped working...
I've discovered that after changing anything in the PHP configuration for PHP-FPM I have to restart FPM: In my case that file is /etc/php-fpm.conf Restart: `systemctl restart php-fpm ` Seems...
> I'm using flatpickr to create date pickers in my user's languages. It is working for normal "Y-M-D" dates but using the monthSelectPlugin plugin to support "Y-M" dates results in...