Error after upgrade to Ent 12.0.1

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.


  • Hi ,

    Looking at the error message it seems like your webserver has some sort of context that's not properly configured.

    perhaps you have your "SugarPro" as part of the root directory? perhps try to post to:  manson.sugarcrm12.local/SugarPro/rest/v11_16/oauth2/token  

    SugarCRM | Principal Developer Advocate

  • Thank you for reply.

    Finally find out the issue is missing the php 8.0 LDAP module