Christian Posted April 26 Report Share Posted April 26 Hello everyone, I need help and don't know how to proceed. When I try to fill in a manual PIREP, I get the following error in the Aport column (Departure/Arrival) The results could be loaded The days it worked and once, I don't know what I did. But it does not work. I have packed all data from PHPVMS into the main folder. I suspect that this is not the fault. I suspect that it has something to do with these settings, but I don't know exactly where? ## DATABASE SETTINGS DB_CONNECTION=mysql DB_HOST='92.204.222.108' DB_PORT=3306 DB_DATABASE='phpvms' DB_USERNAME='phpvms' DB_PASSWORD=**my correct PW** DB_PREFIX='' DB_SOCKET= Maybe someone has an idea and can help me so that I can finally fly relaxed again Thank you for help!! Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted April 26 Administrators Report Share Posted April 26 Are you using the latest dev version of phpVMS available in the discord v7-releases channel? If you can go to your website in a browser, your database settings are correct. You could possibly be missing the departure and/or arrival airport in your database. Quote Link to comment Share on other sites More sharing options...
DisposableHero Posted April 26 Report Share Posted April 26 5 hours ago, Christian said: Hello everyone, I need help and don't know how to proceed. When I try to fill in a manual PIREP, I get the following error in the Aport column (Departure/Arrival) The results could be loaded The days it worked and once, I don't know what I did. But it does not work. I have packed all data from PHPVMS into the main folder. I suspect that this is not the fault. I suspect that it has something to do with these settings, but I don't know exactly where? ## DATABASE SETTINGS DB_CONNECTION=mysql DB_HOST='92.204.222.108' DB_PORT=3306 DB_DATABASE='phpvms' DB_USERNAME='phpvms' DB_PASSWORD=**my correct PW** DB_PREFIX='' DB_SOCKET= Maybe someone has an idea and can help me so that I can finally fly relaxed again Thank you for help!! Looks like this is a classic CORS (Cross Origin Scripting) error to me, check your browser console when the error happens, you will see the error live. Also please check the forum for problems regarding airport dropdowns, discord has the same/similar solutions provided. Main reasons: http vs https difference, app_url definition, ssl redirection, wrong url being used etc. Good luck Quote Link to comment Share on other sites More sharing options...
Christian Posted April 28 Author Report Share Posted April 28 Hello and good Sunday, yesterday and today i try again and the problem is gone. I update to the newest dev Version and open the Cosole on my browser and edit my htacces. And now is all okay i guess. Thank you for help. 1 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.