-
Posts
1740 -
Joined
-
Last visited
-
Days Won
78
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by ProAvia
-
[SOLVED] Users cannot login (phpVMS 5.5.2.72 - PHP 7.2)
ProAvia replied to CarlosEduardo2409's topic in Support Forum
Great that you have it now working properly. Any chance you will be releasing these skins for others to freely use? -
What version of phpVMS? What version of PHP? Where did you download the skin from ... URL?
-
[SOLVED] Users cannot login (phpVMS 5.5.2.72 - PHP 7.2)
ProAvia replied to CarlosEduardo2409's topic in Support Forum
My very basic understanding is that using different jquery versions can cause all sorts of issues. And converting phpVMS to use a newer jquery version is going to require a lot of code changes. Since you said your skins are custom, any chance you can get them working with the same jquery versions presently used by phpVMS? Maybe reach out to other skin developers (see the forum here on site) and see what they suggest. Once you get these skins working correctly, any chance you will release them as freeware for others to use? -
[SOLVED] Users cannot login (phpVMS 5.5.2.72 - PHP 7.2)
ProAvia replied to CarlosEduardo2409's topic in Support Forum
I have not made these changes to "local.config.php" and I get error_log to show errors. -
[SOLVED] Users cannot login (phpVMS 5.5.2.72 - PHP 7.2)
ProAvia replied to CarlosEduardo2409's topic in Support Forum
In the root folder of phpVMS should be a file named error_log. Also, at least in my PHP 7.2 with my host, I needed to create a ".user.ini" file which includes a directive to enable logging of errors (this file supposedly overrides the php.ini file on a folder by folder basis). .user.ini - file contents for error logging error_reporting = 32759 display_errors = On display_startup_errors = Off log_errors = On log_errors_max_len = 0 error_log = /<path to phpvms install>/error_log <path to phpvms install> can include "home/public_html/<rest of path>/error_log" I also have the same thing set up in my /admin folder to show admin errors. I suggest changing back to the default user and admin skins and test the log in again. If its working in the default skins, there is probably something messed up in your custom skins. -
[SOLVED] Users cannot login (phpVMS 5.5.2.72 - PHP 7.2)
ProAvia replied to CarlosEduardo2409's topic in Support Forum
What skin are you using? If the user closes their browser and reopens it - then goes to the site and uses the correct log in details, are they able to log in correctly? Are there any errors showing in the error_log? -
What version of kACARS_Free are you looking for?
-
How to add the Acars map to an xeternal html page
ProAvia replied to FSVKenny's topic in Support Forum
That is not the acars map that comes with phpVMS. That is a payware addon by CrazyCreatives named Airline Map (if version 1 using Google Maps) or Airline Route Map (if version 2 using OSM). If you are having issues with that addon working as described on the Crazy Creatives website, you will need to ask in their forums for assistance. If you are wanting to get the correctly working addon to just display on an external webpage, someone here may be able to assist you in getting it working. Chances are they will need to have the exact same addon. In any case, it may be better to chat with others about this via PM or email. -
@web541 - could it also be that something is missing or corrupt in the ELA skin core_htmlhead.php file? Not the one in /core/templates but the one included with the addon skin. EDIT - never mind that.... I think the skin may have been installed incorrectly. Here's the skin on github: https://github.com/carlosmfreitas2409/ElaSkin-2.0 - its not supposed to be in "/lib/skins/ElaSkin-2.0-master" but in "lib/skins/ela". And not everything from the extracted download goes there either.
-
You mean 5.5.2.72 - which is 5.5.2 updated to work with PHP 7.2 Besides the ELA skin, have you tried any others? I have seen issues with the ELA skin in general. Check your error_log file in the root of phpVMS and see if it shows any errors. Post them here.
-
Default or edited for smartCARS?
-
Great! So it's all working as you expected now? What file is that code from above?
-
What version of phpVMS? What version of PHP? I'm guessing everything works fine with the default skin..... Any errors showing in the error_log file?
-
I wonder if there is any chance the skin you are using is causing this? I don't think it would. But, maybe try changing to the default crystal skin and see if the issue is still there. Any chance a module you installed included anything that could have changed the navdata calls?
-
I guess this is for phpVMS 2.x or 5.5.2 by looking at the path to the file...... moved to correct forum
-
The record ID of the fix makes no difference - Can you provide the info from the navdata table for that fix?
-
The post you quoted it over 3 years old. That member hasn't been on the forum in almost 3 years. Chances of an answer from them are very slim.
-
If that's the case, the system isn't recognizing any of the routing besides dep/arr points - whether theu are in the navdata tavle or not.
-
Google is your friend Type the ICAO in and see what you get
-
Change Airline Code from 3 letters to 5 letters for my VA
ProAvia replied to tgycgijoes's topic in Support Forum
Don't bump threads that haven't received a response in almost 7 years. Start a new thread and post a link to the old thread if you need to reference it. Necroposting is frowned upon. Of course, ICAO airline codes have been 3 letters since 1982 (compliance by 1987). Prior to that, airline codes were 2 letters and corresponded to the IATA designator. There are no 4 or 5 letter/digit airline codes. -
And it will remain so until after vaCentral is back on line. Additionally, it will require several coding changes as the API and provided info will change. There are several online resources to look the required data up manually.
-
First, let's determine exactly which version of phpVMS you are using. There is no version 5.5 - there is version 5.5.2, 5.5.2.72 and version 2.x (incorrectly referred to as version 5). What exact version are you using and where did you download it from? Second, what version of PHP and MySQL/MariaDB are you using?
-
The rawdata field in the pireps table is where position data for the flown route is stored. This is actually position reporting data provided by some ACARS programs - not all ACARS programs report this data to phpVMS. The use of this field is not something the user can control directly. One program that does use this field is kACARSII, but it is not longer available. And I believe FSACARS also used this field. There may be others, but I don't have first hand knowledge of them. kACARS_Free and smartACARS do not seem to use this field.
-
I think the curl install has to be done by your host. I would contact your host and ask them about it. It is my understanding that phpVMS 7 doesn't have the typical install like prior versions. You should be able to go directly to the sub-folder it's installed in and run it from there - the page you showed is how it's supposed to look (plus the images) and the install is done directly from there. Also - do NOT install in public_html - put the files in a sub-folder of public_html. This will allow you to easily have multiple installs (if desired), have forum software installed in its own folder and keep everything organized and not all mixed together. Additionally, having each program in a separate sub-folder under public_html will easily allow you to have a different version of PHP in use for each sub-folder if required by the program installed. /public_html /public_html/phpvms7 /public_html/forum /public_html/phpvms5.5.2.72 /public_html/whatever......
-
Did you upload to a new folder inside of public_html? You should be able to access by going to "URL/<folder phpvms is in>"