CPC900 Posted October 19, 2012 Report Share Posted October 19, 2012 If I am using: Config::Set('USE_CRON', true); I edited that in my app.config.php, from false to true. Do I ALSO put it in my local.config.php??? Because that is what it indicates in my maintenance options screen: Also, remember to change in local.config.php, USE_CRON to true, so phpVMS doesn't try to automatically schedule these tasks to run. I would have to ADD that line into to the local.config.php, whereas the app.config.php already has that line, you would just have to change it from "false" to "true" Quote Link to comment Share on other sites More sharing options...
CrashGordon Posted October 19, 2012 Report Share Posted October 19, 2012 The downside of using app.config instead of local.config, is that if there ever was an updated version of phpvms, app.config would be overwritten. Of course, in this era of Flight Simulator lethargy, that's not a big cause for concern Quote Link to comment Share on other sites More sharing options...
CPC900 Posted October 19, 2012 Author Report Share Posted October 19, 2012 So......I could/should have it in both then?! Quote Link to comment Share on other sites More sharing options...
CrashGordon Posted October 19, 2012 Report Share Posted October 19, 2012 Yes. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.