-
Posts
1761 -
Joined
-
Last visited
-
Days Won
79
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by ProAvia
-
That would depend on what the PHP version is set to for the phpVMS directory. In my hosting, I can set the PHP version on a directory by directory basis as well as on a subdomain basis. You will need to contact your host to help you with that as hosting use varying methods to implement it.
-
You have to have at least one airport in the database - the default install adds KJFK as that default and I believe it also shows KJFK as a hub. You need to verify that error reporting is ON and that you have PHP set to log errors to a file named error_log that is usually located in the main phpVMS directory. Ask your host how to set all that up - as requirements may be different between hosts.
-
PHP 7.3 will not work with phpVMS versions less than version 7. It might be possible to set a lower PHP version for the phpVMS directory through your cPanel or other hosting panel. May wish to contact your host to help you our with that. If using phpVMS 5.5.2, set the PHP version for phpVMS to PHP 5.6 - if using phpVMS 5.5.2.72, set the PHP version for phpVMS to 7.0, 7.1 or 7.2
-
It is recommended not to add airports that you don't intend to have schedules to. Many times, phpVMS loads the entire airports table. Having 52,000+ airports will take a while to load. Although, this shouldn't have an effect in importing/adding aircraft. As for the Google "issue" - you will still see that occassionally as there is at least one map (maybe more) that a successful conversion to OSM/Leaflet maps does not remedy. But that should not affect aircraft import/add. Is there and error_log file?
-
You should be able to find it in cPanel - which may be your web hosting interface - on the right hand side under server information. Also maybe look on the initial page that loads when you go to phpMyAdmin for clues. Lastly, you could ask your host.
-
phpVMS version? PHP version? MySQL or MariaDB version? ACARS program and version?
-
It works on my site with phpVMS 5.5.2.72 under PHP 7.2 / MySQL 5.6 -- but my LoA.php file is a bit different. I'll look at it later today and let you know what I find.
-
Is error logging turned on? Are there any other errors not related to aircraft in the error_log file? Any issues adding airports or schedules?
-
Sorry, missed that connection... What version of the LoA module? Where did you download it from?
-
I was actually asking @djtiger76 After I get his response, I may have a solution which might benefit both of you.
-
What version of the module do you have? Where did you get it from? In local.config around line 23, post the complete DBASE_TYPE line
-
Have a look at my post again and also provide answers to the other 4 questions. After we have all that info, we should be able to assist you further.
-
Do you have error reporting turned on and is there anything in the error_log file? In some installs using PHP 7.2 (like mine) you need to add to the .user.ini file or php.ini file (located in same directory as phpVMS) to get the errors to show in error_log file. Have you checked the console in Chrome or any other browser to see if there are errors? Who is your webhost?
-
[ADD-ON] APVAcars Software For phpVMS version 7
ProAvia replied to Vangelis's topic in Addons and Downloads
There is presently at least one ACARS in development and testing for phpVMS v7 (not a TFDI product). I would guess it will not be available until after phpVMS v7 has been released. There have been rumors that smartCARS will offer a version 3 that will also be compatible - but I haven't seen anything lately on the TFDI front. -
Moved to appropriate forum. There are forum areas for phpVMS Classic (v2, v5 varients) and phpVMS 7. Please post in the appropriate section for the version you use.
-
I did NOT say you are irrevlevant. I said that phpVMS does NOTwork 100% with free hosting - as confirmed by CCFTracker in your case. phpVMS works great on shared, dedicated and VPN paid hosting. Many (most) free hosts have restrictions in place for php addons or other hosting limitations that won't allow all required functions to work.
-
Find out WHAT doesn't work? Trying to use phpVMS on free hosting is a pain and won't work with many addons. If you are serious about starting a new VA, pony up for paid hosting for a few months to see how it goes. You can find many shared hosts for well under 10 USD per month. If you aren't in a position to pay for hosting right now, install phpVMS locally on your computer using WAMP or XAMPP. You can add skins amd modules to tweak your site. But before going live, you will need paid hosting. Another option is to join one of the many VA's currently in operation.
-
Suggestions for new future free Skin [phpVMS 5.5]
ProAvia replied to CarlosEduardo2409's topic in Skinning
This is an English speaking forum. Please include an English translation in your posts. -
Suggestions for new future free Skin [phpVMS 5.5]
ProAvia replied to CarlosEduardo2409's topic in Skinning
This is an English speaking forum. Please include an English translation in your posts. -
It seems you are using free hosting, so many things will not work as you may expect. Additionally, I think the VA URL should point to the main site and not to the crew center.
-
Excellent! What did you have to change in the code?
-
You may wish to try running the script on a local install. And then upload the navdata table to your live site.
-
Do you mean running the script using the fsbuild AIRAC file? I have never had any luck running it directly on my site. I have had success running it locally using WAMP though. Who's script files are you. using?
-
Can you get a plan that supports PHP 7.0 or PHP 7.1 or PHP 7.2 and MySQL 5.7? If so, you can use phpVMS 5.5.2.72 - which will work with those. Or you can edit the file listed here to get phpVMS 5.5.2 to work in MySQL 5.7 - https://stackoverflow.com/questions/45537777/phpvms-incorrect-date-value-0000-00-00-for-column-lastlogin-at-row-1/