In the index, there is `define("ENVIRONMENT", ....)`
However, for my case, and I guess a general case, the first line of the index loads a config file.
For me, that config file the ENVIRONMENT definition, so the index throws an error.
Solution:
Add to index:
if(!defined("ENVIRONMENT"))
However, for my case, and I guess a general case, the first line of the index loads a config file.
For me, that config file the ENVIRONMENT definition, so the index throws an error.
Solution:
Add to index:
if(!defined("ENVIRONMENT"))