Jump to content

t_bergman

Members
  • Posts

    246
  • Joined

  • Last visited

Everything posted by t_bergman

  1. I can report that it takes approximately two hours for the forum to send on the email activation, and another few hours for the confirmation process to happen once you click the link. Best,
  2. I have an existing install of SimPilots v5.5.2 and flight time is calculating in an interesting way. On the admin panel's homepage the time flown is reported as 00:00:01.460000, I have checked database entries and both flighttime and flighttime_stamp are recording 00.46, 01.00 and 00:46:00, 01:00:00 respectively. Another weird oddity is that pilot pay is only being calculated by the hour. 01:46 is calculated with a total of $20, yet the pilot is being paid an hourly rate of $20. Any guidance is appreciated. Thanks,
  3. Install went really well. Few notes: -Cannot specify whether or not a customer pirep field is required or not -Bid options are not selectable -Cannot select airports as a hub, lookup working Really like the new installer.
  4. Code snippets for example, once people start using v7 I foresee a lot confusion between the two systems.
  5. I have noticed that v7 stuff is starting to pop up in the classic portions of the forums, are there plans to create v7 specific categories?
  6. Shared hosting worked like a charm for me with the new installer, went through a few things and found the following: -Cannot edit airline, getting "the code field is required" error, same error when trying to add a new airline. -Cannot accept/reject pireps -Airport lookup does not seem to work -Fleet page is showing errors.
  7. Did you delete the user set up by the installer? What do the logs say?
  8. t_bergman

    kACARSII Feedback

    From initial testing, X-Plane tracking seems to be improved over v1. I don't know if there was a code update or if its a placebo effect.
  9. Could also be a permissions issue if the files cannot be modified.
  10. SimPilot's can also be used on php v7 (https://github.com/DavidJClark/phpvms_5.5.x) please be advised that it is not officially supported and I would turn error reporting to full while you debug it. I've had it working, I did more of a trial and error approach to changing all of the depreciated code over to v7 compliant.
  11. phpVMS v4 will feature subfleet type of aircraft system. As long as a route is assigned to a subfleet, any aircraft within that type will be able to fly the route.
  12. You'll want to use the getPilotAvatar in the PilotData class, try using the code below: <img height="50px" width="50px" style="" alt="Pilots Avatar" src="<?php echo PilotData::getPilotAvatar($pilotid);?>" />
  13. Florian, I've got v4 working in its current state on shared hosting. Please be aware that v4 is still being developed and thus changes are likely, Nabeel (phpVMS's developer) has control over this and I know is working hard to make it easy for everyone to use. I do plan on releasing a short tutorial to get phpVMS v4 installed onto shared hosting however a requirement will be SSH access using a terminal such as PuTTY. Many shared hosting providers do provide SSH access (mine for example as a $2.50 one time fee).
  14. I would get into contact with Jeff, I don't know of any widely reported issue like this with kACARS. Especially since you are using the custom version.
  15. t_bergman

    Install

    As servetas said above, paid hosting. Nabeel offers hosting of his own via Fivedev (http://fivedev.net/hosting), probably one of the best ways to support the project. There are a select few reputable hosts who actually do offer free shared hosting however you'll be using things like websitepanel instead of cPanel.
  16. You'll need to log into phpmyadmin through your hosting provider, go into the acarsdata table and go to structure, last update needs to be DATETIME default of as defined: 0000-00-00 00:00:00. Save the changes and you should be good to go.
  17. Ken, I'm still trying to wrap my head around this one, so far I've gotten rid of the critical error but I'm still working on the invalid permissions. I'll keep you updated. Best,
  18. Ken, Can you run the maintenance.php file from a web browser? If you can't do this, try editing the permissions of the file through cpanel and see if it works that way. A cron job only needs read and execute access if I remember correctly.
  19. You would have to check with your hosting provider to see if they can have the cron job run as an administrator, too many variable to give you help on a forum as every host has a slightly different hosting platform. I'm very surprised your host knows what phpVMS is but that is a completely different story. Turn error logging on in phpVMS and take a look at phpVMSs log files, it may give you and us a better idea of whats stopping the cron job from running.
  20. This makes sense. Let me know if you need any assistance on the financial side of the system. I'm not the best programmer but can test and debug.
  21. Typically it is regarded as bad form around here to offer hosting when Nabeel has his own which supports the future development of phpvms.
  22. That makes sense, definitely it seems easier to implement a cost based on subfleet rather than tail number and a lot less work for virtual airline administration. As far as landing fee categories, one way to differentiate airports is via the FAA classification based on the size and traffic the airport sees. Under 10,000 still may have commercial service however if I remember correctly from a few of my college classes these are most likely non type 121 airports and utilize the FBO type environment as opposed to a terminal.
  23. Ensure in your login.php file in phpvms/core/modules/Login/login.php file on line 135 that its redirecting to the index page. Its also possible that your browser is not accepting cookies and not saving the info that tells phpVMS you are logged in.
  24. Also make sure your DNS settings are correct, if your using a subdomain as a redirect (crew.url.com redirects to url.com/crew) that also could be causing you issues if not properly configured. Everything in your DNS settings must match what's in the local.config.php file.
  25. What type of spam? The one nice thing about ipboard is that the license renewal options are low cost compared to starting over with another payware board. Although I am not familiar with the hosting costs and server demand that the ipboard has.
×
×
  • Create New...