-
Posts
1761 -
Joined
-
Last visited
-
Days Won
79
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by ProAvia
-
Newbie - How to get addons to show on site
ProAvia replied to djtiger76's topic in Simpilot Group Addons
Yes, you need to add it to an existing page or provide a link in the menu to possibly replace the default search. This link may provide an updated "Front Schedules" file: https://github.com/web541/phpVMS-ScheduleSearch Yeah - it is just beginning for you to be a huge undertaking.... many of us have been at it for years and are still tweaking here and there.... it can get to be addicting. Happy tweaking!!! -
Newbie - How to get addons to show on site
ProAvia replied to djtiger76's topic in Simpilot Group Addons
They need to be installed following the phpVMS folder structure. Many (not all) should then show under Add Ons in the admin panel - where you can possibly change some settings. Some of them have instructions on how to "call" them on the user side of your site. Some also come with a SQL file that needs to be installed into the database... AIRMail comes to mind. If you list one or two that you want to use, maybe we can further assist you. -
Well, that would explain it.... I usually install 2 copies also - a live site and a development one. This way I have a working site and one I can play around with. I am not familiar with Kingsoft Office, but I do always have issues with Excel 2003 and saving in csv format - so I use OpenOffice instead for saving in csv format. Others using newer Excel versions don't seem to have any issues. Can you outline exactly where this "show all" or "check all" is? Do you mean in the database? And why can't you get back in "there"? You may possibly need to set your max_execution_time to a higher number in your php.ini
-
Problems with the Installation of phpVMS v5.5.2.72
ProAvia replied to COA142's topic in Support Forum
I suggest you re-read the readme that comes with 5.5.2.72 The answer is in the PHP version you are using.......... -
I moved this to a new topic as it's a bit different from the one you originally posted in. I am guessing you imported thru the admin panel. Did you look directly in the database using phpMyAdmin? Chances are the import was not successful and you won't see the imported aircraft and schedules in the database. Do you already have an airline and airports in the database and do those show in the admin panel? Were these entered manually or imported? As soon as the import is successfully completed the data is available. There is no time delay. Are the files in CSV format? Are all the column headers correct? While Kingsoft Office may have saved the files, maybe the exact format needed isn't correct.
-
What is IONOS - your web host? Here is lines 101-106 in ezdb_mysqli.class.php: $this->dbh = new mysqli($dbhost, $dbuser, $dbpassword); if(mysqli_connect_errno() != 0) { if($this->throw_exceptions) throw new ezDB_Error(mysqli_connect_error(), mysqli_connect_errno()); Did you enter the host, user and password correctly? Did you start with a fresh DB and fresh phpVMS upload?
-
You need to install using mysqli - not mysql ..... Did you start out with a new database before installing 5.5.2.72? The default install setting is mysqli
-
Can you set the PHP version to 7.2 or 7.1? If so, use phpVMS 5.5.2.72 - which will work with smartCARS. Most all addons will work with 5.5.2.72 also. There may be some errors shown pertaining to the count parameter, but they are easily fixed. Or if you can set PHP to version 5.6, use phpVMS 5.5.2 (Simpilot) version.
-
[SKIN][Free] iCrew LITE skin 2018 designed for phpVMS
ProAvia replied to LeonardIGO4036's topic in Releases
No guarantees - but you can try going into the database settings table and setting the skin to crystal. Backup your database first....... -
Schedule_searchform and schedule_list on same Page
ProAvia replied to Tummi's topic in Support Forum
iCrew skin and crystal skin will possibly display schedule search very differently. phpVMS 5.5.2.72 has not been test with PHP versions above 7.2 (only with 7.0, 7.1, 7.2). I tried it briefly with 7.3, but it showed additional errors and I didn't persue that further as I was using PHP 7.2. I have no idea what issues/errors may occur with PHP 7.4. Again, my understanding is that it will still load all schedules when selecting schedule search whether or not the particular skin page displays them all or not. Loading and displaying are to different things. -
phpVMS version? PHP version? MySQL/MariaDB version?
-
phpVMS 5.5.2.72 (phpVMS 5.5.2 updated for PHP 7.2)
ProAvia replied to ProAvia's topic in Support Forum
Glad you got it working. I may look at it in the spring - after I get caught up on a few other projects. -
[SKIN][Free] iCrew LITE skin 2018 designed for phpVMS
ProAvia replied to LeonardIGO4036's topic in Releases
For the maps, you need to get a Google Maps API key. For the misspelling, you will need to look in the files associated with the page where the misspelling occurs. -
You could add it as part of your menu system. Some use a drop down to a page that has links to their TOS, PP, Ops Manual, Rules & Regs, etc. This puts all the info on one page and only requires one item on the drop down to access it.
-
[SKIN][Free] iCrew LITE skin 2018 designed for phpVMS
ProAvia replied to LeonardIGO4036's topic in Releases
What is "CC"? -
phpVMS 5.5.2.72 (phpVMS 5.5.2 updated for PHP 7.2)
ProAvia replied to ProAvia's topic in Support Forum
Yes, phpVMS 5.5.2.72 will work with smartCARS. You may need to make some minor edits to the smartCARS module (the site module) if you see any errors. -
Schedule_searchform and schedule_list on same Page
ProAvia replied to Tummi's topic in Support Forum
In your picture, that is the default skin and default schedule search. We have no idea of "Server A" as you didn't post a picture from there. phpVMS version? PHP version? Are you using the same default 'crystal' skin on both? What addon modules have you installed? Are they the same on both? In either case, all schedules load when you select the schedule search function. That's just the way the default code is. -
phpVMS version 7 is still in beta and shouldn't be used for a live/production site. Did you install all the dependencies as advised in the documents? Did you read the docs before setting your site up? What version of PHP are you using? What is your site URL? I am moving your post to the phpVMS v7 forum as you posted in the phpVMS Classic (v2,v5) forum.
-
In addition, .../core/local.config.php There are others too.
-
Did you do the initial phpVMS install? If yes to above, did you change the default admin skin? The pilot shown in the screenshot is new and hasn't flown a flight yet - so page should load pretty quickly. Since you just changed to SSL, did you change all coding references to your site in the phpVMS files from http to https?
-
How can you tell what? I asked two questions above.....
-
phpVMS 5.5.2.72 (phpVMS 5.5.2 updated for PHP 7.2)
ProAvia replied to ProAvia's topic in Support Forum
phpVMS 5.5.2.72 will not work correctly with PHP version greater than 7.2 at this time - as stated in the readme. If you choose to use it with PHP versions greater than 7.2, I can not provide support and you basically become a test pilot. -
phpVMS 5.5.2.72 (phpVMS 5.5.2 updated for PHP 7.2)
ProAvia replied to ProAvia's topic in Support Forum
When you hover the mouse cursor over the Add Bid link, look for the URL.... does that URL indicate the bid ID number or not? Please verify you are using phpVMS 5.5.2.72 What PHP version? What MySQL or MariaDB version? -
Does the page complete loading with a pilot known to have only a few PIREPS? Default admin skin or addon admin skin?
-
For the admin panel - what happens if you wait for a few minutes... does the screen display properly then? If a pilot has a lot of PIREPS it takes a while for th esystem to process them all and the page will take a while to display properly. For the Crazy Creatives Hub Admin modules - since it's payware, we can't discuss it here. Have you tried reaching out to Crazy Creatives or looked in their forums for a solution? I know getting a hold of anyone there can be challenging at times, but it's the best we can offer you right now.