2022-10-17, 22:58:33
(2022-10-17, 22:53:32)kdxfi Wrote:(2022-10-17, 22:01:39)islander Wrote: It may have not been tested or reported until now. Can you turn on debug in gsconfig.php to see if it gives a message?
I cannot, because install is not working
To turn on debug, this is not within admin. You must edit the root file "gsconfig.php"
Somewhere near line 30 you will see:
PHP Code:
# Turn on debug mode
#define('GSDEBUG', TRUE);
Change this to:
PHP Code:
# Turn on debug mode
define('GSDEBUG', TRUE);
And try to install again.