Error when i transfer my site from server to another

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • islam.ahmed.2212
    Junior Member
    • Mar 2016
    • 23

    Error when i transfer my site from server to another

    hello

    i have problem

    when i transfer my espocrm from server to another server get some error like when i make Rebuild get error

    Error 500: Error while rebuilding database. See log file for details.

    and when i upgrade to 4.0.5 get error 500 when upload

    and this last server log file

    Attached Files
    Last edited by islam.ahmed.2212; 05-05-2016, 08:48 AM.
  • yuri
    Member
    • Mar 2014
    • 8511

    #2
    Hi

    Check your permissions and ownership.
    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

    • islam.ahmed.2212
      Junior Member
      • Mar 2016
      • 23

      #3
      how can i check ownership ?

      Comment

      • islam.ahmed.2212
        Junior Member
        • Mar 2016
        • 23

        #4
        i conncet ssh how can chnage ownership plz ?

        Comment

        • yuri
          Member
          • Mar 2014
          • 8511

          #5
          Use commands:

          cd
          ls -l
          chown
          chmod


          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

          • islam.ahmed.2212
            Junior Member
            • Mar 2016
            • 23

            #6
            use this command like you write or what

            iam use this

            cd <PATH-TO-ESPOCRM-DIRECTORY> find . -type d -exec chmod 755 {} + && find . -type f -exec chmod 644 {} +; find data custom -type d -exec chmod 775 {} + && find data custom -type f -exec chmod 664 {} +;
            To set the owner and group-owner, execute these commands in the terminal:

            cd <PATH-TO-ESPOCRM-DIRECTORY> chown -R <OWNER>:<GROUP-OWNER> .; https://github.com/espocrm/documenta...nfiguration.md

            Comment

            • islam.ahmed.2212
              Junior Member
              • Mar 2016
              • 23

              #7
              i make this step and problem still

              this last log file plz help me
              Attached Files

              Comment

              Working...