Jump to content

Vangelis

Members
  • Posts

    1076
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Vangelis

  1. What webserver do you use ? Wamp or xamp installed on a pc ? Or did you buy a hosting plan ?
  2. do you use a custom form ? if yes can you porst the code ?
  3. it would be much easyer if you provided a link and a screen shot of what you want to change or have a look at this firebug
  4. Yes can you attach the log abd the error file ?
  5. i would enable the logs by setting this in local.config.php Config::Set('DEBUG_MODE', true); Config::Set('DEBUG_LEVEL', 2); // 1 logs query errors, 2 logs all queries Config::Set('ERROR_LEVEL', E_ALL ^ E_NOTICE); and then see in core/logs folder for errors
  6. Does this happen on all pages ? in order to see your profile from what i see in the screenshot you provided you need to be logged in .
  7. just try the one i provided you over the one's that you have and test it
  8. can you try and add this in your local.config.php ? Config::Set('EMAIL_USE_SMTP', true); Config::Set('EMAIL_SMTP_USER', 'MAILGUN USERNAME'); Config::Set('EMAIL_SMTP_PASS', 'MAILGUN PASSWORD'); Config::Set('EMAIL_SMTP_SECURE', 'ssl'); Config::Set('EMAIL_SMTP_PORT', '465'); Comment out the previus settings
  9. I might ask a stupid question did you booked a flight ?
  10. that the aircraft selected in the schedule is out of service For flaps landing gear and etc you need to check what are the fsuipc variables and add them have alook at these files http://fsuipc.simflight.com/beta/FSUIPC_SDK.zip
  11. need to check all the files on the specific server as i cannot replicate the problem on mine server
  12. Can you try this file ? maintenance.php and you can manualy run the cron by visiting this link
  13. yes and the StatsData.class.php located in core/common
  14. can you attach the php file ?
  15. as i understand it is that $start is empty and that is why the error pops up
  16. this is what we use at work https://www.fastaviationdata.com/delay-codes/
  17. can you please send me a test username and password with pm so i can test it while i am logged in as i still dont find the simbrief reference in this link http://crew.elalvirtual.com/index.php/schedules/brief/2
  18. did you added it in your layout.php file ?
  19. You havent incluted simbrief.apiv1.js read again the instalation guide
  20. Can you provide your website address ?
  21. You need an api to show real world flights in a map in your site. you can see flightradar it provides a api but with a cost
  22. Do you have any weather module ? Also check if there is anything in the logs if you have them on
  23. The are 2 solutions or you make a plugin for wordpress that grabs the Json data and shows it via Ajax or you create a single HTML website that gets the data via Ajax request
  24. Replace index.php in your link with action.php
  25. Can you give the link to that file ? So we see what the format is
×
×
  • Create New...