Doctrine error: “Failed opening required '/tmp/__CG__Source.php' ”

前端 未结 3 2067
陌清茗
陌清茗 2021-01-31 08:43

I am trying to migrate my PHP application to an Ubuntu server, but without succes. Any help would be appreciated.

First I installed Doctrine successfully into /jorrit/mya

3条回答
  •  無奈伤痛
    2021-01-31 09:18

    Looks like a permission problem, first should chek on permissions for the entire application folder.

    Also try to hard-cleanup cache by deleting app/cache/* files, and try again.

    Good luck!

提交回复
热议问题