Having trouble with rebuilding the dev-machine

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • randynoterik
    Junior Member
    • Jan 2021
    • 4

    Having trouble with rebuilding the dev-machine

    Good day everyone,

    It seems like the application can't load the class. I haven't changed anything this happened randomly and I was wondering if someone could help me.
  • Maximus
    Senior Member
    • Nov 2018
    • 2731

    #2
    Hi there,
    Could you provide more info?
    Do you use the EspoCRM official docker image https://hub.docker.com/r/espocrm/espocrm?
    What is your EspoCRM version?
    What is your PHP CLI version within the target container?

    BTW, you can also investigate an EspoCRM log file https://docs.espocrm.com/administrat...ng/#check-logs.

    Comment

    • randynoterik
      Junior Member
      • Jan 2021
      • 4

      #3
      Thank you for your response.

      Yes, I can provide more information.

      Currently, we are running ESPOCRM on the official docker image, the version is 6.0.6 and the PHP CLI version is 7.3.27.

      Comment

      • Maximus
        Senior Member
        • Nov 2018
        • 2731

        #4
        Try to pull or use in the compose file the latest EspoCRM version - 6.1.5.
        Code:
        docker pull espocrm/espocrm:6.1.5

        Comment

        Working...