Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/09/20 in all areas

  1. A quick solution should be: go to core/local.config.php and find the following in top of file: Config::Set('DEBUG_MODE', false); and change to true like this: Config::Set('DEBUG_MODE', true); seems as a php version debug error
    1 point
  2. In /core/local.config.php - change the fuel price. Config::Set('FUEL_GET_LIVE_PRICE', false); // live fuel pricing does not presently work Config::Set('FUEL_DEFAULT_PRICE', '.83'); // this is price per pound in USD - change accordingly if you use a different unit or monetary measurement Config::Set('FUEL_SURCHARGE', '5'); // this is the price surcharge in percent for non-hub airports - 5% more than a hub airport
    1 point
  3. Found this: https://github.com/tutsplus/how-to-integrate-google-no-captcha-recaptcha-on-your-website/blob/master/recaptchalib.php Does your recaptchalib.php look alike? If yes, try to replace this: function ReCaptcha with this: function __contruct
    1 point
×
×
  • Create New...