Jump to content

webrandustry

Members
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

453 profile views

webrandustry's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. You need to get the latest phpvms dev version from github : https://github.com/nabeelio/phpvms
  2. Yeah it would fix some problems. But is a bit hacky.
  3. You're welcome Do the same process I mentioned earlier for price column in phpvms_schedules
  4. Ahh okay, got the issue. Go to phpvms_aircraft table -> Structure -> Select these two columns : 'airline' and 'location' -> CLick on change at the bottom -> Set Default for both as NULL in the dropdown. That should solve the issue.
  5. Oh sorry So regarding the error you are getting, have you imported the fltbook.sql file in your database? If yes, make sure, you have a column name 'location' in the phpvms_aircraft table.
  6. Hello, You can show the code in `PIREPData.class.php` The `FltbookData.class.php` does not contain any class such as `updateAircraftLocation()` Reference : https://github.com/web541/phpVMS-FltbookSystem/blob/master/core/common/FltbookData.class.php
×
×
  • Create New...