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
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
Originally posted by @fabiopaiva at zfcampus/zf-configuration#15
The text was updated successfully, but these errors were encountered: