Hello,
I have been trying to upgrade my SuiteCRM from 7.12.8 to 8.2.2.
The upgrade seemed to be successful, but I am unable to log in. The Web UI claims my credentials are incorrect, while the Apache error log says:
PHP Warning: chdir(): No such file or directory (errno 2) in /var/www/suite8/public/index.php on line 43
The directory β.legacy/β it is trying to access in this line via chdir does exist under /var/www/suite8/public/legacy, but debugging showed that the command is being run from β/var/www/suite8/β.
Fixing the path to use β./public/legacyβ makes the error go away, but I am still unable to login, the call to /login always returns 401. No other PHP errors were observed.
My credentials are certainly correct though, I can login if I point the webroot to /var/www/suite8/public/legacy (though this breaks the UI in other ways) or use my SuiteCRM7 instance.
Any help would be appreciated.