-
Posts
1740 -
Joined
-
Last visited
-
Days Won
78
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by ProAvia
-
Have you looked at the aircraft table in the database? I believe there is an "airport_id" field. My guess is that you need to include that "airport_id" field in the aircraft CSV file and have an actual airport ID in it before you import the aircraft file.
-
There should be a file called "error_log" in the root of your phpVMS install and possibly another in phpVMS root/admin. Error reporting must be on. Contact me via PM and maybe I can take a look.
-
Pretty sure they apply via the registration page. Once they do that, you approve there membership via the admin panel.
-
Can you post the actual entry from the error log?
-
That skin is for the frontend. The Airport Lookup is on the backend - admin panel. If you are using the default admin panel skin it should be fine. Did you import the phpvms_airports_update.sql file as indicated in the directions? Do you have error reporting turned on? Check the logs to see if any errors related to Airport Lookup or VACentral are shown - maybe3 a Cross Site Error. Post any errors here.
-
The vacentral server is up and correctly providing airport data. The entry above looks correct - check your other entries to be sure they are correct. If it still doesn't work.... What phpVMS version? What PHP version? What MySQL or MariaDB version? Have you changed the default admin skin?
-
I still don't know where that field (status) came from.... but I did find this updated module.... LOA v 1.0 https://github.com/Cloudxtreme/phpvms_loa
-
In looking at my original module files and what is on my site, I have no idea where the status column came from or what it actually does. It may have something to do with my pilot manager module, which hasa column to mark pilots on leave. If I find out I will post back here.
-
The "You already have an LoA on file...." works on mine. I don't know anything about the loa table having a hub entry. Mine doesn't have hub - but does have status after reason. What PHP version are you using? What MySQL/MariaDB version?
-
Just ignore it. If it really bothers you, you can edit the module files to remove the check for updates. Of course, back up the originals before messing around with it.
-
What version of phpVMS? What PHP version? What MySQL/MariaDB version? Does the site load correctly with the default crystal skin?
-
What version of phpVMS are you using? Did you run the SQL file to add to the database? This adds a new table for the LOA module.
-
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.