Phil Betley
Results
2
comments of
Phil Betley
@Bigbaddrag I've had the same issue, and the way I resolved it was by running the app as Administrator whenever I wanted to change settings. Otherwise they would never persist...
@karupi You should add them as properties. I had the same error and fixed it like this: ``` php class TemplateProcessor { const MAXIMUM_REPLACEMENTS_DEFAULT = -1; // add these two...