Jump to content

dmaxel

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by dmaxel

  1. 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? 🙂

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

  3. I decided to post in this area because I thought that it was more relevant to addons than paid services (especially because it's free ;) )

    FS Trader (http://fstrader.servebbs.net) is a forum-type site that specializes in sharing addons. Although the name says "Trader", you don't have to trade, but just share, request, etc. The site is newly made, so there isn't much there, but if people start using it, that'll change instantly. Also, there may be some changes to the site itself over the next couple of weeks due to theme changes and anticipated software upgrades. Come check us out!

    P.S. As soon as I have a "small community" userbase I'll probably be looking into a full domain, so don't worry about that! ;)

  4. Hi there,

    All the new updates look great and work just as well, but there is one thing that is bugging me. Maybe I'm just too used to it, but I still like it. Right now with the new Google Maps whenever I look at the map of all my flights, they are shown as completely straight lines, whereas the lines previously were curved to follow more closely to the actual flight path. I have not checked, but I assume that this is also appearing on the Live ACARS Map. I would be 150% satisfied if there was a way to get the curved lines back. Thanks in advance.

  5. Hi again,

    I have a quick question if this would be possible. I find that editing routes in large numbers goes quickly when editing straight in the database. Therefore we always export our database with phpMyAdmin, edit it accordingly to add new routes, and then import. However, phpVMS is currently set up to read Sunday in the database as Day 0. This 0 value gets ignored when importing the new routes, so I would wondering if it were possible to change the database for the next release to be on a 1-7 scale instead of the current 0-6 scale for each day of the week? (Ex: instead of saying 0123456 to routes that are to be flown on all days, I suggest having 1234567). Thanks in advance.

  6. Hi there,

    I've just been wondering why on the Livemap for VACentral is has extreme values for Time Elapsed/Remaining (where most of the errors on this one are for Time Elapsed) as well as for Distance, where it has really high values there as well. On our own ACARS Map it shows everything just fine (provided kACARS is being used), but even with kACARS there are some weird values for the VACentral Livemap.

    Thanks.

×
×
  • Create New...