The steps were:
PRO 10.0.3 -> PRO 10.0.4
PRO 11.0.4 -> ENT 11.0.4
ENT 11.0.4 -> ENT 12.0.1
All steps ran successfully without any big deal, no db issue or red flag or anything else.
but unable to login to sugarcrm
Failed to load resource: the server responded with a status of 401 (Unauthorized) /rest/v11_16/oauth2/token?platform=base:1VM18:2 POST manson.sugarcrm12.local/.../token 401 (Unauthorized) VM18:2
{"error":"no_method","error_message":"Could not find a route with 2 elements"}
php error log
PHP Warning: The use statement with non-compound name 'User' has no effect in /SugarPro/custom/clients/base/api/Emails.php on line 8
PHP Warning: include_once(vendor/docusign/autoload.php): Failed to open stream: No such file or directory in /SugarPro/modules/DocuSignEnvelopes/clients/base/api/DocuSignApi.php on line 13
PHP Warning: include_once(): Failed opening 'vendor/docusign/autoload.php' for inclusion (include_path='/SugarPro:/SugarPro/vendor:.:/usr/share/php') in /SugarPro/modules/DocuSignEnvelopes/clients/base/api/DocuSignApi.php on line 13
I have tried
-
Clear browser cache
-
Check credentials
-
Check the SugarCRM logs: no message
-
Check the SugarCRM database: the user name is in db and active.
-
Check the server settings: SugarCRM has the necessary permissions to access and modify the files and directories it needs to function properly.
Any suggestion would be appreciated.