Manual update fail... Help me

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kleo
    Junior Member
    • Dec 2024
    • 3

    Manual update fail... Help me

    I have updated the system from 8.3.6 to 8.4.2 manual.

    Probably I did something wrong there, but all the calls were no longer visible and I could no longer log out of the system.

    In order to restore the status of the, I uploaded the files de version 8.3.6 to the server via FTP and overwritten the existing files on the server with it.

    Now I can see the calls again, I can log in and out of the system again. However, I see the following error message in the log file:

    ERROR: (-1) Uncaught Exception ReflectionException: "Class "Espo\EntryPoints\SubscribeAgain" does not exist" at /---/application/Espo/Core/Utils/File/ClassMap.php line 170 :: /---/application/Espo/Core/Utils/File/ClassMap.php(170)

    How to eliminate inches?
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    Try deleting data/cache/application.
    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

    • kleo
      Junior Member
      • Dec 2024
      • 3

      #3
      Unfortunately, the error remained...

      Comment

      • kleo
        Junior Member
        • Dec 2024
        • 3

        #4
        I use hosting and therefore I do not have the opportunity to update the system as recommended by you.
        I probably did something wrong with the manual update, but now I won't be able to figure it out.

        Maybe I can try the following:

        1. install a completely new 8.4.2 system with a new database in the new directory

        2. after successful installation of the system, change in the file config-internal.php access data to the old database.


        Is this possible, or are the databases of versions 8.3.6 and 8.4.2 different in structure?

        Comment

        • yuri
          Member
          • Mar 2014
          • 8440

          #5
          I don't think so if it's still the error from your previous post.

          I recommend to consider this approach.

          1. Install a web server locally.
          2. Copy the Espo instance from the hosting to the local server. It will require copying files. Dumping database and then importing.
          3. Upgrade via CLI.
          4. Move files and database back to the hosting provider.

          It's pretty trivial routine for a web developer or sys admin. Though can be challenging for a non-technical person.
          Last edited by yuri; 12-10-2024, 08:35 PM.
          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...