Hello
Just tried to install piwigo on Win 10 PC.
All went well until the initial screen which tells me:
GD library is missing
Maintenance -> Environment:
Piwigo 15.6.0 Check for upgrade
Installed on 30 July 2025, 9 hours ago
Operating system: WINNT
PHP: 8.2.12 (Show info) [2025-07-31 00:19:55]
MySQL: 10.4.32-MariaDB [2025-07-30 15:19:55]
Graphics Library:
Please help :-)
& Thank you in advance
Offline
Likely the PHP GD module is missing or not configured. No idea where and under what name that lives on Windows..
Offline
The solution to this problem turned out to be an edit to C:\xampp\php\php.ini to remove the ';' at the start of the line
extension=gd
After saving the file, restart XAMPP and then I can add images.
Offline