Jump to content

All Activity

This stream auto-updates

  1. Yesterday
  2. Looks like you are mixing aircraft with subfleet, they are different and their csv import formats are different. Aircraft.csv example for a subfleet (type code B773-STW) subfleet,iata,icao,hub_id,airport_id,name,registration,fin,hex_code,selcal,dow,zfw,mtow,mlw,status,simbrief_type B773-STW,773,B773,,LTAI,TC-GRU,TC-GRU,,69d85fa9,,,,299370,,A, B773-STW,773,B773,,LTAI,TC-GRV,TC-GRV,,345d53b1,,,,299370,,A, B773-STW,773,B773,,LTAI,TC-GRY,TC-GRY,,80f72b67,,,,299370,,A, Subfleet.csv example for this subfleet airline,hub_id,type,simbrief_type,name,fuel_type,cost_block_hour,cost_delay_minute,ground_handling_multiplier,fares,ranks STW,LTAI,B773-STW,,"Boeing B777-300",1,2560,,125,Y?capacity=550;CGO?capacity=21500, If the 3rd party developer does not provide an aircraft.csv you should generate one for yourself or request support from them to provide some data. Good luck
  3. Php Version 7.0.0-dev+240407.8554a3 .csv files via VASchedules Database versions - MySQL Hi, I am having an issue with importing registrations via a .csv file. When I import the first picture bought from VASchedules into the fleet category I do not get my aircraft listed. (aircraft in subfleet menu is 0). I believe it is because it is missing the registration column. Therefore, I added a registration column and got the data from the downloaded phpsVMS3 .csv that also comes with VA Schedules. I copied and pasted this data as per the second picture hoping that it would then import them into the subfleets however no success. I have spoken to someone else, and it works on their end but maybe an earlier version of phpVMS7. I can make a filtered version for each aircraft category, go into manage aircraft and import the registrations in there but is a lot of work for each aircraft type. Have I added the column in the wrong place, is it now a different type of field I am not aware of, or does the latest version not cater for this data anymore? Any help would be appreciated. I
  4. Last week
  5. If possible try something from php8.2 series to be sure ('cause php8.3 support is not official at the moment so eliminate that risk) And I assume your docker has a compatible database server, like mysql or mariadb and it is configured + running. This looks like a db issue to me. Good luck
  6. Hey @ProAvia, thanks for pointing to the dev releases. Didn't know those were there. I tried out the latest dev release but still ended up with a blank page. I figured out how to get proper error logging turned on, and I see this: Uncaught Error: Call to a member function connection() on null in /var/www/html/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php:1819 Stack trace: #0 /var/www/html/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1785): Illuminate\\Database\\Eloquent\\Model::resolveConnection(NULL) #1 /var/www/html/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1576): Illuminate\\Database\\Eloquent\\Model->getConnection() #2 /var/www/html/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1495): Illuminate\\Database\\Eloquent\\Model->newBaseQueryBuilder() #3 /var/www/html/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1531): Illuminate\\Database\\Eloquent\\Model->newModelQuery() #4 /var/www/html/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1484): Illuminate\\Database\\Eloquent\\Model->newQueryWithoutScopes() #5 /var/www/html/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2334): Illuminate\\Database\\Eloquent\\Model->newQuery() #6 /var/www/html/vendor/prettus/l5-repository/src/Prettus/Repository/Eloquent/BaseRepository.php(1152): Illuminate\\Database\\Eloquent\\Model->__call('where', Array) #7 /var/www/html/vendor/prettus/l5-repository/src/Prettus/Repository/Eloquent/BaseRepository.php(557): Prettus\\Repository\\Eloquent\\BaseRepository->applyConditions(Array) #8 /var/www/html/vendor/prettus/l5-repository/src/Prettus/Repository/Traits/CacheableRepository.php(315): Prettus\\Repository\\Eloquent\\BaseRepository->findWhere(Array, Array) #9 /var/www/html/app/Repositories/SettingRepository.php(43): App\\Repositories\\SettingRepository->findWhere(Array, Array) #10 /var/www/html/app/helpers.php(181): App\\Repositories\\SettingRepository->retrieve('general_theme') #11 /var/www/html/app/Http/Middleware/SetActiveTheme.php(55): setting('general.theme', 'default') #12 /var/www/html/app/Exceptions/Handler.php(54): App\\Http\\Middleware\\SetActiveTheme->setTheme(Object(Illuminate\\Http\\Request)) #13 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(217): App\\Exceptions\\Handler->render(Object(Illuminate\\Http\\Request), Object(UnexpectedValueException)) #14 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(194): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->renderHttpResponse(Object(UnexpectedValueException)) #15 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(254): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleException(Object(UnexpectedValueException)) #16 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->Illuminate\\Foundation\\Bootstrap\\{closure}(Object(UnexpectedValueException)) #17 {main} thrown in /var/www/html/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php on line 1819 Any clue about this? 🙂
  7. Don't use beta 5. Use the latest dev release available from the discord #v7-releases channel. Directly upload that package and extract to the chosen phpvms folder. If you set up a sub-domain for phpVMS, use option #1 in the docs to install.
  8. 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.
  9. Howdy everyone, I'm trying to do a fresh install of phpVMS 7 on a VPS using Docker. However, I'm only getting a blank page, meaning I'm not even making it to the installer. More details: OS: Debian 12 Bookworm Base Docker Image: php:8-apache Apache: version 2.4.59, enabled rewrite module, so things like .htaccess work PHP: verison 8.3.6, has all required extensions installed phpVMS Version: 7 beta 5 Directly uploaded (Option 4) Traefik used as reverse proxy, and it's working fine as I can reach the phpVMS container The page is completely blank When I add echo statements to public/index.php, I can see them. So that means that I am reaching the container, and PHP can return something if it wants to No logs in storage/logs No PHP logs I'm starting to run out of ideas...maybe someone can help out? Thanks in advance!
  10. Just to add to this, about 20 min after the flight, I used the Dispo Module to 'Ground' the aircraft, and when I did this, the PIREP files but as cancelled (as expected as the mod cancels the flight, I just wanted to ground the aircraft) but all the data pulled through. So I guess just an issues with FSUIPC killing the flight before I could end it. My sim was still open. Help!
  11. This error is coming from the connection between ACARS and MSFS. You shouldn't have lost your flight progress, though. Which aircraft?
  12. Hey. Just did the first flight with vmsACARS. Flight went well, tracked on the map and looked great. Then, when I ended the flight, about 3 seconds later, it killed the tracker, so I couldn't actually file it. When I reopened tracker, it would reopen for 3 seconds then quit, so sadly, that's my flight progress lost. Anyone else had this issue and any advice? Thankyou!
  13. 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
  14. I explained the reasons of that error to your VA's Admin... You have scenery scanning problems. Send your acars log to your admin for support Safe flights
  15. the issue of the acars opening and closing is gone but im having this error again
  16. 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.
  17. 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!!
  18. As ProAvia wrote, there a no stored html pages for anything in v7, almost everything is dynamic and database driven (except fixed stuff to deal with the data provided and render the end results). Only way to edit those "pages" is the admin panel, which offers you a simple WYSIWYG (What You See Is What You Get) type editor. You can prepare something outside (in an html editor) maybe and then copy paste the code to that editors "code" section. Other than this, you need to design is visually. What can be done, at best, is editing the relevant file rendering those pages, put some conditional checks in it and when a page is loaded then it can behave differently according to that page. Imagine it like, when you create a page named "fleet" and another one named "rules", you can have a different design for these two with this. Data will be provided by v7 but the look of the page will be different (up to a point of course) If you want real fixed pages, with separate and hand coded blade/php files (yes, they need to be like mypage.blade.php) then you need to have your own custom module for them. Hope this helps, good luck
  19. ProAvia

    Stored pages

    Each page is stored separately in the database. You can edit them thru the admin panel or (after backing up the database) directly using phpmyadmin - although it is safer via the admin panel. They are NOT stored in a file like they were in previous versions as far as I can tell.
  20. FSVKenny

    Stored pages

    I found what you are talking about, but I'm not seeing where the html pages are stored. Can I get to them through my ftp client? I want to edit them from the html side.
  21. ProAvia

    Stored pages

    However you access your v7 database. Different hosts use different panels or access methods.
  22. FSVKenny

    Stored pages

    phpmyadmin database??
  23. ProAvia

    Stored pages

    Look in that database table - your answer is there.
  24. FSVKenny

    Stored pages

    Are the pages stored as html?
  25. ProAvia

    Stored pages

    Database, 'pages' table
  26. FSVKenny

    Stored pages

    Hello, When I add a new page in the "add New", where does phpvms 7 store the page?
  1. Load more activity
×
×
  • Create New...