XG-Proyect-v3.x.x icon indicating copy to clipboard operation
XG-Proyect-v3.x.x copied to clipboard

Error installing using WAMP on Windows

Open OceanicNomad opened this issue 1 year ago • 2 comments

When trying to install on Windows using WAMP or similar, the following needs to be removed.

https://github.com/XGProyect/XG-Proyect-v3.x.x/blob/d1d9dc7ed498c4417f41b955871d4b67e0bb39d7/app/Http/Controllers/Install/InstallationController.php#L440-L442 https://github.com/XGProyect/XG-Proyect-v3.x.x/blob/d1d9dc7ed498c4417f41b955871d4b67e0bb39d7/app/Http/Controllers/Install/InstallationController.php#L456-L458

OceanicNomad avatar Aug 16 '23 19:08 OceanicNomad

Version PHP Wamp?

jonamix-ar avatar Aug 31 '23 18:08 jonamix-ar

This is a fix for any PHP version, it just removes the script checking for Windows environment and attempting to use Windows SQL Server rather than MySQL.

If you must know, it was tested on PHP 8.2 and MySQL 8

OceanicNomad avatar Sep 02 '23 14:09 OceanicNomad