Jump to content

ProAvia

Administrators
  • Posts

    1753
  • Joined

  • Last visited

  • Days Won

    78

Everything posted by ProAvia

  1. Did you just move the files to a new location, or did you uninstall from Program Files (x86) and then reinstall to the new location? And what is this new location? phpVMS version? PM me user access - just a regular pilot ID and password - and I'll have a look.
  2. Are you running kACARS as administrator? Is the module installed on your site correctly? Additionally, have a look in the dedicated kACARS_Free forum here on the site: https://forum.phpvms.net/forum/44-kacars/
  3. For kACARS_Free - are you running the client as administrator? Personally, I wouldn't install the client to the "Program Files (x86)" folder. You would be better served installing the client to the documents folder.
  4. Or you could just go through your files and change any "http://..." lines to "https://". Pretty easy when using the find/replace in Notepad++.
  5. We would need to see the actual error to assist you further. Start with kACARS_Free and post the actual error or take a screenshot and post it. Probably best to pick one ACARS and stick with it. We have used kACARS_Free for several years (and now the payware kACARSII) as it provides what we need. We do have XACARS available - but only for pilots using X-Plane on a MAC computer.
  6. Yes, something is wrong with your install and/or website. What are the specific errors for each of the ACARS programs you tried? Be specific and list the errors here. Are you on paid or free hosting?
  7. What skin are you attempting to use? Version 2.x uses .tpl files in the skins folder. Version 5.5.2 uses .php files in the skins folder. If using a skin for a version you aren't using, you may have to convert the file content and file name to refer to the correct file extension (for instance - change all references of tpl to php). A few of the "crew center" type skins contain files for either version. If you have it installed and working with the default skin, you're half way there. Don't forget, any files in /core/templates that you modify should be placed in the .../skins/<name of skin>/ folder - but check to make sure there isn't a file of that name there already (if there is, use that file to modify for your needs instead of the one in the /core/templates folder. EDIT - I see you posted in the iCrew Lite thread. If that's the skin you want to use, best to contact the developer directly through that thread.
  8. Here's a link to version 5.5.2 that I have installed https://github.com/DavidJClark/phpvms_5.5.x The version that I linked to previously should work in php 5.6 also.
  9. Try this download of phpVMS. It's supposed to work with newer versions of php. It says phpVMS 5.0 Classic, but the download is an updated version 2. phpVMS 5.5.2 works with some versions of php 5. My site is presently using this version of phpVMS and php 5.6.18 What versions of php will your Wordpress work with?
  10. phpVMS version 7 is still in development and probably shouldn't be used for a live site. I'd recommend you use version 2.x or version 5.5.2 for now. Using version 7 on a live site is just asking for trouble - wait to upgrade until after it's released.
  11. Did any of the tables in the database populate? /home/anthroai/public_html/Crew/phpvms/core/classes/ezdb/ezdb_mysql.class.php on line 98 Here's my line 98 $this->dbh = @mysql_connect($dbhost, $dbuser, $dbpassword, true); The function is trying to connect to MySQL - but not a database. It's possible that it's not able to access your MySQL - maybe something to due with your hosting settings??
  12. Free or paid hosting? Did you set up the database first?
  13. Glad you got it working
  14. With my host, there is a menu item in CPanel under Advanced called Cron jobs. This is where you would set up the cron job. The command to enter there is the one in your first post --- php -f /home/canadaai/public_html/admin/maintenance.php In local.config.php you have to have Config::Set('USE_CRON', true); That should work - but you will have to find how to enter the cron job with your host if you don't have CPanel access
  15. If all times are already in UTC, there is no need to change the times. UTC stays the same year round and is not predicated on summer/winter time changes.
  16. You probably haven't received a response because VA owners are using customized skins for their phpVMS install - and each skin would likely include different options. So having a basic video to help your pilots navigate your site would be something you would need to put together yourself - and be based on the skin you are using. Are you using an automated ACARS system to allow your pilots to log their flights? Site navigation should be pretty easy and most members will figure it out quickly.
  17. VACentral - where the look up data was located - has been down for quite some time. No telling when it will be back. My guess is it won't be available until sometime after phpVMS 7 is released. As I mentioned, Skyvector or maybe one of the other aviation sites is the easiest place to look up lat/long for now. The geonames.org server is still available, but now you have to pay to access the data there.
  18. The airport look up server is unavailable at this time. You can look up the lat/long at sites like Skyvector and enter them manually.
  19. Looks great in Chrome - doesn't show map in IE11
  20. File/folder read/write permissions?
  21. File permissions issue? Host settings issue? - I'm leaning to your host. It worked on old host and now doesn't on new host. I have no idea what to search for or what to ask them though.
  22. Have you tried installing a fresh copy along side your existing one? Maybe make a copy of the DB and tie that copy to the new install - after making sure the new install works with a fresh DB.
  23. phpVMS version? SimPilot 5.5.2 or something else? I'm not sure why it is submitting the PIREP (email of submittal being received) and not showing in the DB. I'm using 5.5.2, kACARSII custom, php 5.6.18 and haven't had any issues. Maybe something with the DB or possibly one of the associated files.
  24. I'm guessing you fixed the first error by changing CodonEvent.class.php line 104 (for version 5.5.2) from public function to public static function.... What version of phpVMS are you using? Have you tried using kACARS_Free to see if the same issue occurs? Anything in the error log on the Admin side?
  25. Glad you got it working!
×
×
  • Create New...