-
Posts
1754 -
Joined
-
Last visited
-
Days Won
79
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by ProAvia
-
Verify your php version. As DH mentioned, that error is kostly limited to php 7.3 and above. But you can try this..... First, back up the ezdb_base.class.php file in case the following doesn't work and you need to revert. Open the original ezdb_base.class.php file and edit the three lines mentioned. For all three lines, remove , true Save the file and try it again. Let us know if that works.
-
MariaDB is an alternate to MySQL. You have either MySql or MariaDB. phpVMS 5.5.2 and 5.5.2.72 hafe issues with MySql above 5.7.4 and MariaDB above 10.1 Mostly this is related to Strict Mode. Ask your hosting company to turn Strict Mode off.
-
What version of MySQL or MariaDB are you using? Shared hosting, VPS or other hosting?
-
vmsACARS works with phpVMS v7 smartCARS presently does NOT work with phpVMS v7 If you are using phpVMS v7, vmsACARS is the only present solution. Everyone has problems of some sort with MSFS - after all, it's still an alpha product.
-
Have you tried the simBrief downloader? Maybe there is a way at some point to interface phpVMS with the SB downloader.
-
Interesting - thanks for coming back to post.
-
Looks like smartCARS allows random load - either fixed by their system or allows user to change. It's all done on their end - on the server I guess when the schedule info or bid goes to their system. Suggest you contact TFDI and ask them how it all works.
-
How did you solve it? Your answer may just help someone in the future.
-
Oops - my mistake. phpVMS only shows the line you listed. I don't believe there is a way to randomize the load factor directly in phpVMS. My ACARS allows a baseline for load and a percentage offset to create a random load. What ACARS are you using?
-
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.
-
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.
-
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.
-
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.
-
No more flash. Try Google charts or Morris charts.
-
phpVMS 5.5.2 will not work correctly with PHP 7.0
-
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.
-
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.
-
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?
-
Was the csv exported from the latest dev build of phpVMS v7? Does the file format match that of the phpVMSv7 aircraft database table?
-
If you installed on PHP 5.6.40, you did not read the requirements for installing phpVMS v7 https://docs.phpvms.net/
-
PHP version? MySQL/Maria DB version? Did you follow the install directions in the docs?
-
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.
-
call_user_func_array() expects parameter 1 to be a valid callback
ProAvia replied to Daniboi's topic in Support Forum
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. -
call_user_func_array() expects parameter 1 to be a valid callback
ProAvia replied to Daniboi's topic in Support Forum
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.