Jump to content

ProAvia

Administrators
  • Posts

    1761
  • Joined

  • Last visited

  • Days Won

    79

Everything posted by ProAvia

  1. When most ACARS programs connect to the site it will show the aircraft at 0°/0° because it doesn't have a valid starting airport yet. Once a flight is selected with valid depart/arrive airports in the ACARS client, it will usually show the depart/arrive airports and a straight line between them - or a route if the user entered it into the ACARS program. I have to agree with @shakamonkey88 about the pilot names. At a minimum, restrict pilot names to first name and first initial of last name - along with their pilot number. Or restrict the page access.
  2. I think maybe you rushed your release. Two weeks of hard work is just a start for a successful site. Time to start testing everything again and working a bit longer to correct any errors before going live again. As for the schedule search, what happens if you change to the default crystal skin and search?
  3. Did you export via the phpVMS admin panel or phpMyAdmin? PHP version? MySQL/MariaDB version? What program are you using to open the file?
  4. Key word being "almost". There are multiple differences between versions. You can get some stuff to work correctly, but other stuff won't. That is why there are different versions specific to different PHP versions. You would be better served to run PHP 5.6 with phpVMS 5.5.2 - if your host offers it.
  5. What other PHP versions are available thru your host? You may possibly have issues with using MariaDB above version 10.1 also. See this post:
  6. Need answers to other questions in my post above. Looks like amount of columns in your csv doesn't match what the database is expecting.
  7. Do yourself a favor and use simple names for the directories. Many hosts have a public_html directory - make a new directory under that named as your VA or an abbreviation for your VA (tcxvirtual, tcx, tcxv or similar) - and under that one a new directory named phpvms. Install to the phpvms directory. Don't worry about adding the crewcenter right away - first get a few airports, aircraft and schedules entered. Then try the CCFTracker. You can also try kACARS_Free to see if it works.
  8. I haven't heard of them before. But looks like it should be okay. And I see they offer a 7 day money back guarantee. Also looks like monthly pricing - so most you are out is one months service. You will need to buy a domain name and register it - and that won't be part of the monthly fee.
  9. phpVMS version? PHP version? MySQL or MariaDB version? Can you post a screenshot of the error when trying the import in phpMyAdmin?
  10. Whoever you go with, be sure that their available PHP, MySql or MariaDB, and Apache versions will work with phpVMS versions 5.5.2 and phpVMS version 7. Be aware that there have been reports of issues with phpVMS 5.5.2 (and 5.5.2.72) when attempting to use MariaDB 10.2 and above. It works fine with MariaDB 10.1 but not 10.2 for some reason.
  11. Go into the main panel of your host and take a screenshot. It should look similar to what gio1961 posted. Before posting the screenshot here, mark out any personally identifiable info - like he did in his pic.
  12. Is there a public_html directory there?
  13. Is this still the free hosting or paid? Under /home, is there a /public_html?
  14. Try http://www.tcxvirtual.com/crew.tcxvirtual.com It gets way confusing when you name your directories/folders using your domain and/or subdomain names What is directly under the public_html - both /tcxvirtual.com and /crew.tcxvirtual.com folders? In what folder is your skin installed? Actually, list the full path to your skin folder.....
  15. Your domain name (tcxvirtual.com) is pointed to a directory/folder. What directory/folder is that? For example... /tcxvirtual And where is phpVMS installed in relation to that? For example ... /tcxvirtual/phpvms - or maybe you installed phpVMS diredtly into that directory/folder... for example /tcxvirtual/<all phpVMS files here>
  16. What directory is your domain pointed to? In relation to that directory, where is phpVMS installed?
  17. Probably something in the export coding. Easier to add the header info then mess with the code. If you want to fix the code, look for the code on exporting schedules for a hint on what you might need to tweak for the airports export to include the header.
  18. Open the file in Excel or even Notepad++ and add the header info.
  19. Good luck!
  20. Well, you were able to upload the files to the free host, so you should be able to download them too. But first you need to install Wamp or Xxamp and get PHP, MySQL and Apache install to one or the other. Then do a fresh install of phpVMS 5.5.2 to whichever local server program (Wamp or Xxamp) and be sure it is functioning properly. Then you can install the module, template and skin files from your present online install. But I am of the mind that you start totally fresh as you have zero idea of what else is compromised with the free host install. And don't forget that you should have a front end that visitors can access to see what you have to offer. This would be in addition to the crewcenter type page you presently display on your free hosting site. Chances of others joining a VA when all they can see is a sign on page are very slim.
  21. Re-read my first paragraph in my last post.......
  22. There is no telling - especially with you being on a free host. You would be better served installing phpVMS locally on your computer using Wamp or Xxamp. This would also allow complete control over what PHP version you use with phpVMS 5.5.2 As I mentioned previously, if local.config is empty, your installation is compromised. And chances of everything working as they should are slim. Also, going to paid hosting later will require extra work in bringing your present install up to the necessary standards to make it work correctly.
  23. Basically, yes. But local.config.php also contains important info on how to connect to your database. That info should not be in app.config.php. The app.config.php file is a base file and should not be changed or added to. What PHP version is your free host using?
  24. What version of PHP is your free hosting using? Site URL?
  25. Nope... 2.1, 5.5.2 and 5.5.2.72 all use the local.config in the way I described.
×
×
  • Create New...