Jump to content

Getting Set Up on vaCentral


UAV04

Recommended Posts

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.

Link to comment
Share on other sites

  • Administrators

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');

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...