Updater sends an error when trying to upgrade :
Installation failed: Unable to create directory: D:\Dev\Pinakes/app\Controllers
Logs are showing :
{"timestamp":"2026-05-10 19:53:39","level":"ERROR","message":"[Updater DEBUG] [ERROR] Errore durante installazione","context":{"exception":"Exception","message":"Unable to create directory: D:\Dev\Pinakes/app\Controllers","file":"D:\Dev\Pinakes\app\Support\Updater.php","line":2246},"ip":"127.0.0.1","user_id":1}
Seems related to line 2233 in app/Support/Updater.php : $targetPath = $dest . '/' . $relativePath;
Updater sends an error when trying to upgrade :
Installation failed: Unable to create directory: D:\Dev\Pinakes/app\Controllers
Logs are showing :
{"timestamp":"2026-05-10 19:53:39","level":"ERROR","message":"[Updater DEBUG] [ERROR] Errore durante installazione","context":{"exception":"Exception","message":"Unable to create directory: D:\Dev\Pinakes/app\Controllers","file":"D:\Dev\Pinakes\app\Support\Updater.php","line":2246},"ip":"127.0.0.1","user_id":1}
Seems related to line 2233 in app/Support/Updater.php : $targetPath = $dest . '/' . $relativePath;