-
Posts
1695 -
Joined
-
Last visited
-
Days Won
75
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by ProAvia
-
Not with this module. If you want to search for a departure airport, use the normal search. The point of a random itinerary is to depart from your last arrival point until you complete the itinerary.
-
Error changing various details after changing ranks
ProAvia replied to LordWizrak's topic in Support Forum
PHP version - not phpvms version What version of MySQL? -
Error changing various details after changing ranks
ProAvia replied to LordWizrak's topic in Support Forum
PHP version? MySQL or MariaDB version? Have you tried directly editing the DB tables? If you choose to try, make a backup of the DB first. -
In the menu at the very top of this forum, click Github and get the latest dev build from there. Beta 4 is old.
-
Flight - SubFleet Fare Selection and Pirep Mismatch
ProAvia replied to DisposableHero's topic in vmsACARS
Great! The developer will eventually see it here too. But posting to github may be the quickest way to get him to see it. -
Flight - SubFleet Fare Selection and Pirep Mismatch
ProAvia replied to DisposableHero's topic in vmsACARS
When the developer asks if you have the latest build, that usually means that he is suggesting you will require the latest build. If you visit the discord server... v7, development... you will see the latest build link, along with the build number. That is the best place to find the latest build. Up to you to compare your build number to the latest on the discord server. -
Flight - SubFleet Fare Selection and Pirep Mismatch
ProAvia replied to DisposableHero's topic in vmsACARS
@FatihKoz - If you are not sure which dev version you have, your first step is to check that yourself. Once you verify you are using the latest dev version and tested again, then come back here and post if experiencing further issues. -
app.config.php is where all the base settings are. You never change or add anything to app.config.php. All changes/additions are done to local.config.php. local.config.php overrides any like settings in app.config.php. Steps # 3 and #4 need to be followed to the letter.
-
Save a copy of popupnews_list.php first, then replace $hashtag_string = str_replace(['!', '\\', '/', '*', ' '], '',$item->subject); // Line 17 in the file with $hashtag_string = str_replace('['!', '\\', '/', '*', ' ']', '',$item->subject); // Line 17 in the file or $hashtag_string = str_replace(('!', '\\', '/', '*', ' '), '',$item->subject); // Line 17 in the file And see if that resolves it or not. I don't use that skin and my popupnews_list file is slightly different. Maybe @LeonardIGO4036 has a fix.
-
Post line 17 from lib/skins/iCrewLITE/popupnews/popupnews_list.php
-
First - NEVER change anything in app.config.php. All changes/additions are to be done in local.config.php. The local.config file takes presidence over app.config. Reset your app.config to default and make changes/additions in local.config only. 1 - Maybe look in your hosting cPanel for options to monitor memory resources. phpVMS is pretty efficient though. 2 - Entries in the sessions table will rotate in/out. Nothing much to worry about there.
-
Yes - ask them to set you up on PHP 7.0 thru 7.2. And verify that the MySQL on your site is 5.7. I know of other TFDI users who are on PHP 5.6 or 7.2.
-
phpVMS 5.5.2.72 and below won't run correctly with PHP 7.3 as noted in the readme. Users have reported issues with MySQL 5.7 - mostly with Strict Mode - and phpVMS 5.5.2.72 and below.
-
Good job!
-
It would help to know what versions of a few items you are using phpVMS version? PHP version? MySQL or MariaDB version? Have you tried out any ACARS yet or have a preference for a specific one?
-
smartCARS arrival time isue - ACARS option other than smartCARS?
ProAvia replied to xrb936's topic in Support Forum
smartCARS works well for most all those using it. My bet is there is an incorrect setting on your site or smartACARS isn't installed correctly. What time zone is your server set for? What do you mean it shows the wrong pilot location? Time has nothing to do with location. You may wish to contact TDFI on their forums and ask there also. -
problem with accept / reject or add comment in admin
ProAvia replied to alyousufi's topic in Support Forum
phpVMS 2.1.x works well with PHP up to version5.4 You will encounter errors with PHP 5.5 and above. MySQL 6.35? Never heard of that version. phpVMS 2.1.x, phpVMS 5.5.2 will work with MySQL 5.6 and MariaDB 10.1 - issues reported with versions newer than that. -
problem with accept / reject or add comment in admin
ProAvia replied to alyousufi's topic in Support Forum
phpVMS version? PHP version? MySQL or Maria DB version? -
You will still need the latest development version of phpVMS installed for vmsACARS to function as currently intended. Get it from the link @webrandustry provided above. Most hosts provide the means to use specific PHP versions on a folder-by-folder or subdomain-by-subdomain stance.
-
Make sure Strict Mode is disabled in MySQL 5.7 - you will probably need your host to do this for you.
-
Are these "other pages" going to be displayed in admin somewhere?
-
Airport lookup update to work with same API as used by phpVMS v7. Restores ability to lookup airports for airport table. Adds additional fields to airport table for use in your templates. I've been sitting on these files for a while to be sure the beta testers didn't have any issues. Read the README_1ST.txt file for info. Works with phpVMS 5.5.2 and 5.5.2.72 - not tested with phpVMS 2.x - will not work with phpVMS v7. You will need to manually update each existing airport in you database after installing this mod to get all the new data in the airports table - use EDIT from airport page, click LOOK UP, click Edit Airport. It will not automatically update all your existing airports. Some lesser known airports are not available in the parsed database - you will have to add those manually. Released as freeware. Shall not be uploaded to other sites without written permission. Thanks to all those who contributed to getting this working. NEW Airport Lookup phpVMS 5.5.2.zip
-
https://docs.phpvms.net/installation/cron/ The link has directions and an example of what needs to be in the cron. Your host should be able to help you configure it to work on your site.
-
phpVMS v2.x - https://github.com/phpvms/phpvms_v2 use with PHP 4 - 5.4 supports MySQL 5.6 this version is archived and is no longer support by the author support has ended for this version phpVMS v5.5.2 - https://github.com/DavidJClark/phpvms_5.5.x use with PHP 5.5 - 5.6 supports MySql 5.6 and Maria 10.1 this version is no longer supported by the author receives limited support through this forum only phpVMS v5.5.2.72 - https://github.com/ProAviaAZ/phpvms_5.5.2.72 use with PHP 7.0 - 7.2 supports MySQL 5.6 - 5.7.4 and MariaDB 10.1 users have reported issues with MySQL 5.7.5+ and MariaDB 10.2+ this version receives support through this forum only base program issues can be posted to github Users must use the PHP version indicated for each version. Users may experience some issues with MySQL/MariaDB Strict Mode. This may occur when using MySQL 5.7.5+ or MariaDB 10.2+ . If you experience issues, ask you host to turn Strict Mode OFF. The above versions are considered legacy versions of phpVMS. For phpVMS v7, see the phpVMS 7 section of this forum. phpVMS will not fully work correctly with free hosting. Free hosting has limited functionality and lacks many items needed for phpVMS to properly function.
-
Search the forums for "Non-static method" - it's been covered many times before. If you search for that, you will learn how to fix it - as it will probably occur in other modules as well. If we fix it for you, you won't ever learn how to fix it yourself.