-
Posts
1761 -
Joined
-
Last visited
-
Days Won
79
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by ProAvia
-
Malaysia Virtual Airlines 10th birthday
ProAvia replied to Strider's topic in Virtual Airlines Discussion
Congrats!!- 1 reply
-
- 1
-
-
That's what I thought - you posted in the legacy (v2, v5) forum. I will move it for you and merge it with your original post in the v7 Support forum. Also, no need to type the subject of your post in ALL CAPS or to post the same message in two different locations. Your answer won't come any quicker.
-
phpVMS version? PHP version? MySQL or MariaDB version?
-
Pilots, Schedules and Airports List Missing in Admin Panel
ProAvia replied to SuadCobo's topic in Support Forum
My bet is the use of MariaDB 10.4 is messing it up. Can you revert to MariaDB 10.1 or switch to MySQL 5.6? Or ask your host to disable "strict mode"? -
Did you set up a subfleet yet? See the docs here: http://docs.phpvms.net/
-
phpVMS 5.5.2.72 (phpVMS 5.5.2 updated for PHP 7.2)
ProAvia replied to ProAvia's topic in Support Forum
There are so many variables that it would be impossible to try to cover them all. No telling why your record is messed up. I've also run into that key constraint error way too many times. -
Hopefully you come up with a viable solution. If you do, any chance you will share it with the community? Do you have a present solution that works with PHP 7.2 and phpVMS 5.5.2.72?
-
Are you using VAM or phpVMS? What is your URL? Sure would be great if you showed credit to the CMS developer on the front page or had a "Credits" link to a page with info on who the CMS, modules, skins, etc. developers are.
-
That error has to do with creating an image and has nothing to do with the issue of this thread.
-
I guess that may be one reason. This is the first time I have heard of issues with it though. I know of several sites that use gmail as the email provider and have no issues. I use an on site email address for mine though. There are so many variables, it's difficult to account for them all. And it is virtually impossible to build in "fixes" for every possibility. Don't forget, we are dealing with a 10+ year old program. We are lucky that it still (mostly) works in today's environment. Glad you were able to sort it!!
-
Your fix may only be specific to your server, server software or how you have things set up on your site. phpVMS 5.5.2.72 uses PHPMailer 6.0.7 and seems to work correctly for the majority of users under PHP 7.0-7.2 . The PHPMailer version in your fix appears to be 6.0.7 - maybe with a few edits?? phpVMS 5.5.2 (Simpilot) includes PHPMailer 5.2.8 .
-
Change back to the default crystal skin and see if the issue persists. Chances are you may need to format the Top Pilot page so it shows as you would like.
-
Probably not - unless someone writes an addon module for frequent flyer points. There is no way for passengers to log the flight time and pilots don't get frequent flyer points.
-
BINGO!!! Look in your server logs and find the IP addresses behind these registrations - and if you choose, block them.
-
I believe all free versions of kACARS_Free will work with phpVMS 5.5.2.72. But you need a version that will work with all sims you support and that will work with http or https/ssl. kACARS_Free 1.0.1.5 will work with FSX, FSX:SE, P3D, XP10, XP11 and possibly FS9. It will also work with http and https/ssl. In any case, once you find a version that works for your VA, you will need to edit the kCARS_Free module to reflect the version of the client you are using. Default module setting is for client version 1.0.1.1 .
-
Others have reported issues with MariaDB 10.2 or higher. Any chance to revert to MariaDB 10.1? As an interim fix, look into disabling strict mode. While it might automatically reset itself if there is a minor update, at least you will know if diabling strict mode will allow full function.
-
phpVMS - 5.5.2 PHP - 5.6 MySQL - version??? What version of MySQL?? Ok, so line 101 is $this->dbh = new mysqli($dbhost, $dbuser, $dbpassword); correct??? My guess is that there is a problem connecting to MySQL. Are the errors you posted the only errors in the error_log file or in the console? Make sure that local.config.php has the correct entries for: define('DBASE_USER', 'xxxxxx'); define('DBASE_PASS', 'yyyyyyyy'); define('DBASE_NAME', 'zzzzzz'); define('DBASE_SERVER', 'localhost'); define('DBASE_TYPE', 'mysqli'); replace xxxxx, yyyyyyyy, zzzzzz with the correct entries for you install
-
phpVMS version? PHP version? MySQL or MariaDB version? Paste the contents of line 101 in /home/voloteav/public_html/crew/core/classes/ezdb/ezdb_mysqli.class.php I think it is not able to connect to MySQL/MariaDB - but post up the contents of line 101
-
Help Needed - New Coder With Lots of Issues With PHPVMS
ProAvia replied to envoyairvirtual's topic in Support Forum
Try this - do a complete new install of phpVMS and use that install as a development site. So you will keep your present site and add a new site in a sub-domain. Then use the dev site to work out any kinks. I still think you will have issues at some point with MariaDB 10.3 while using phpVMS 5.5.2 The "Invalid argument...." error is pointing to something in line 78 that will not allow the processing to continue. It has something to do with viewing a PIREP comment (possibly an existing comment). I don't have that line in my pirep_viewreport.php file - so I believe it is specific to the iCrewLITE skin. If you are getting a bunch of errors, first - revert to the default skin (and default admin skin if you changed that). Then work through all the errors with the default skin. Finally, work on the errors with your chosen skin. But don't rush passed reverting to completely default and fixed EVERY error there first. -
That would be because this thread and the links posted are over 10 years old. There was an issue with the forum DB some years back and some things got corrupted. Best not to necropost anyway. If you are having the same issue as in an old, dead post - start a new topic. Besides, much has changed in 10+ years - and what applied then may not work in today's environment.
-
Help Needed - New Coder With Lots of Issues With PHPVMS
ProAvia replied to envoyairvirtual's topic in Support Forum
It sounds like your host either upgraded your server or changed you to another server. Sometimes those types of things don't get smoothly - but can be fixed. MariaDB 10.3 will cause issues. Just because you didn't see any before doesn't mean they weren't there. Any chance you can use MariaDB 10.1 or MySQL 5.6? If not, your host may need to change you to a server that supports it or you may noeed to find another host who does. It doesn't really matter what PHP version your host has running on the server. What matters is that the phpVMS 5.5.2 install is running on PHP 5.6 . As long as the directory or sub-domain where phpVMS is installed is on PHP 5.6 you are good. You mention that you do have error logs - Those error logs are what points you to a location for something that is incorrect and needs fixing. An error in file xyz.php on line 120 is EXACTLY the starting point to fix the error. Give us an exact example of an error that references a default phpVMS file and we can see if we can point you in a specific direction to fix it. As for the failed import of aircraft. The CSV structure needs to match the table structure - no extra fields that are not in the table. What program and version number are you using to do the CSV files? -
phpVMS 5.5.2 or 5.5.2.72 ?? PHP 7.3 may be an issue. phpVMS 5.5.2.72 will install in PHP 7.0-7.2 . It shows errors with PHP 7.3 and above. I am not even sure that phpVMS 5.5.2 will easily install in PHP 7.0 and above. MariaDB 10.3 and above also cause issues with phpVMS 5.5.2 and 5.5.2.72 Is this a new install or an existing install? If existing, what was the old PHP version?
-
phpVMS version? PHP version? MySQL or MariaDB version?
-
What you are proposing is going to take a total re-write of the module. As it stands right now, the module allows a pilot to chose a number of random flights. It allows the pilot to bid those all at one time - or the pilot can write down those flight numbers and bid the flights individually. So even if you were able to assign a price for a group of random flights, the pilot could bid each flight individually and bypass the price involved for bidding a series of random flights all at once. But it is possible to re-write the module to do as you suggest. Please keep us informed of your progress.
-
I found this.... https://stackoverflow.com/questions/9628443/why-would-i-use-dirname-file-in-an-include-or-include-once-statement Yeah, maybe asking Nabeel will shed some light on it.