Announcement

Collapse
No announcement yet.

Error when i transfer my site from server to another

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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.

  • #2
    Hi

    Check your permissions and ownership.

    Comment


    • #3
      how can i check ownership ?

      Comment


      • #4
        i conncet ssh how can chnage ownership plz ?

        Comment


        • #5
          Use commands:

          cd
          ls -l
          chown
          chmod


          Comment


          • #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


            • #7
              i make this step and problem still

              this last log file plz help me
              Attached Files

              Comment

              Working...
              X