-
Posts
1695 -
Joined
-
Last visited
-
Days Won
75
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by ProAvia
-
It's always an option. But we're on a sub-domain and the main domain holder just paid for hosting for another 5 years. I have my site on phpVMS 5.5.2 with PHP 7.2 running stable right now - actually for over a week now. No warning or deprecated errors, ACARS works too. Once I have a little time, I will share the updates with the community.
-
Version of phpVMS? Version of PHP? What errors are you getting? Maybe post a screenshot showing all the errors.
-
Good luck Jason. Best of luck with VAbase.
-
Well, when I responded yesterday it was phpVMS and the site used the default crystal skin. This morning it's vabase and most of the links don't work correctly. I guess the OP needs to dedide which direction he's going to go.
-
If this is only for your own use, you can probably get by with the starter skin - crystal. If you intend to take public, you may wish to consider an addon skin. There are a few free ones available here on the site. Several folks use the CrewCenter skin by Mark Swan - a bit of a learning curve to install and adapt to any addon modules not included. Post any questions you may have and someone will probably be able to help. You will need a Google Maps key for the map to work correctly.
-
Finish your install as directed at .../install/install.php - Then delete or rename the install folder. Let's see what you have from there. Are you intending to mimic the RW AllegiantAir? Is this just for your use or will you be running a VA? You will need to add aircraft, airports and routes not matter what. EDIT: ok, install went good as I see the main page now.
-
What version of phpVMS are you using?
-
Thanks to the Mods for moving this to the correct forum. 👍
-
I don't have any specific recommendations and don't know your specific hosting needs. There are a bunch of web hosting companies out there. What country are you in?
-
That's version 7. The forum you posted in is for the 'classic' versions.... 2.x, 5 and 5.5.2 only. This is the PHPVMS CLASSIC forums. Look down in the next section for the PHPVMS 7 forums. Version 7 is in early beta and shouldn't be used for a production site.
-
I don't think any version will presently work with PHP 7.3. Which exact version are you trying to install - Nabeel's version 5 or Simpilot's version 5.5.2? Can you revert to a previous version of PHP? Maybe 7.0 for Nabeel's v5 and 5.6 for Simpilot's v5.5.2. How about MySQL? I do know the Simpilot version will not install with MySQL 5.7 presently, so I used MySQL 5.6
-
With the Simpilot 5.5.2 version you listed, you do not need to do the update to ReCaptcha v2. Just get the keys from Google and put in the local.config file. If you are on free hosting, phpVMS will not work properly.
-
Nabeel's is version 5 - not 5.5. Simpilot's is version 5.5.2 Version 5 needs the ReCaptcha 2 added to it. Version 5.5.2 has ReCaptcha 2 already. Both versions need the ReCaptcha keys added to local.config.php. You should not alter or add anything to app.config.php - add to local.config.php. Items in local.config.php will take precedence over the same items in app.config.php. It appears you are using free hosting. phpVMS won't work correctly with free hosting. Don't post keys assigned to you in the forums. I'd suggest you edit your post to remove the ReCaptcha keys.
-
Glad you got it sorted
-
I'm finding that out. I have made some progress though. I need to have something in place by month end as my host says they are removing 5.6 by then. And according to what they tell me, only 7.2 will be available after that. Moving to a different host at this time is not an option.
-
Please show Simpilot version as 5.5.2 to avoid confusion - in the passed several days there have been a couple of mix-ups between versions 5.5.2 and 5. Listing the entire version number should help to avoid confusion. And you entered a new set of keys for ReCaptcha in the local.config file? If so, double check that your URL is set correctly in the Google ReCaptcha API. Open your browser console and check for errors there too. Are you running this install locally (on your computer) or on your web server?
-
Just to be sure, is this the Simpilot version 5.5.2 or the Nabeel version 5? If Simpilot version 5.5.2, see second post of the thread you linked to above. You will need to add that code to local.config.php and then get the ReCaptcha keys from Google to enter into that code as indicated. Do not edit app.config.php - all config edits should be done in local.config.php. If Nabeel version 5, I believe you have to update to ReCaptcha v2 - see this post: https://forum.phpvms.net/topic/25571-upgrading-recaptcha-to-v2/ .
-
Yup - Simpilot exam center working here on 5.6 also.
-
Great to hear. Best of luck with re-opening your VA!! If you don't mind me asking, what skin are you using?
-
Which version of phpVMS do you have installed - Nabeel's 5 or Simpilot's 5.5.2?? And Simpilot's ExamCenter is working correctly also? Great!!
-
So we are all on the same page, which version are you now using? If using Simpilot's version 5.5.2 and you just overwrote the old files (instead of doing a new install), your database is not up to date with version 5.5.2. Version 5.5.2 added at least one new table (maybe more) and added some fields to a few different DB tables. There may be other differences too. There are also differences in many addon modules that work with version 5.5.2. Which exam center are you having issues with? There are a couple of them available.
-
Although this is listed as version 5, do not confuse this version with the Simpilot version. This is version 2.x reworked to work with PHP versions up to 7.0. For ReCaptcha version 2 to work, see the Support Forum post titled: Upgrading ReCaptcha to v2 in the forums on this site. The Simpilot version is 5.5.2 - and is already ReCaptcha version 2 compliant. This version requires PHP 5.3 to PHP 5.6.x. It will not work with PHP 7.x. With either version, you will need to get ReCaptcha keys from Google and insert them into local.config.php. The keys listed in app.config.php will NOT work.
-
If you want phpVMS 5.5.2 by Simpilot, get it here: https://github.com/DavidJClark/phpvms_5.5.x The version 5 by Nabeel is version 2.x (classic) updated to work with PHP version 7.0 . It doesn't seem to work correctly with PHP version 7.2 though.... ask me how I know.
-
For clarification - did you or did you not add Recaptcha v2 keys to local.config.php? No idea why you are getting the Warning at the top of the page. What is the path from the root directory to the phpvms install (where you uploaded the phpVMS files to on your server)? Mine is 'root/public_html/airline_name/phpvms'. I have installed phpVMS 5.5.2 several times in the past few days while working on a project. I added Recaptcha keys to local.config.php after installation and recaptcha works fine - without any need to update to Recaptcha v2. What is the link to the Github repository you used to download phpVMS 5.5.2?