-
Posts
1761 -
Joined
-
Last visited
-
Days Won
79
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by ProAvia
-
Is this kACARSI or kACARSII payware module on your site? Besides changing from http to https, are there other changes to the URL?
-
Nice find! Thanks.....
-
Not sure how that's done in v7. In earlier versions there were options to enable the page for signed in users to see and also to make the page public - which everyone could see.
-
Post in English - you will get quicker responses. That doesn't look like kACARS_Free -- Are you using kACARSI or kACARSII payware version? What PHP version? What phpVMS version? Check to be sure the payware kACARS module is installed correctly - the module may also be known as the Site Files. In local.config.php, be sure define('SITE_URL', ... is set to show https instead of http In kACARS, be sure the URL is using https instead of http
-
The issue might be specific to your website host..... First - back up the StatsData.class file Change $key_month = date('MY', $start); To $key_month = date('i', $start); Save the newly edited file, try it again and let us know of the outcome...... If it doesn't work, revert to the backup file.
-
Yes, I doubt that will fix the issue either. But it helps if everyone has the same line numbers on default files - easier to help others when they encounter an issue. I have never used the Cron job option. I rarely run the maintenance items manually either. All my stats stay up to date.
-
I would recommend you do not remove/delete line breaks. It is easier for us to help you if your files are close to the default files we have available. Have you made any other changes to StatsData.class.php? If not, replace your present file with the default and let us know what errors may show up. I think your error references this line in the default file: https://github.com/DavidJClark/phpvms_5.5.x/blob/master/core/common/StatsData.class.php#L171
-
Have you set the timezone in your php.ini file? Make sure the spelling of the timezone is correct and it's one of the valid timezones.
-
You can create a phpinfo.php file and put it in the directory with the phpVMS files. I recommend putting it in the phpVMS directory because different settings can apply to different directories - just like many hosts allow using different PHP versions in different directories. Then run the file and see what is actually enabled and what isn't. Contents of the phpinfo.php file.... <?php phpinfo(); ?>
-
What base template is your skin based on? What are the licensing requirements (if any) of the base template?
-
phpVMS 5.5.2.72 (phpVMS 5.5.2 updated for PHP 7.2)
ProAvia replied to ProAvia's topic in Support Forum
Great! Making mistakes is how we all learn. Glad you got it working. -
phpVMS 5.5.2.72 (phpVMS 5.5.2 updated for PHP 7.2)
ProAvia replied to ProAvia's topic in Support Forum
Certainly NOT an idiot question.... let's see if we can figure out why this happened. What PHP version? What MySQL/MariaDB version? When you set up the database, did you allow ALL priveleges to the db user? Does the db user (ERA001) have access to use the database assigned for phpvms use? Based on your answers, I may have a few more questions. But I may need additional info you may not wish to post on a public forum, so feel free to contact me thru the PM system here. -
Honestly, if you can't get the recaptcha working correctly in the default 5.5.2.72 install, it probably won't work in an addon skin either. If you show us the errors, we will try to help. If you don't you are on your own. Once you start taking items out of the base install you become a test pilot with no support, as it's impossible for us to figure out what you did.
-
You don't necessarily need the Email Settings changed Why would you remove the captcha? If you remove it, you will eventually get a bunch of robots registering and/or span registrations. ReCaptcha "just showing stupid errors" indicates the keys are incorrect, installed incorrectly or possibly an issue with your server setup. But without you listing those errors, no one can help you correct the issue. ReCaptcha is version 2 compliant - as it states in local.config Do you have a valid email entered in the admin panel? Is it an email related to your site - XXX@MyVA.com? Or is it a gmail, hotmail, etc type email address? Have you checked the Chrome console while registering or sending email thru the site? Have you checked the error_log file in the main phpvms directory or in the /admin directory for any errors?
-
Doesn't it need a foreach $pilots as $pilot in there somewhere to be able to get $pilot->pilotid from the pilots database table? pilots table being plural and pilot being singular...... ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Is the VATSIM ID stored in the pilots database table? Or did you add the VATSIM ID as a Custom Field? If Custom Field, the data (VATSIM ID) is stored in the fieldvalues table. Then call it as <?php echo PilotData::GetFieldValue($pilot->pilotid, 'VATSIM ID'); ?> If the field is named different than 'VATSIM ID', change that in the code above.
-
Does it work if you change the skin back to the default crystal skin?
-
You need to enable allow_url_open on your server - or have your host do it for you.
-
I would recommend PHP 7.2 for phpVMS 5.5.2.72 as that's the version it was designed to work with. It should also work with 7.0 and 7.1 - but PHP 7.3 and above will show additional errors durng the install. I don't know if you can just change that setting from MySQL to MySQLi - but since you are experiencing other issues, I would recommend a clean install and start fresh with MySQLi chosen during install. Then test everything to be sure it all works. Don't bother adding any skins or modules until AFTER you are sure the program functions correctly in its default state. Be sure error reporting is turned on and that you have an error_log file set up in the main phpVMS folder and another in /admin.
-
What program are you using to edit the schedules file? Be sure that the days of week column and week1-4 columns (phpVMS 5.5.2) are are set for text and not any numeric setting. If you do that, the 0 will show in the final saved file.
-
phpVMS 5.5.2 or 5.5.2.72? With PHP 7.3 - phpVMS 5.5.2 or 5.5.2.72 will not install correctly What version number of MySQL? Look in local.config to see if MySQL orMySQLi Do you have error reporting turned on? Are any errors showing inthe error_log file? Are any errors showing in the console? I wouldn't worry about changing from lbs to kg, adding a skin or any other addons until you have your install working withoutany errors while using the default crystal skin.
-
More info is needed.... phpVMS version? PHP version? MySQL or MariaDB version? Who is your host and what OS is running on the server? During install, did you choose MySQL or MySQLi ? The "Remove this...." part is most probably the standard News item posted after installation is complete. You can remove it by going to Admin, News & Content, News.
-
What phpVMS version? Are you using an ACARS program? If so, which one? Look in local.config for these 2 lines. Change both to false - or add them if not already in local.config Then test to see if it works for your issue. Not sure if it will solve being able to bid on additional flights. # Schedules - if bid exists Config::Set('DISABLE_SCHED_ON_BID', false); # true = route not shown if already bid on Config::Set('DISABLE_BIDS_ON_BID', false); # true = if bid exists no one else can bid that flight
-
I'm guessing after 4 years without the author releasing it, we will never see it for use.
-
Crazy Creatives Tour Center is a payware module and can not be discussed in this open forum. Contact Crazy Creatives, post on their support forums or hope another member here who has that module PM's you.
-
Hmm - the link you provided works for me. And I can also view the live map.