UAV04 Posted November 4, 2013 Report Posted November 4, 2013 I feel very odd asking. I set up an account with vaCentral for our airline and now that we have our website finished, we were ready to add the script for vaCentral to track our progress. When we got the codes, we were confused for what the API key means and the local.config.php we had to paste the info too. We don't have a file named that in our host, is that something we need to add or is there another file similar??? We tried the user guide (on vaCentral) but it comes back as an error. Any help????? -- Chris H. Quote
Administrators simpilot Posted November 4, 2013 Administrators Report Posted November 4, 2013 You should have a file in the /core folder named local.config.php You need to place your vacentral code in that file somewhere. It should be structured something like this; Config::Set('VACENTRAL_ENABLED', true); Config::Set('VACENTRAL_API_SERVER', 'http://api.phpvms.net'); Config::Set('VACENTRAL_API_KEY', 'PUT YOUR KEY HERE'); Quote
UAV04 Posted November 9, 2013 Author Report Posted November 9, 2013 Thank you Simpilot, I will repost if we cannot figure it out or have more problems. -- Chris H. Quote
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.