-
Posts
1824 -
Joined
-
Last visited
-
Days Won
53
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Posts posted by Strider
-
-
Data only just import into the navdata table, if it fails, back up the table, then empty it then upload new data in the zip and you should be good to go.
-
1
-
-
depending on how many schedules you are pulling you need to make sure your server can handle higher loads. A VA will out grow shared hosting fairly fast, as shared hosting you are restricted in the resources as other sites will be using the same server and you don't know the traffic loads those sites are pulling. A VPS and if you know what you are doing a dedicated server is where you will need to move to as you have more control and can get more resources for your site.
-
phpvms 5.5.2.72 is not guaranteed to work under php v7.4. And due to that, the older modules won't always work right, and may cause these kinds of errors, my suggestion is to move the version of php down to V7.0-7.2 and see if it works fine with that, if not then it could be making too many calls out and causing your server to hang.
-
Data only just import into the navdata table, if it fails, back up the table, then empty it then upload new data in the zip and you should be good to go.
-
PHPVMS 5.5.2.7.2 is out dated and would require a near complete rewrite of the code to get it to work correctly with newer php versions and db structures. If someone is willing to spend the time doing so, god speed to ya. But since phpvms V7 is in the works that will negate the need to rewrite the code of the older version, no real need to spend the time doing it. Time would be better spent making addons for the new version. If you have a VPS or dedicated you can turn off strict mode yourself if you know what you are doing. Most addons can be fairly quickly and easily be updated to newer code the problem comes if the addon is more entwined into the core code.
-
This is data only, if it gives a duplicate entry empty the table you have and import the zip file and it should work then.
-
On 12/15/2021 at 8:58 PM, Boogace said:
Try dropping the table completely(download it first in case uploading mine doesn't work) Then upload mine and see if that works.
-
-
1
-
-
-
8 hours ago, ProAvia said:
What CMS are you using - phpVMS or something else?
If phpVMS, do you have a no attribution license? And why wouldn't you add phpVMS to your 'partners' page?
He is using phpvms, but it is used for the crew center, if you click crew login, you will see powered by phpvms at the bottom of the form.
-
google maps only allows a certain amount of api calls free now, there is a tutorial on how to get leaflet maps on phpvms. If you can find it, I would suggest trying to get them working. First thing to check is, to see if the acars table is being populated as someone is flying, if it isn't then you have a problem with the php files for the acars program you are using. If it is being populated, then the problem lies in the code for the acars map itself. Have you made any other changes to your site that could possibly have broken something? Was it working before you tried getting the google maps api keys?
-
This is due to strict mode being implemented, I had found a work around by putting INSERT IGNORE for all insert requests. Basically it comes down to the way phpvms stores the date and time of a pirep being filed. Using the INSERT IGNORE will allow the data to be submitted to the db as it ignores any error that is thrown up. It is not the best but for what i can see the only way to work around this problem if you do not have a VPS or dedicated server. As most hosts are reluctant to turn strict mode off.
-
This error is not to do with the DB. It is to do with php version most likely. Try if possible selecting an older version of php. The switching to an older DB wouldn't solve this error. It could also be that there is something turned off that phpvms requires in the php setup.
-
You can use an iframe, or you will need to link the page outside to the local.config file or similar to get it to work without an iframe.
-
This is a known problem, it is to do with strict mode. There is a temporary fix I found to work is for all INSERT you need to put INSERT IGNORE instead that seems to work, but it is not a long term fix. Unfortunately because the version of phpvms you are using is old, the code is coded for older databases and php versions, and would require a pretty much complete rewrite of the code to get it to work with strict mode. You can either ask your host to downgrade to an older version of MariaDB or get a VPS or dedicate where you have control over the db version. But it is going to be harder and harder to find hosts that dont have older DB versions now.
-
Airac 2110
-
2
-
1
-
-
-
-
You need to keep the INTO part the code should be INSERT IGNORE 'variables' INTO 'phpvms_pireps';
But are you 100% sure strict mode has been turned off? It is not easy to tell, but if your problem is still happening it most likely is still enabled. Shared hosts are reluctant to turn it off as others need it.
-
-
1
-
2
-
-
It is with great pleasure that I announce the launch of Malaysia Virtual Airlines new site. It has been in development for a year, and it is a great moment to be able to launch it. https://en.malaysiava.org
-
Free hosting is a way for a web host to entice you to go with them. It is like a free trial of their services, they give you a taster of what they offer but restrict it. You can get very cheap hosting and domains dont cost that much especially if you choose the right one, a .org is usually cheaper then a .com
-
1
-
-
Is it adding the aircraft anyway? It could be a bug, if so, let nabeel know so he can fix it. It also sounds like you may not be filling in everything correctly, putting info in the wrong place.
-
Navdata Update
in Releases
Posted
Airac 2203
Data only just import into the navdata table, if it fails, back up the table, then empty it then upload new data in the zip and you should be good to go.