Jump to content

ProAvia

Administrators
  • Posts

    1740
  • Joined

  • Last visited

  • Days Won

    78

Everything posted by ProAvia

  1. 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.
  2. 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??
  3. 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
  4. 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?
  5. 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?
  6. 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.
  7. After a few PM's with the OP, the issue is most likely do to the fact that he is using MariaDB 10.2. That version of MariaDB is not compatible with phpVMS 5.5.2. We have been discussing alternate options and will update here if a solution is found.
  8. Be sure to enable error logging. At this stage it needs to be turned on to help identify any issues. After the site is running well, you can disable it again. I agree - if both manually adding one schedule and importing via CSV isn't working - it probably isn't the CSV formatting. When you tried manually adding a schedule, were the two airports and the aircraft assigned to that schedule already in the DB?
  9. Ok, sounds like the schedules.csv file should be fine. I recall having an issue importing schedules, but can't remember what solved the issue. I will look thru my import files tomorrow to see if I documented the fix. In your php configuration, be sure 'allow_url_fopen' is set to ON. This may be something your host needs to set for you or you may be able to set it in the php.ini file. I believe this is needed to allow remote access of files via ftp.
  10. Is it phpVMS 5.5.2 (simpilot version)? https://github.com/DavidJClark/phpvms_5.5.x - this version will work with php 5.6 . On the admin page, look in the lower right corner for the full version number. Are you saying you got the schedules csv file elsewhere? Where? Are you sure the format is correct? What other programs did you open it with? In your first post you were talking about import issues with the schedules/routes. In your reply you are talking about aircraft import issues. Let's work on one issue at a time... schedules first. For the schedules, did you check the database directly using phpMyAdmin to see if the data is there? Just because phpVMS says it imports successfully does not mean the data is in the datababse. What is the exact message from phpVMS after importing the schedules csv? In BOTH cases, we need to know what program you are using to open, create, edit and/or save the csv files. I personally have had issues using MS Excel in MS Office 2003 ... it messes up the csv formatting for some reason. Are all airports listed in the schedules already in the database?
  11. Version of phpVMS? Version of PHP? Is this a csv you did yourself or did you get it elsewhere? Have you opened the csv with any other programs?
  12. That really doesn't help either. Provide a link to where you downloaded the file. Also, in the "master file" look in the /core directory. There should be a file named "version". Open it and post the contents here.
  13. In build 715 - Scoring - the delay column may need to be widened a bit. The right side of the number is cut off... number 0 appears as the letter C for instance. This also shows up in the points column with numbers larger than 9. Maybe make all boxes the same width - Threshold, Points, Delay and Cooldown - to accommodate 5 visible digits.
  14. What version of phpVMS? What version of PHP? Post contents of line 165 of Dashboard.php
  15. I would guess you have compatibility mode on in IE. Turn compatibility mode off or remove google.com from the list of sites that use compatibility mode.
  16. What browser are you using? Maybe try with a different browser.
  17. Clear browser cookies and cache - or press Ctrl+F5
  18. Here is what I see: https://www.dropbox.com/s/gb50lfmh9rz95oa/Screenshot_20190920-095159.jpg?dl=0 Link to page: http://www.panamericanva.com/phpvms/index.php/registration
  19. I did both those tests just prior to my last posting. The ReCaptcha box is there and functions as it should. Do you not see the ReCaptcha box? Registrations and contact form messages should go to theemail you have set in admin, Site & Settings, General Settings.
  20. Your registration page and contact page are working correctly and the ReCaptcha is functioning as it should. I just registered as Test Test successfully - you can delete that registration. Also, I sent a message thru the contact form. I would suggest you remove you database info and ReCaptcha keys from your post above.
  21. phpVMS versions 2.1.x - original version - worked with php 4 - no longer in development 2 - legacy support for php 7 - no longer in development 5.5.2 - Simpilot version - works with php 5 5.5.2.72 - Simpilot version updated to work with php 7.2 (possibly 7.0 & 7.1 also) 7.0 - newest version - still in development - probably not good for a production environment for now I would consider 5.5.2.72 as the host has php 7.2 available. You will have to make some corrections to your skin and addon modules. Many of these corrections will be the same - mostly related to $count changes in php 7.2. I can help point you in the correct direction on most of the errors you might see. I updated 5.5.2 to 5.5.2.72 because my host forced us from 5.6 to 7.2 back in March of this year. Changing hosts just wasn't an option at that time. I got really lucky with the conversion - with help from members here and a lot of Google searching. After I had it running successfully for a few months, I made it available as an option for anyone using php 7.2. Version 7.0 is the newest - but skins and addons are still a ways off, as version 7 isn't in general release yet. Older skins and addons probably will need to be fully re-written.
  22. As I indicated, there may be an issue installing on php 7.3 . If it won't install on 7.3, install locally on 7.2 using Wamp or Xxamp and then move to the webhost on 7.3. It's possible that there may be a few issues to fix before adding skins and other addons. You are in unknown territory here, as I haven't tried on php 7.3. Get the base program working correctly first before adding additions skins or addons.
  23. The error log file is named "error_log" - if it is not present, create the file. It is basically a text file without the ".txt" extension. Then when loading the present site, the errors should log to that file. If they do not, you may have to turn error logging on in the php.ini file. As for the "Config::Set" lines - the last one sets the error reporting level. Presently it is set to show all errors except Notices. That setting should be fine - as you will want to fix as may errors as you possibly can before taking the site from development to live status. Copying over a 5.5.2 install to php 7.2 or greater will produce many Warning, Deprecated, etc type errors. I would suggest trying to install phpVMS 5.5.2.72 and see if you can get it to install successfully. Don't just copy the files over from another install - do a fresh install of 5.5.2.72 to a new database. If it does not install to the webhost successfully, maybe install it locally on your machine using Wamp or Xxamp under php 7.2 . Then copy all the files and database from that local install to the webhost and see what errors might present themselves. Of course, moving local install to webhost will require editing of local.config.php file to align with the webhosts names, etc. Be aware, many files in 5.5.2.72 were edited to work with php 7.2 - replacing any of the default 5.5.2.72 files may result in site errors. Although, you may have to make some file corrections to accommodate php 7.3 (just do not use any files from prior versions). You may have to do some editing of any addon skins and modules - usually pretty basic fixes though. It can be done, but its a pain. But sometimes that is your only option. If you can get phpVMS 5.5.2.72 running in php 7.3 without error, I can try to assist in getting the skins and addon modules fixed.
  24. Something isn't adding up. Simpilot version - 5.5.2 - doesn't install and function correctly under php 7 or higher from what I remember. Look in local.config.php around line 14 - there should be 3 Config::Set entries. Those 3 lines provide no personal info and are safe to post here (don't post any of the define('DBASE..... lines as those contain personal info). List the content of those 3 Config::Set lines. In the root of phpVMS there should be a file called error_log - errors are logged there. I think webhosts have differing requirements to enable error logging. Many turn error logging on in the php.ini file. Before moving to php 7.2, my host had error logging on. Once they forced us to 7.2 the error logging defaulted to off and I needed to add to the php.ini file to turn it on. If you have no option to downgrade the php version to php 5.something, consider using phpVMS 5.5.2.72 - pinned at the top of this forum. It will install under php 7.2. Read the readme file first. It won't work under php 7.3 . Version 5.5.2.72 is basically 5.5.2 updated to work with php 7.2 . Maybe the best bet is to see if other php versions are available first. If you have access to the cPanel for the account, look for MultiPHP Manager to see what versions may be available. Once we know that, we can help out further. Don't be concerned with the Warning, Deprecated, etc messages for right now. EDIT - did you just copy the Citylink files over to vlmva or did you do a totally fresh install of 5.5.2 to vlmva?
  25. phpVMS 5.5.2 will not install or run without error under php 7.3 as far as I know. Did you turn error logging off in the local.config.php file? Did you edit phpVMS to work with php 7.3.9? Have you checked the error_log file for any errors? phpVMS 5.5.2 will work with php 5 - up to php version 5.6 if I recall. It will shows lots of errors when attempting install in php 7.0 and above. phpVMS 5.5.2.72 will work with php 7.2 - but shows errors in php 7.3 Please verify what version of phpVMS you are running and what version of php the directory that phpVMS is set for. Also, is error logging on or off?
×
×
  • Create New...