-
Posts
1761 -
Joined
-
Last visited
-
Days Won
79
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by ProAvia
-
This module is no longer being actively developed. It would be up to you to adapt it for your specific use.
-
Is line 47 in ACARS.php... include_once dirname(__FILE__).DS.$name.'.php'; If so, I think it can't find auth.php file in the /ACARS directory - as it's not there in any installs I have running. No idea what the auth.php file is or does. Here is the entire function for that section.... /** * We didn't list a function for each ACARS client, * so call this, which will include the acars peice in */ public function __call($name, $args) { $acars_action = $args[0]; // clean the name... $name = preg_replace("/[^a-z0-9-]/", "", strtolower($name)); if(dirname(__FILE__).DS.$name.'.php') { include_once dirname(__FILE__).DS.$name.'.php'; return; } } And no idea what that section does either.....
-
If you change to the default crystal skin, do all the pilots show on tne acarsmap? If the acarsdata table is completely empty, you can reset the record number to 1 and start auto-increment again. Or is the acars id linked to the pirep id?
-
Weird Are you on PHP 5.6 or 7.x now? The acars ids are probably do to auto increment being set for the table. Are the number sequential? Why they jumped that high is anyones guess.
-
What ACARS program? Are all pilots using the same one? Any errors in error_log? On the map page, any errors in the console?
-
phpVMS 5.5.2.72 (phpVMS 5.5.2 updated for PHP 7.2)
ProAvia replied to ProAvia's topic in Support Forum
I would guess that databases from a different server could cause issues. The database version number could be different or one could have been MySQL and the other MariaDB. Maybe many other variables as well. Check the actual DB table to see if the Airline and Airport Hub are listed correctly. The other option may be to use the new database and transfer only the data over from the old database. -
Does Hostinger have cPanel? If so, on the upper right hand side. under General Information you should see the words: Server Information. Click there and see if it lists the MySQL version. Additionally, it may show in phpMyAdmin on the right hand side under Database server. I can take a look if you'd like - set up a demo account and send me a PM with username and password and I will attempt to connect with kCARS_Free version 1.0.1.5
-
phpVMS 5.5.2.72 (phpVMS 5.5.2 updated for PHP 7.2)
ProAvia replied to ProAvia's topic in Support Forum
Your issue has nothing to due with the specific version (5.5.2.72) of phpVMS you are using. If it did, everyone else using that version would have the exact same issue. You also have an error in your CC Flight Position Tracker that you will need to fix - after getting phpVMS working correctly. I would suggest removing the CC Flight Position Tracker until after you have solved this underlying issue. I see you have another post about this issue elsewhere on the forum - I suggest you use that one for debugging your issue as the issue is not phpVMS 5.5.2.72 specific. -
Which version of MySQL? Have you edited any of the phpVMS files? Adding anything to the default will not fix phpVMS basic functionality. Are you sure your PHP is configured correctly? Maybe run a php info file to see if all required items are active.
-
You already indicated you are using phpVMS 5.5.2.72 It looks like you are using the default skin. Is that correct? What PHP version? What MySQL or MariaDB version? What modules do you have installed? Have you edited any files?
-
Search for Morris Charts - in results, indicate you want the phrase Morris Charts.
-
That's probably because it's using Flash to attempt to load that data. Several here have had luck using Google Charts and also Morris Charts. Perhaps a forum search will provide you with a few options.
-
Posting any code of a payware module in this forum could be construed as copyright infringement. And if enough code were posted over time, someone could put together the complete module. Therefore, take it to DM. This thread is now closed.
-
Verify which version of MariaDB you have. In one reply you said 10.0.38 and your last reply referenced changing from MariaDB 10.1 . Is it MariaDB 10.0.38 or MariaDB 10.1 ??
-
What program and version are you using to save as a comma delimited CSV file? Make another file that includes only 2 aircraft and attempt to import that CSV. Post results here. Any chance you can change to MariaDB10.1 or MySQL 5.6 ? There may be some incompatibilities between MariaDB 10.0.38 and MySQL 5.6 - phpVMS 5.5.2.72 was only tested on MySQL 5.6
-
phpVMS version? PHP version? MySQL or MariaDB version? Free or paid hosting?
-
I see other tours have more than 15 pilots shown - https://flymirageva.org/index.php/tour/details/6 Have you checked the "tours_pilotdata" table in the DB to see how many are signed up for a specific tour and compare that with the pilot list for that tour? That's about as far as we can go with the discussion here as the module is payware.
-
phpVMS 5.5.2.72 (phpVMS 5.5.2 updated for PHP 7.2)
ProAvia replied to ProAvia's topic in Support Forum
Great - MySQL 5.6 requires no changes to the table dynamics. As for the issues with some modules, that is something you will have to work through. You may see errors referencing "count" in the error. These are pretty easy to fix. Use this closed issue reference in my github for an idea of what you may need to do: https://github.com/ProAviaAZ/phpvms_5.5.2.72/issues/40 -
In my mind, if the server is in a datacenter, you are using a hosted server. Who physically maintains the server at the datacenter? Is it a VPN? I'm guessing you are paying someone to use the server - that would be your host. Can a panel -like cPanel - be added to make access easier? Are any emails able to be sent from the site? Are email sent thru the site getting to the admin email? New PIREP submitted, new pilot registration, new Contact Us submittal?
-
Are more than 15 pilots signed up for the tour? Are you using the default files or have they been edited?
-
Ok - well you have to be able to access it somehow. How do you access the server?
-
phpVMS 5.5.2.72 (phpVMS 5.5.2 updated for PHP 7.2)
ProAvia replied to ProAvia's topic in Support Forum
After installing a fresh copy of 5.5.2.72, you can change the local.config to point to your existing 5.5.2 database. What version of MySQL or MariaDB are you using? -
So you are running phpVMS locally on a Ubuntu server?
-
As far as I know, there is no limit on how many pilots can join a tour when using the Simpilot Tour module.
-
I believe the Simpilot Tour module is payware. Even though it is no longer available, it being payware means we can't discuss it in public. If another member has it, maybe they can contact you via PM to see if they can help you out.