mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Your proxy directory "data/DoctrineORMModule/Proxy" must be writable #5331
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @swoopfx on GitHub (Nov 23, 2016).
any time i upload an image and call that image whose link is situated in a database i get this error , Though the application works fine on my Windows 10 OS, upon deployment to my ubuntu server it show
@Ocramius commented on GitHub (Nov 23, 2016):
Please do read your error messages: the directory on the deployment system is not writable.
@sushrest commented on GitHub (Oct 31, 2019):
@Ocramius, is there anyways we can use aws s3 bucket for Proxy directory?
@Ocramius commented on GitHub (Oct 31, 2019):
Don't think so: if you need to avoid writing proxies somewhere, use
AUTOGENERATE_EVAL, which, while slower, should work in almost every environment.