-
Posts
1761 -
Joined
-
Last visited
-
Days Won
79
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by ProAvia
-
Oh, this is definitely something I would be interested in. Please keep us updated. Hopefully you will release it to the community.
-
Or you can add a letter after the flight number.... 45A, 45B, 45C, etc.
-
On your site, go to Admin, Site & Settings, Maintenance Options. Scroll to bottom of page and look under Cron for advice on how to set up a cron job. The path shown there is for the maintenance script. You will need to change that to run your script. Take note of change you need to make to local.config Additionally, I believe if you log into your hosting account (cPanel), you should have the option to set up Cron jobs. Not sure if you need to set it up in phpVMS and on your host. As for how to set up this specific cron job, you will need to rely on the documentation and/or their forums for support of your payware module. Once you get it working, please post back here with specifics on how you got it working. This will help other members in the future.
-
Do you recall exact what they had in place? Knowing this may help out others in the future. Did it have anything to do with allow_url_fopen being off instead of on?
-
The internal server error? Is there anything in the error_log file in the root of your phpvms install or in /admin?
-
Are you planning to use v7 for just testing purposes? It is still in developmemt and probably shouldnt't be used for a live site. And we are still waiting on skins and modules to help customize it. An updated development version was released this morning. I download it locally, extract the files and run composer locally too. Then I upload the entire thing to my host. Seems to work fine when doing that. I've never tried any other way.
-
It may be a while until you see any ACARS for v7 that supports Linux or MAC. In any case, they are going to have to get their data via XPUIPC or their own proprietary plugin. I was hoping the XPUIPC developer was going to update it again - but his website hasn't changed in quite some time. Hmm - maybe someone can convince Pete Dowson's son to look into XP support. 😁
-
Are you using kACARS_Free, kACARSI or kACARSII? What version of the ACARS client are you using? What version of PHP are you using? Are your pilots using the latest version of FSUIPC/XPUIPC?
-
I'm pretty sure there is no ACARS for X-Plane that uses FSUIPC. But there are some that use XPUIPC. There are also other addons that require XPUIPC when used with X-Plane.
-
Once all the files are in place - using your browser, go to your URL. From there, there should be prompts to take you trhu the install process.
-
Are you using phpVMS version 2.1.x or 5.5.2 (Simpilot version)? There are several files to compare.... /core/modules/news/news.php /core/templates/news_newsitem.tpl - may end in .php instead of .tpl - this one may be in your active skin folder, which will take precedence over the one in /core/templates/ /admin/modules/SiteCMS/SiteCMS.php /admin/templates/news_additem.php - may end in .tpl instead of .php /admin/templates/news_list.php - may end in .tpl instead of .php /core/common/SiteData.class.php /core/common/LogData.class.php Compare the above files on your site to the ones in a default install (or non-edited files from a download of your version of phpVMS). Don't change the file names or extensions - just compare to default. Let us know what you find out.
-
Does the error_log show any errors? I think you should have an error_log in the root of phpVMS and in the admin directory. Are you still getting the Internal Server Error? And if so, only with the news module? What version of phpVMS? Have you compared your installed news module with the news module of a default phpVMS download?
-
Are you updating the module or just adding new news? If updating the module, compare the old and new files to see what changed and if you really do need to update. Did your host just upgrade your Apache, PHP or MySQL? I had my host upgrade PHP from 7.2.18 to a newer version and got the same error in phpVMS 7. They said it was the program and not them. Turns out the issue was a misconfigured PHP install - once they updated it again the issue was resolved. Folks using the same PHP version on a different host/server did not have the issue using the same program as me.
-
fivedev hosting issues (started 18 OCT 2019)
ProAvia replied to yourairways's topic in Support Forum
You may want to send @Nabeel a PM thru the forums amd also PM him on Discord. It being the weekend, he may mot be able to address the issue until the first part of the week. If you are having issues loading the main website page, the results page after simBrief processes the data will also see an issue. -
phpVMS 5.5.2.72 (phpVMS 5.5.2 updated for PHP 7.2)
ProAvia replied to ProAvia's topic in Support Forum
Should be fixed now. Update or download the /admin/modules/PilotAdmin/pilotAdmin.php file from the github repository. https://github.com/ProAviaAZ/phpvms_5.5.2.72/issues/48 -
phpVMS 5.5.2.72 (phpVMS 5.5.2 updated for PHP 7.2)
ProAvia replied to ProAvia's topic in Support Forum
You are trying to edit an existing pilot? Is this the error? EDIT - I think I see the issue. I will address it tomorrow when I am back at the computer. Go to my github and open a new issue - https://github.com/ProAviaAZ/phpvms_5.5.2.72/issues -
Rick - @Captthud You can get rid of those 3 'Deprecated...' errors on the selected aircraft page by editing /core/common/FleetData.class.php lines 76, 117and 129. Change 'public' to 'public static' and saving the file.
-
phpVMS 5.5.2.72 (phpVMS 5.5.2 updated for PHP 7.2)
ProAvia replied to ProAvia's topic in Support Forum
Make sure you are logged out of the site. They aren't there is logged in. I just checked your site and they are visible when logged out. -
You can display the ACARS map on the front page. This will display a map and table with currenntly active flights. <YOUR_SITE_URL>/acars Just embed it in whatever page you want - or display as a stand-alone page.
-
phpVMS 5.5.2.72 (phpVMS 5.5.2 updated for PHP 7.2)
ProAvia replied to ProAvia's topic in Support Forum
No worries..... done that myself more than once. LOL And if you want pilots to use a specific client version, in /core/modules/kACARS_Free/kACARS_Free.php line 33 - set that to the version you are using and line 34 to yes. You can host the kACARS_Free file on your site also if you wish - just show a link back to FS_Products. That will avoid confusing your pilots with multiple versions. So, the registration email issue is solved?? -
phpVMS 5.5.2.72 (phpVMS 5.5.2 updated for PHP 7.2)
ProAvia replied to ProAvia's topic in Support Forum
Well - I used a bogus email address, so I won't be getting an email. 😉 Certainly won't hurt to clear your browser cache - or try with a different browser. On my host, I needed to create a '.user.ini' file to turn error logging on in php7.2 - contents below ; see https://maximivanov.github.io/php-error-reporting-calculator/ for error reporting level calculator ; E_ALL & ~E_NOTICE = 32759 - all errors except notices ; E_ERROR | E_WARNING | E_CORE_ERROR | E_CORE_WARNING | E_COMPILE_ERROR | E_COMPILE_WARNING | E_RECOVERABLE_ERROR = 4339 ; log_errors_max_len - 1024 is default, 0 is unlimited error_reporting = 32759 display_errors = On display_startup_errors = Off log_errors = On log_errors_max_len = 0 error_log = <FULL_PATH_TO_phpVMS_DIRECTORY>/error_log ; FULL_PATH... may start with /home/<NAME>/public_html/<phpVMS_location>/errorlog Notice that I wanted to see all errors except Notices and that I want an unlimited error_log file length/size. You can make this file in notepad or another plain text editor. Name it '.user.ini' and upload to the php VMS directory. Also make an empty file named 'error_log' and upload to same location. Some hosts may not require you to do this, but may need to have error logging turned on. Having the error logging on will also help you find other errors in modules, etc. EDIT: May I ask why you aren't using the most current version of kACARS_Free? Versions 1.0.1.4 and 1.0.1.5 are very stable - http://www.fs-products.net/index.php/kacars-free/downloads-2 -
phpVMS 5.5.2.72 (phpVMS 5.5.2 updated for PHP 7.2)
ProAvia replied to ProAvia's topic in Support Forum
Using the same IP shouldn't matter. ReCaptcha is working fine. I registered and submitted a contact under Joe Blow. Did you get an email for either of them? Is error logging turned on? Is there anything in the error logs? -
phpVMS 5.5.2.72 (phpVMS 5.5.2 updated for PHP 7.2)
ProAvia replied to ProAvia's topic in Support Forum
What version of PHP, Apache and MySQL are you using? Are you using MySQL or MariaDB? If MariaDB, what version? Site URL? Did you use a valid email for the admin email address? Have you tried using the Contact form to see if an email is sent? SITE_URL/index.php/contact Do you have ReCaptcha set up correctly? -
If you want to just upgrade your php version, you can use this After you tweak your present skin and modules to work with php 7.2 (7.0 and 7.1 should also work) you can then tie it to your present live database. I think even after phpVMS v7 is released that it may take some time for compatible skins and modules to be available.