Announcement

Collapse
No announcement yet.

Having trouble with rebuilding the dev-machine

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

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

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


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


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