-
Posts
1754 -
Joined
-
Last visited
-
Days Won
79
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by ProAvia
-
Read thru the docs again https://docs.phpvms.net/ Double check you have the hosting set up correctly.
-
What was the issue?
-
phpVMS version? PHP version? MySQL or Maria DB version? Using the ela skin shouldn't be the issue, but try again while using the default crystal skin.
-
@Redbeard- May help others if you post exactly what you did to fix the errors.
-
phpVMS 5.5.2.72 and phpVMS 5.5.2 have been reported as having issues with MariaDB 10.2 and higher. Check with the host to verify that Strict Mode is OFF. That may help fix the issue. Your pic shows PHP 7.3.6 . phpVMS 5.5.2.72 has issues with PHP 7.3 and higher. Verify which version of PHP the phpvms is set to run on. You may need to set up a subdomain to set it to PHP 7.2 (if the host has 7.2 available). The URL needs to point to the phpVMS root folder... in your case - https://usvaf.ml/phpvms Try with https and http - also with and without the trailing slash ( / ). I see you notrd you already tried that. Maybe try just usvaf.ml/phpvms or usvaf.ml/phpvms/ -- as your screenshot shows "inclusive http://", so may not need the http part in the URL box. Other than that, I'm out of ideas. Maybe another member who actually uses cacars will chime in.
-
phpVMS 5.5.2.72 (phpVMS 5.5.2 updated for PHP 7.2)
ProAvia replied to ProAvia's topic in Support Forum
Is your host doing awaywith PHP 5.6? If not, no reason to use phpVMS 5.5.2.72 As you can see on your hosting, only PHP 5.6 and PHP 7.0 are available. Both versions are deprecated and no longer receiving updates. Are you having any issues with your present install? I see your host is on MariaDB 10.3 - phpVMS 5.5.2.72 and 5.5.2 presently have some issues with MariaDB 10.2 and higher. In any case, there is no direct upgrading of phpVMS 5.5.2 to phpVMS 5.5.2.72. You have to start with a fresh install of phpVMS 5.5.2.72, get all your modules and skin working error free and then move you data (only) from your 5.5.2 install over to 5.5.2.72. Do NOT just use your 5.5.2 database as is - there are database changes in 5.5.2.72 that are not in 5.5.2. As for your present skin - it is not compatible with phpVMS 7 ... which has nothing to do with using PHP 7.0. It only has to do with what version of phpVMS you are using. -
Hmm.... cacars should work with https - as long as local.config has https as the site url. Having phpVMS in root/phpvms shouldn't be an issue either. ERROR_LEVEL as listed will show all but Notices. That should also be okay. What version of MySQL or MariaDB are you using? Post the exact error you are seeing in cacars.
-
Have you checked the error logs? Did you modify the cacars files in any way? Make sure error reporting is on. Make sure there is an error_log file in thephpvms and phpvms/admin folders What is ERROR_LEVEL set to in local.config? Change back to the default crystal skin and try it again.
-
Nice find G!
-
OP hasn't visited the forums since 2016. Chances are their skins are no longer available.
-
Through the coding, those variables pull the pilots ID, first name and last name to be placed into the email.
-
@Heritage1- are you meaning this? - If so, maybe something there will help you out - or post to that thread? I assume your simBrief API is for your primary domain.
-
According to the github link you posted (https://github.com/shinoyasan/Airway-Route-Finder), it does pull from the web - routefinder to be exact. The phpVMS database (default) doesn't include date to make actual flight planning possible. If you modded it to only pull from the DB, can you share the changes you made? And maybe have all the language in English as not many here know Chinese (at least Google thinks it's Chinese). The module that @gio1961 linked to uses routefinder as well. There is also a module available that uses simBrief and it can be easily integrated into most phpVMS websites.
-
All the airports? Are you actually going to use all of them? It takes a while to load that may airports. Suggest you trim your airports table to only those that you will use.
-
If you stay with your host, nothing you can do. Or find a host that uses the specific versions of PHP and either MySQL or MariaDB needed to run phpVMS correctly.
-
Search the forums for - non-static method. That's been covered here many times. Also, Google is your friend... search there for - Deprecated: Non-static method
-
Miguel Your issues come down to your install. Most probably your MySQL/MariaDB version and Strict Mode settings. Talk with your host and ask them to turn Strict Mode off, then test again. You statedin one of your other threads that youare using MariaDB 10.4 - that is probably the issue. Keep all your issues in one thread - as they are all caused by the same thing. It's either the MariaDB version or Strict Mode.
-
I think FSAcars may have some issues with new versions of PHP that would need to be fixed. What version of PHP are you using with phpVMS 2.x?
-
Error: (1406) - Data too long for column 'lat' at row 1 (SOLVED)
ProAvia replied to mt007's topic in Support Forum
The real issue is probably MariaDB 10.4 and Strict Mode. We know that phpVMS 5.5.2 will work under MariaDB 10.1 . Some users have reported issues with MariaDB 10.2 and above. Some of these issues were related to Strict Mode. Search here for "strict mode". Your work-around may work. There may be other DB tables that may need the same adjustments. Only time will tell. Keep us advised in this thread if you notice other similar issues. -
Error: (1406) - Data too long for column 'lat' at row 1 (SOLVED)
ProAvia replied to mt007's topic in Support Forum
I see you edited your post above with some of the info. What MySQL version? Are you using the default crystal skin or another? Any addon modules? -
Error: (1406) - Data too long for column 'lat' at row 1 (SOLVED)
ProAvia replied to mt007's topic in Support Forum
As stated in Discord, we need additional info..... phpVMS version PHP version MySQL or MariaDB version Skin used Addon modules used This is most probably a StrictMode issue. -
Did you install the cACARS module on your site? I am not familiar with cACARS. Does cACARS show it is connected to your site? Make sure error reporting it turned on in your hosting settings. Check the local.config.php file and post the entry for error reporting here.
-
Glad you got it working. There are several freeware ACARS around - as well as a couple payware options. Freeware - kACARS_Free, CCFTracker and others Payware - smartCARS These are the ones I know of. A forum search make provide additional options.
-
Make sure every field in the schedule has something in it - even if that something is a 'space'. I have had to do this for schedules before - if you don't use departure or arrival times, or have other fields that are vlank... enter a space (press spacebar one time) or enter another alphanumeric character. For the pricefield, enter a 0 (zero) if you don't have a price there. That will usually solve that issue.
-
One of your issues is using phpVMS 5.5.2 with PHP 7.2. That will certainly cause issues. That is why there is phpVMS 5.5.2.72 - which is compatible with PHP 7.0 thru 7.2 . What version of MySQL? Is probably 5.6 or 5.7 . If MariaDB, is probably 10.1, 10.2 or 10.3. Sounds lime you don't have error reporting on. If it were on, you would see errors when using phpVMS 5.5.2 with PHP 7.2. See if your host offers PHP 5.6 as it's compatible with phpVMS 5.5.2