-
Posts
1761 -
Joined
-
Last visited
-
Days Won
79
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Posts posted by ProAvia
-
-
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.
-
No guarantees - but you can try going into the database settings table and setting the skin to crystal.
Backup your database first.......
-
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?
-
9 hours ago, Tummi said:
as in a other topic mentioned i tried a second isntance with PHP Version 7.2 and that changed everything.. Don't know if you can use thgis information for further development. Anyways thank you for your Support and effort with this 😉
Glad you got it working. I may look at it in the spring - after I get caught up on a few other projects.
-
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.
-
5 hours ago, Doonies said:
I logged out of my CC and now the website is all blue. I tried following the documentation for the fix but it doesn't seem to fix anything. Now, I keep trying different devices and anytime I go to the CC it is blue and glitchy.
So the issue it looks like is I have to do /index.php/login every time i want to login. Is there a way to fix this?
What is "CC"?
-
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.
-
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.
-
2 hours ago, Yash said:
You may check the core_htmlhead.php file in admin layout.
Change http:// to https:// if using SSL
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 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.
-
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.
-
I believe it will require additions to the site files (smartCARS module) in order to change the polling interval. At least i think thats how it was done in kACARSII.
Let us know what they say....
-
Have a look at this link: https://paragonie.com/blog/2015/06/preventing-xss-vulnerabilities-in-php-everything-you-need-know
Or Goggle... preventing cross site scripting in php
-
Since you usually use smartCARS, I would suggest you contact them to see if that function can be added to smartCARS.
kACARSII has this function, but sadly is no longer available.
Chances of any of the freeware clients incorporating this is very slim.
-
What ACARS client are you using?
Help with importing aircraft and schedules
in Support Forum
Posted
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.