Jump to content

simpilot

Administrators
  • Posts

    2773
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by simpilot

  1. Note: Merged multiple topics.
  2. This is basically the same issue you have posted multiple times. I tried to give an answer here -> http://forum.phpvms.net/topic/22767-hello-help-me/#entry120730
  3. Without some code it is hard to tell what you are doing. If you are trying to include phpVMS functions in a page outside of phpVMS you will have to include the core config file and use native phpVMS functions to get the data you want, or connect directly to the database using php/mysql and make your data calls from there.
  4. The live map is now back online and airline pages are starting to take shape again.
  5. Then you will need to set your auto retire to false.
  6. You should have something like these lines in your local.config.php file. # After how long to mark a pilot inactive, in days Config::Set('PILOT_AUTO_RETIRE', true); Config::Set('PILOT_INACTIVE_TIME', 90);
  7. Look in the ChartsData file on your site and see if the build_pireptable function actually exists in your file. It is present in the github version of the file. -> https://github.com/D...sData.class.php
  8. Something must be changing in the hosting environment if this issue is transient as it seems.
  9. My guess would be that you have the maintenance script running daily and it is putting them back to inactive if they have not filed a pirep yet.
  10. There has not been a api.vacentral.net for some time. All api calls should be going to api.phpvms.net for pirep reporting. The xml feed should be structured like this (using your airline specific address) http://www.vacentral.net/airline/cva_canadianvirtualairlines/xml More info can be found here -> http://forum.phpvms....ite/#entry23937
  11. Look in the sessions table in the data base and sort it by time looking at the newest.
  12. vaCentral xml feeds should be up again.
  13. The XML feed should be operating again.
  14. Has the DNS had a chance to propagate to everyone? Are your pilots using the old IP address instead of a URL or the new IP address by chance? Can you file a manual PIREP, does it get recorded in the database?
  15. Looks like you have a server using php 5.4 or newer. You will have to change public function get_stats_by_cur_month() to public static function get_stats_by_cur_month()
  16. Have you looked to see if the guest count is not actually correct? Are they all from the same IP address?
  17. Maybe if you post your questions in the support forum we can help you without the need for a paid developer.
  18. I would check error logs, there has to be something somewhere giving at least a hint at what the issue might be.
  19. If you are not running 5.5.x then you will need to use the install folder from the older install.
  20. My first guess on the top two are that you (or your host) have upgraded to a newer php version which has broke these functions, second guess would be that some files have been deleted or corrupted on the server. Take a good look at the error log for the server and see what is going on right before these errors. The vaCentral issue is not a problem with your site but an issue with vaCentral. More details here -> http://forum.phpvms....us-as-of-83015/
  21. The current situation with vaCentral is as follows; I took over the hosting and maintenance of both the phpVMS and vaCentral sites in January of 2015. Nabeel's career has continued to move him to higher positions requiring more and more attention which in turn made it very hard for him to maintain any consistency with these projects. My intentions in taking over were (and still are) to continue the development of a version 3 and keep the websites up and running. As they say, good intentions never go unpunished. Since taking over, the database for phpVMS has been hacked and corrupted, the site has been the victim of 2 major DDOS attacks, and I have received close to 100 hate mails about all things phpVMS and vaCentral. Currently the main web pages for vaCentral are down. Why? In order to try and save a little money and avoid future DDOS attacks I have moved both sites to a new server instance which also included an upgrade in terms of OS and PHP versions. For some reason this has broken the front end of vaCentral although data is still being received and recorded through the phpVMS API server, which runs the same system and setup. I am working toward a resolution and do have the basic stats pages working for those that want to review them, they are all linked on the vaCentral.net home page. The airline stats are updating hourly and are correct. The XML feed for VA ranking is down at this time, it is next on my list of repairs. I hope this helps explain what is going on and where vaCentral stands as of the writing of this post. David
  22. No Problem, Looks like you have the same problem with your forum as well. -> http://fsvintageair.com/forum/ucp.php?mode=register&coppa=0
  23. If you go to my GitHub page and download the tip version and not the release it has the fixes in it, or you can look at the last commit and make the changes to your files. It is an error produces from using later versions of PHP. https://github.com/DavidJClark/phpVMS-PopUpNews
  24. Your host has upgraded the PHP version. There are a bunch of threads with various fixes. Search "strict standards" http://forum.phpvms.net/topic/8192-solution-strict-standards-errornew-php/ http://forum.phpvms.net/topic/21165-solved-lots-of-errors/ http://forum.phpvms.net/topic/21609-new-error-on-full-site-even-admin-out-of-the-blue
  25. I have had a few emails in regards to members profiles being deleted and hope this explains the why and how; there was over 33,000 users in the database, the vast majority were spam signups and it was just weighing on the speed of the forum. I deleted all the users that never posted anything in the forum, and that had no login activity on the site since January 1st, 2014. Meeting one condition or the other kept your profile in the system. No one that ever posted on the site was deleted and if you had logged in since January 1st, 2015 your profile was not deleted. I am sorry if you did not meet these conditions and now noticed your profile gone, but never posting and not logging in for 18 months tells me that you were not using it. You are welcome to sign up again for a new profile if you would like.
×
×
  • Create New...