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
When enabling/disabling development mode, the module cache file is not removed. On investigation, it seems this is because the application configuration returned by getApplicationConfig() in ConfigDiscoveryTrait is an empty array, which in turn is because the application configuration file is not being read in correctly.
Other functionality (addition/removal of development.*.dist files) is fine.
When searching for the config dir location, isset always returned true for projectDir since it was an empty string by
the constructor defaults, resulting in a file exists on /config/application.config instead of config/application.config
Signed-off-by: Fabian Kreuzkam <fk@herold-schoensteiner.de>
When enabling/disabling development mode, the module cache file is not removed. On investigation, it seems this is because the application configuration returned by
getApplicationConfig()
inConfigDiscoveryTrait
is an empty array, which in turn is because the application configuration file is not being read in correctly.Other functionality (addition/removal of
development.*.dist
files) is fine.Originally posted by @vvaswani at zfcampus/zf-development-mode#22
The text was updated successfully, but these errors were encountered: