Moving espocrm to a new domain

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ronoliverclarin
    Member
    • May 2015
    • 34

    Moving espocrm to a new domain

    I zipped from old domain and unzipped to new domain. But, when I did it successfully. It is showing an error: Bad server response.
  • yuri
    Member
    • Mar 2014
    • 8547

    #2
    data/config.php
    siteUrl parameter
    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

    • ronoliverclarin
      Member
      • May 2015
      • 34

      #3
      I did but I have found that there is a table missing in your database [2015-06-24 09:53:24] Espo.ERROR: Uncaught exception {"exception":"[object] (PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'xxx_sales.user' doesn't exist at /home/xxxx/public_html/application/Espo/ORM/DB/Mapper.php:96)"}

      How can I resolve it? My server didn't have any backup.

      Comment

      • yuri
        Member
        • Mar 2014
        • 8547

        #4
        Maybe it's your custom table? Try to execute the command in CLI
        php rebuild.php
        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

        • ronoliverclarin
          Member
          • May 2015
          • 34

          #5
          My server says: unfortunately it is not possible to execute this particular command at our Reseller servers as it's users have no sufficient rights on the server

          Comment

          • ayush
            Junior Member
            • May 2015
            • 20

            #6
            Originally posted by ronoliverclarin
            My server says: unfortunately it is not possible to execute this particular command at our Reseller servers as it's users have no sufficient rights on the server
            ronoliverclarin : Were you able to resolve the issue? If not, can you try accessing the rebuild.php from your browser? Otherwise, another option would be to restore the table structure from your old database to your new database.

            Comment

            • ronoliverclarin
              Member
              • May 2015
              • 34

              #7
              Originally posted by ayush

              ronoliverclarin : Were you able to resolve the issue? If not, can you try accessing the rebuild.php from your browser? Otherwise, another option would be to restore the table structure from your old database to your new database.
              Thanks for the response. Still facing the problem.

              When I tried it via browser, It says: Rebuild can be run only via CLI

              Comment

              • Mosaadms
                Junior Member
                • May 2017
                • 14

                #8
                I am trying to upgrade from version 5.0.5 to 5.1.2, It gives me uploading message only and doesn't complete the same

                this is from error file
                ager.php on line 568
                [25-Apr-2019 05:18:08 UTC] PHP Warning: Module 'SourceGuardian' already loaded in Unknown on line 0
                [25-Apr-2019 05:18:44 UTC] PHP Warning: Module 'SourceGuardian' already loaded in Unknown on line 0
                [25-Apr-2019 05:18:49 UTC] PHP Warning: Module 'SourceGuardian' already loaded in Unknown on line 0
                [25-Apr-2019 05:19:14 UTC] PHP Warning: Module 'SourceGuardian' already loaded in Unknown on line 0
                [25-Apr-2019 05:35:37 UTC] PHP Warning: Module 'SourceGuardian' already loaded in Unknown on line 0
                [25-Apr-2019 05:35:37 UTC] PHP Warning: Module 'SourceGuardian'
                Last edited by Mosaadms; 05-03-2019, 07:27 PM.

                Comment

                • Maximus
                  Senior Member
                  • Nov 2018
                  • 2731

                  #9
                  Hello,
                  I have tried to reproduce it. Everything is good.
                  Check the error logs. Here is the tips where the logs can be https://www.espocrm.com/documentatio...oubleshooting/

                  Comment

                  Working...