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!!
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.
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
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 Like