In reply to saritr:
In reply to chr_sue:
So the combination of this and “" means that all the objects which down in the hirerachy (down to env in my case) will “know” the config object, whereas the combination of null and "” means that all objects (up and down in the hirerachy)will “know” the config object?
Yes. That’s the intention.
If error persists there might be two reasons,
- config_db get is being called before setting is done.
- String path to the env instance is not correct.