Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update proxies_dir in DoctrineOrmServiceProvider #93

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

salimimani
Copy link

There is one "../" too many in proxies_dir value.
In v1 there was an additional subfolder (Cilex or Pimple or Silex) between Dflydev and Provider.
In this version there is no intermediate folder. Which means we need to go back one folder less. So only 7 "../" in v2 instead of 8 in v1
My project fails to write in cache folder because due to security settings in our openshift container, we only have access to www root folder. With this, we go one folder above, and it fails to write in the parent folder for which we don't have the permissions.

There is one "../" too many.
In v1 there was an additional subfolder (Cilex or Pimple or Silex) between Dflydev and Provider.
In this version there is no intermediate folder. Which means we need to go back one folder less. So only 7 "../" in v2 instead of 8 in v1
My project fails to write in cache folder because due to security settings in our openshift container, we only have access to www root folder. With this, we go one folder above, and it fails to write in the parent folder for which we don't have the permissions.
@alehaa
Copy link

alehaa commented Feb 14, 2019

I've already sent a PR nearly two years ago in #83. However, as Silex is deprecated, I don't think this repo will be maintained anymore.

@dominikzogg
Copy link
Contributor

You could try my service providers https://github.com/chubbyphp/chubbyphp-doctrine-db-service-provider

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants