Error: Class "Espo\Core\Entities\Base" not found

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • BigBoss
    Member
    • Nov 2023
    • 90

    Error: Class "Espo\Core\Entities\Base" not found

    I encountered this issue during the update process


    PS C:\wamp64\www\intra> php command.php upgrade
    Current version is 8.4.2.
    EspoCRM will be upgraded to version 9.0.1 now. Enter [Y] to continue.
    y
    This may take a while. Do not close the terminal.
    Downloading...
    Upgrading...
    Initialization...
    Copying before upgrade files...
    Rebuilding...
    Before upgrade script execution...
    Reverting...
    Error: Class "Espo\Core\Entities\Base" not found
    PS C:\wamp64\www\intra>



  • yuri
    Member
    • Mar 2014
    • 8584

    #2
    Technically, it's the upgrade found the invalid source code file in your custom directory. While it may disturb, it's actually doing a favor prompting to tidy up the invalid custom code.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • yuri
      Member
      • Mar 2014
      • 8584

      #3
      You need to find the class that extends from "Espo\Core\Entities\Base". There's no such class.
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment

      Working...