You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
This is next to impossible to solve, unfortunately. Identifying which paths might be relative to which configuration, particularly when some paths may or may not lie within the project itself, is hard enough; compounding the issue is the fact that we cannot always know what values represent paths in the first place.
The only practical solution is to keep path information out of module configuration and global configuration, and set it specifically only in project local configuration.
The problem is here
https://github.com/zfcampus/zf-configuration/blob/master/src/ConfigResource.php#L83
The DIR magic constant is parsed into the complete path ("C:\Users...")
When the file is saved, the DIR is replaced with my local path
I believe this cause this error too: zfcampus/zf-deploy#45
The text was updated successfully, but these errors were encountered: