Jump to content

nicky9499

Members
  • Posts

    67
  • Joined

  • Last visited

Posts posted by nicky9499

  1. Ok, I've been poking around the database and in summary:

    1. Somehow managed to remove the char restriction under phpvms_pilots, so from here I can manually set a 4 letter callsign.

    o1sE1ed.png

    2. Over at phpvms_airlines, it continues to give me the above FK message. I tried to read up on it but frankly it's all greek to me.

    As far as I can understand it's the coding equivalent of a symbolic link between two objects.

    I'd love to but I simply don't have the time to complete a degree in programming just to remove a fk-in FK.

    So will someone kindly share how to get rid of this so that callsigns can be manually assigned. Thank you.

  2. Gday gents,

    I'm trying to increase the "name" and "code" values in the below php database entries.

    ZD1Lxi4.png

    The target airline code is "SVAG" for "Singapore Virtual Airlines Group" (32 characters).

    "name" will successfully amend to more than 30 char, but changing "code" to 4 results in this error:

    DJJbHhm.png

    Avia has pointed out that real-world airline codes are 3 letters and I'm aware of this but because we operate as a group of airlines, our pilots are given group callsigns instead of the ICAO callsigns.

    Can someone advise please? Thank you.

  3. Sorry Avia, it's just that on other forums they dislike new threads for existing issues and are likely to just give you a curt, unhelpful "search the forums" response, which obviously I have. I will keep this in mind for subsequent posts on this forum.

    Either way since we're already here and it is literally the very same issue from 7 years ago just with a different (failed) result, do you have any idea what might be going on here? I suspect that because an existing user (SVA0001) already has the airline code, it cannot be changed. So I created a second one for test (TST), transferred the pilot over, but the "code" value still cannot be changed.

    I'm apprehensive about deleting the only user as it may mean losing admin access and having to reinstall the whole shebang.

    Please advise.

  4. On 3/21/2013 at 2:53 PM, Parkho said:

    You could go to your DB/ phpvms_airlines/ structure and change the Length/Values of "code" column from "3" to "5". Then you can add an airline or edit your current airline to a 5 letter code. :D

    Sorry for the bump. I'm trying to do the same thing to get a 4-letter prefix but the above change throws the following error:

    DJJbHhm.png

    Can someone advise please? Thank you.

  5. Just a quick question, I am getting this right after install. Have looked in the file itself but date cannot be found at line 201 or anywhere in the document.

    Warning: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/singap08/public_html/operations/core/classes/CodonCache.class.php on line 201

    The same error is plastered all over the page at http://www.singaporevirtualairlines.org/operations/

  6. I was thinking v7 would be suitable for the long term since the v5 to v7 migrator still has issues and v7 itself it reasonably complete.

    If this isn't the case feel free to advise, since I haven't done much at all and can go back to install v5.

    Yes, I have tried both PuTTY and the Terminal from my cPanel both throw the same error.

    Can the git be obtained manually from github and uploaded to my server somehow?

  7. singap08@ams-node4 [~]# cd public_html
    singap08@ams-node4 [~/public_html]# cd phpvms
    singap08@ams-node4 [~/public_html/phpvms]# git clone git@github.com:nshahzad/phpVMS.git .
    Cloning into '.'...
    Permission denied (publickey).
    fatal: Could not read from remote repository.

    Encountered the above error while following the below instructions.

    Please advise and/or rectify asap, thank you.

    https://forum.phpvms.net/tutorials/getting-started/installation-r2/

    Additionally there is a second set of instructions that are completely different

    http://docs.phpvms.net/setup/installation

    So which one do I follow?

  8. Hi ProAvia,

    Thanks for the elaboration. My host supports php 5.2.17 through 7.3.9.

    The team is currently looking at phpvms 5 as it is the last version compatible with TFDi's smartCARS.

    However, that there is no way forward from phpvms 5 to 7 is a major concern as we plan for this to be a long term solution.

    Is there any migration tool planned (or even possible)? If not, we may put off our plans until smartCARS is compatible with phpvms 7.

  9. Thank you ProAvia, fully understood.

    Do you think you could post a screenshot of the PIREP database (or just a list of fields present) in phpvms v5, if possible, please?

    It would be really helpful for our associate who can then start working on the conversions right away while I install and setup the system (and smartcars).

  10. Thank you for the reply Servetas however that does not answer my question at all. Here is it, rephrased:

    To further elaborate: at [http://demo.phpvms.net/admin/flights] there is an Import button at the top of the page.

    At [http://demo.phpvms.net/admin/pireps] there is not.

  11. Good day everyone,

     

    My virtual airline is doing a feasibility study and research of options for next year's migration plans. We have been using VAFS for the better part of a decade.

    We like phpVMS' stability, control and flexibility, in addition to being compatible with SmartCARS.

    However, starting the VA from scratch is out of the question, therefore migrating as much data over is a key consideration.

    To this end, I have searched but found no information on how to import existing PIREPs (not flight schedules) and pilot accounts into phpVMS.

    We have a programmer that can take VAFS PIREPs and parse them into any format, CSV or otherwise, required for the destination system.

    Please advise.

     

    Cheerio,

    Nick

×
×
  • Create New...