-
Content Count
304 -
Joined
-
Last visited
-
Days Won
2
ProAvia last won the day on February 3
ProAvia had the most liked content!
Community Reputation
17 GoodAbout ProAvia
-
Rank
Advanced Member
Profile Information
-
Location
: Near KPHX
Recent Profile Visitors
2832 profile views
-
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
-
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.
-
Post the contents of your IVAO.php file here - and also post line 21 separately below that.
-
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.
-
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?
-
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?
-
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?
-
I haven't seen that before. No idea what's happening. Hopefully someone more experienced than me will be able to further assist you.
-
Are there any errors in the admin log relating to this?
-
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.
-
What version of phpVMS are you using? What browser are you using to view the main admin page?
-
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.
-
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?
-
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
-
What version of phpVMS? Default (crystal) skin or another skin? Any errors in the error logs?