Jump to content

ProAvia

Administrators
  • Posts

    1639
  • Joined

  • Last visited

  • Days Won

    70

Everything posted by ProAvia

  1. Don't use beta 4. Instead, head over to our Discord and look for the latest dev version in the Releases channel. There have been many changes since beta 4 was released. Follow the docs for installation.
  2. You can adjust the payload percentage and the percent it will vary. Look in local.config for the settings. If they aren't there, copy/paste them from app.config into local.config. Do not change any settings in app.config - instead change them (or add them) to local.config.
  3. For phpVMS v7, the only acars presently compatible is vmsACARS. It does not function in phpVMS v5. For phpVMS v5, there is the payware smartCARS and the freeware kACARS. All listed ACARS will work with XP and MSFS. You will be required to also use XPUIPC or FSUIPC based on the sim used.
  4. It seems you are trying to use phpVMS v7 If so - do NOT use beta4. Instead, use the latest dev build which is available in the Discord Releases channel. Yes, v7 will install to shared hosting. There is no local.config file in v7. The install and template folders aren't in v7 either. As for airports, I suggest you add a few airports manually. Then export them to gain insight into the required fields. You can use Excel or the like to compile your airport list and import it into your database. Only add airports your VA intends to actually fly into. There is zero reason to add every airport in the world. You initially posted in the v2/v5 support forums. I am moving your post to the v7 support forum.
  5. No more flash. Try Google charts or Morris charts.
  6. phpVMS 5.5.2 will not work correctly with PHP 7.0
  7. Is that phpVMS 5.5.2 or 5.5.2.72? phpVMS 5.5.x is not quite descriptive enough as there are various versions which could affect your desired outcome.
  8. There are instructions on the forum to use Leaflet/OSM maps for phpVMS. You can easily adapt those to work with this (and other) skins.
  9. phpVMS version? PHP version? MySQL/MariaDB version? Your topic title states: Pilot List Empty [Admin Panel] But the included picture is active schedules What exact issue are you having? Has it ever worked correctly or is this a new issue?
  10. Was the csv exported from the latest dev build of phpVMS v7? Does the file format match that of the phpVMSv7 aircraft database table?
  11. If you installed on PHP 5.6.40, you did not read the requirements for installing phpVMS v7 https://docs.phpvms.net/
  12. PHP version? MySQL/Maria DB version? Did you follow the install directions in the docs?
  13. MODERATOR NOTE: Moved from v2,v5 forum to v7 forum..... It is recommended NOT to use phpVMS v7 beta 4. Instead, download the latest dev build available from the phpVMS Discord releases channel. Be aware that phpVMS v7 is still in testing and new releases are possible several times a week or more.
  14. Free hosting puts limits on required PHP functions and other stuff. It's free for a reason - very basic function. If you are serious about running a VA and want to attract quality pilots and staff, free hosting isn't going to get you there. If you don't want to spend the money, think about joining one of the many quality VA's already established.
  15. Free hosting always causes issues. Free hosts limit access to certain required items. If you are serious about your VA, get paid hosting. If you are just setting up your VA for testing, use WAMP or XXAMP running on a local machine. Look in /core/common/SchedulesData.class.php and /core/modules/Schedules/Schedules.php. one of those files should have a "view" function in it.
  16. Suggest you contact your hosting company and ask them what MySQL or MariaDB version you are using. Are you using paid or free hosting? The Warning is basically saying that the Schedules module does have the method "viewaction.php". No idea how or why you are calling that. The default Schedules files do not contain that method. There is a "view" call - but no "viewaction.php". Are you attempting to display schedule search results?
  17. Revert to default skin and try again. Does it work or do you get the same error? phpVMS version? PHP version? MySQL or MariaDB version? What skin are you using?
  18. Maybe try reverting to the original style with the original files of the module to see if it works. If it does, you will need to review your style changes.
  19. Do not post code from payware modules. You may ask general questions and members who have the same module may respond to you via PM. Just don't post specifics in the open forums. We realize that support is limited to non-existent at times from CC. But you can't post payware code as it violates the module license. Thank you for your understanding.
  20. So switching to default skin didn't work either.... You will need to dig into the code for PIREP filing. Once you locate that code, look for INSERT and replace with INSERT IGNORE
  21. On the File a PIREP page, you show these errors You have included the Google Maps JavaScript API multiple times on this page. This may cause unexpected errors. Google Maps JavaScript API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys Google Maps JavaScript API warning: SensorNotRequired https://developers.google.com/maps/documentation/javascript/error-messages#sensor-not-required DevTools failed to load SourceMap: Could not load content for https://crew.vsundair.de/lib/skins/FireCrew3/assets/js/chartist.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE All but the last definitely have to do with Google Maps. You are calling the Google Maps API multiple times on this page. The default install doesn't do this - so it's probably the skin or a core file you edited. You don't have any Google Maps API keys installed - this is required for the map to work correctly. No idea if smartCARS uses this or not. You have "sensor=true" set - don't include the "sensor=true" part as the present Google Maps API doesn't use it. No idea what this is.... something in your FireCrew3 skin. In any case, I would revert back to the default skin, fix the Google Maps errors and try again. Once you have all the errors fixed using the default skin, install smartCARS and see if it works. If it does, then try with an addon skin. You need to be very systematic. Get the default install working correctly first. Then fixes will be easier.
  22. I'd suggest placi g a blank text file named error_log in both of those directories. Only name it "error_log" - no file extension. Then try filing a PIREP again and see if there are any errors in the file. Also, using GoogleChrome browser,open the console prior to accessing the PIREP page - go to the page (with console open) and see if any errors show in the console
×
×
  • Create New...