Jump to content

Strider

Members
  • Posts

    1823
  • Joined

  • Last visited

  • Days Won

    53

Posts posted by Strider

  1.  fix for the flight assignments page and widget for page it is line 50 for widget it is line 30  widget: phpvms7_SPTheme_DSPack-1.3.5\resources\views\layouts\SPTheme\modules\DisposableSpecial\widgets\assignments.blade.php

     

    page: phpvms7_SPTheme_DSPack-1.3.5\resources\views\layouts\SPTheme\modules\DisposableSpecial\assignments\index.blade.php

    <a href="{{ route('frontend.airports.show', [$as->flight->arr_airport_id]) }}" title="{{ optional($as->flight->arr_airport)->name }}" class="badge badge-rounded badge-primary tooltiptop"><i class="ph-fill ph-airplane-landing"></i> {{ optional($as->flight->arr_airport)->name ?? $as->flight->arr_airport_id }}</a>
  2. what is the version of mysql you are using? My guess is the server has been updated beyond what your version of phpvms was designed for and thus, you are going to have to look at upgrading to phpvms v7

  3. 16 hours ago, PaintSplasher said:

    And perhaps to put it a little more clearly: the installer needs an already created database (empty in the best case) and cannot create one, so you need the login credentials here.

    It doesn't have to be empty, you can have multiple phpvms installs in one db, just make sure they each have different suffix, like one va1_ and va2_ and so forth. But bigger the db the slower the site will be

  4. 45 minutes ago, swaluver480 said:

    i still dont get how to install this

    You need to go into your host then to phpmyadmin and navigate to the database your phpvms instal is under. Find the navdata table to upload the zip file, if it gives an error, truncate the data already there and then upload the one i sent. This will only work for phpvms v5.5.2/.72 It will not work for a v7 instal

  5. Go through the docs step by step, it may seem gibberish but it will make sense. The simplest hosting you could go for is shared hosting, I wouldn't go any cheaper then that, be aware that if your VA becomes very successful you will need to upgrade to a VPS or dedicated server as successful VA's can cause the server you are on to run out of memory/bandwidth and your site will stop working. Be warned running a VPS server is not the easiest but you can get managed VPS so it is not too bad, you would preferably want to increase memory limit to around 500mb the default of 32mb is just too low in the long term. Most modules and themes for V7 are pretty much plug and play meaning you instal them and away you go with them. Your best bet is to try and start it with a friend or someone who knows coding even if it is basic coding. Some coding knowledge is required to run a VA

×
×
  • Create New...