Jump to content

ProAvia

Administrators
  • Posts

    1740
  • Joined

  • Last visited

  • Days Won

    78

Everything posted by ProAvia

  1. I had an issue installing the default 5.5.2 locally, so am presently using my modded files and imported database. I have an idea on how to successfully install a virgin 5.5.2, but haven't had a chance to try it yet. Like you, I do plan to move to phpVMS v7 - but right now need to get 5.5.2 working with php 7.2 as my host is removing php 5.x in the next month or so. With phpVMS v7 still being in beta and the lack of modules, skins, ACARS, etc - I thought this the best course of action for now. Good idea about forking SimPilots Github. I'll be in touch once I get a virgin 5.5.2 installed locally.
  2. ProAvia

    help

    The file causing the error is "app.config.php", the one listed between the ( ). There is a problem in the first file listed that is causing the second file not to function properly. Is there a blank line before the opening "<?php" line? Is there a blank line after the closing "?>" line? Or after the last line of the file? If so, remove the blank line. Also make sure there are no spaces before or after the opening/closing php tags. EDIT: do NOT add a closing php tag if there isn't one present. Having no closing php tag pregents blank lines or whitespace in the output -- at least in this particular file (app.config.php).
  3. Still a WIP. Got it running locally in Wamp on 5.6.40. Moved over to 7.2 and s-l-o-w-l-y fixing issues. I'm trying to document everything. Tried installing 2.x and comparing it to 5.5.2 - but it shows a bunch of errors in 7.2, so I abandoned that idea. Will let you know how it turns out.
  4. ProAvia

    Errors

    What version of php? For the kACARSII error, it may be better to ask at forum.fs-products.net - as that module is payware.
  5. All freeware modules are on github. https://forum.phpvms.net/topic/6962-code-now-hosted-at-github/ As far as I know, the payware ones are no longer available.
  6. Thanks gents I tried php7.2 and it showed quite a few errors in phpvms 5.5.2 - I think I'm going to download phpvms 2.x for php7 and compare the file differences with 5.5.2 to see if there is a common theme. If either of you hear/see anything on Discord or elsewhere, please update here. Thanks!
  7. ProAvia

    help

    What are the respective lines?
  8. ProAvia

    help

    Go to each line listed and change "function" to "static function"
  9. Our host just informed us that they will be upgrading to php7.2 and removing php 5.6 in the next few months. Does anyone know if phpVMS 5.5.2 will work without issue on php 7.2? If it won't work, any idea of what needs to be changed? Guess I'm going to have to install wamp again and set it up with the hosting companys current version to test things out locally.
  10. For Central.Data.class.php - mine is exactly the same.... except line 197. take out the 198 on that line. Should read 197 foreach($children as $key => $value) { As for kACARSII.... if you are still having issues, you may want to post on the FS-Products forums (as that program is payware).
  11. What version of phpVMS are you using? What are the contents of line 198 in CentralData.class.php? What are the contents of line 644 in kACARSII.php?
  12. It appears you are using an invalid site key. Go to Google and get a Public and Private key - here's a guide: Google ReCaptcha Keys
  13. Have they all updated their xacars.ini file? Have them re-download from your site. If that doesn't fix it, check all files in the Xacars module and change any references there from http to https.
  14. Post the contents of your IVAO.php file here - and also post line 21 separately below that.
  15. Look in all files associated with this module and change all http to https. I believe yours isn't working correctly because your site is https and the sites you are attempting to access from your site are still shown as http in the files. simBrief supports https.
  16. It seems that sometimes it takes a few days for someone to clean things up. Do moderators have the ability to delete posts and ban members, or are these functions for admins only? I wonder if there is any way to easily change the challenge question or recaptcha to make registering a bit more difficult? Anyone know if the IP address is recorded each time someone registers? Can users be banned by IP?
  17. Are you using the default admin panel skin? Possibly something is amiss with the schedule import option. Have you tried adding a few schedules directly to the DB schedules table?
  18. What version of phpVMS? What skin are you using? Does it work if you revert to the default (crystal) skin? Have you checked the database to see if the data was actually saved?
  19. I haven't seen that before. No idea what's happening. Hopefully someone more experienced than me will be able to further assist you.
  20. Are there any errors in the admin log relating to this?
  21. I believe the chart is from .../core/common/GoogleChart.class.php and/or .../core/lib/gChart/gChart.php. Not sure if it requires Flash to be installed or not. There must be data (PIREPS) available in the last 30 days. If "Loading" and just keeps spinning, maybe Flash needs to be installed/enabled for that browser???? Number of Guests is from .../admin/templates/dashboard.php - line 7. This is the number of connections that are not logged in (at the particular moment you load the admin page). The function is in StatsData.class.php around line 328. EDIT: IE11 displays the chart. Chrome and iOS did not - at least on my devices. I then added "Plugins" to Chrome and enabled Flash for my site. Chart now shows in Chrome on PC. Google - enable flash player chrome - for details.
  22. What version of phpVMS are you using? What browser are you using to view the main admin page?
  23. You will see these kinds of errors - usually when using modules that were written before phpVMS 5.5 was released. Lots of posts in the forums about this. In ".../core/common/" open TopPilotData.class.php (use something like Notepad++ to open the file). Change all "public function ...." to "public static function ..." . Save, re-upload to your server and see if that fixes it.
  24. Is the phpVMS version 5.5.2? IIRC - It should show the version number in the bottom right corner of the main admin panel page. Don't know if this is a factor - but have you entered both the private and public reCAPTCHA keys you got from Google into the local.config.php file?
  25. Here's the log file contents mentioned above - [29-Oct-2018 10:50:26 UTC] PHP Warning: Use of undefined constant OBJECT - assumed 'OBJECT' (this will throw an Error in a future version of PHP) in /home/flyinter/pilots.flyinternationaluk.com/core/codon.config.php on line 80 [29-Oct-2018 10:50:26 UTC] PHP Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/flyinter/pilots.flyinternationaluk.com/core/classes/Config.class.php on line 117 [29-Oct-2018 10:50:26 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/flyinter/pilots.flyinternationaluk.com/core/classes/ezdb/ezdb_base.class.php on line 661 [29-Oct-2018 10:51:47 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/flyinter/pilots.flyinternationaluk.com/core/templates/registration_mainform.tpl on line 45 [29-Oct-2018 10:52:34 UTC] PHP Fatal error: Uncaught exception 'RuntimeException' with message 'No secret provided' in /home/flyinter/pilots.flyinternationaluk.com/core/lib/recaptcha/ReCaptcha/ReCaptcha.php:62 Stack trace: #0 /home/flyinter/pilots.flyinternationaluk.com/core/modules/Registration/Registration.php(168): ReCaptcha\ReCaptcha->__construct('') #1 /home/flyinter/pilots.flyinternationaluk.com/core/modules/Registration/Registration.php(66): Registration->VerifyData() #2 /home/flyinter/pilots.flyinternationaluk.com/core/modules/Registration/Registration.php(43): Registration->ProcessRegistration() #3 [internal function]: Registration->index() #4 /home/flyinter/pilots.flyinternationaluk.com/core/classes/MainController.class.php(218): call_user_func_array(Array, Array) #5 /home/flyinter/pilots.flyinternationaluk.com/index.php(60): MainController::RunAllActions() #6 {main} thrown in /home/flyinter/pilots.flyinternationaluk.com/core/lib/recaptcha/ReCaptcha/ReCaptcha.php on line 62
×
×
  • Create New...