Jump to content

ProAvia

Administrators
  • Posts

    1647
  • Joined

  • Last visited

  • Days Won

    71

Everything posted by ProAvia

  1. While it was a general statement, I'm the one who coded phpVMS 5.5.2 to work in php 7.0-7.2 -- hence the version phpVMS 5.5.2.72 5.5.2.72 doesn't fully work/install on php versions above 7.2 There will be errors and incompatibilities. My guess is it was either installed under php 7.2 and then the php version was changed to 7.4 or possibly error reporting is off or not set up to show pertinent errors - or both.
  2. phpVMS 5.5.2 (simpilot) will have issues/errors with PHP 7.2 - that is why phpVMS 5.5.2.72 was developed. MariaDB 10.2 may cause issues - but most may be related to Strict Mode. MySQL 5.7.5+ will cause import issues and date time issues with phpVMS 5.5.2 and 5.5.2.72. Do you have error reporting on or off?
  3. What phpVMS version are you using? What exact MySQL version? 5.7.xx is what we need to know. There are some incompatibilities in certain phpVMS versions and PHP 7.2 As well, certain MySQL versions could possibly prevent importing csv files and/or changing/adding schedules, airports and aircraft.
  4. @LesJar What is the status of this? Looks like the website is no more.
  5. phpVMS 5.5.2.72 isn'tfully compatible with PHP 7.4 - as stated in the readme file. Additionally, if you are using MySQL 5.7.5 or greater or MariaDB 10.2 or greater, some basic phpVMS functions will not work.
  6. Go to the Discord v7 releases channel for a link to the latest dev build.
  7. You need to calm down and show some respect - or you will be tossed out the same door you came in.
  8. What sim? Rescan your scenery for that sim.
  9. Search on Github. Last I checked it was still available there.
  10. In order to possibly help others, what did you do to get it to work?
  11. As I recall, it has something to do with adding if(Auth::LoggedIn()) { Do this }else{ Do something different } "Do this" would be to display your discord stuff "Do something else" would be to maybe return to the home page or display an error message
  12. Did you try importing all at once in a single csv file? Maybe break the csv file into multiple smaller files (maybe 200 flight schedules per file) and try importing them that way.
  13. Some have had success with kACARS_Free 1.0.1.5 This version will work with FSX, P3D and XP. I have no idea where to download that version. Maybe another member here can advise. What exact version of MySQL are you using? 5.7.xx? There were a few changes with versions higher than 5.7.4 that may cause issues.
  14. If you have other areas of the site or specific modules that are only visible to members, look thru them for how they are restricted to members only.
  15. Find the template file that displays that image and alter the html code to center and/or resize the image to fit the space you want it in. It appears the image is too large for the space and that is why it is overflowing the right side.
  16. Wrong forum - your post belongs in the v7 forum And, if 000webhosting is free hosting, phpVMS won't work correctly.
  17. Thanks to @DisposableHero Github master file has been changed to accommodate IPv6 IP addresses. New installs after the date/time of this post will be set up for IPv4 and IPv6 IP addresses. https://github.com/ProAviaAZ/phpvms_5.5.2.72 Previous installs can update to allow IPv6 addresses by running the SQL queries below. Both are needed. 25 chars will not be enough to store v6 addresses. It should be at least 45 chars to avoid errors. So during install, setting ip related column length as varchar(45) may solve future issues with new members using ipv6. Also for current users of your release, running simple sql queries may help to solve this little problem. This is for the pilots table: ALTER TABLE phpvms_pilots CHANGE lastip lastip VARCHAR(45) https://github.com/ProAviaAZ/phpvms_5.5.2.72/blob/master/install/sql/install.sql#L336 Same logic applies to the sessions table too; https://github.com/ProAviaAZ/phpvms_5.5.2.72/blob/master/install/sql/install.sql#L471 ALTER TABLE phpvms_sessions CHANGE ipaddress ipaddress VARCHAR(45) Direct manipulation via phpMyAdmin on the above two items is also possible. Additionally, any Modules that list an IP address will need their associated table changed. For example, kACARSII has a sessions table (kacars_sessions) that includes ipaddress. So, varchar for ipaddress needs to be changed from 25 to 45 there also. As always - BACK UP the database first. Only you are responsible if the above doesn't work for any reason.
  18. You are already showing as a member of the phpVMS discord. Are you able to see the phpVMS discord now? EDIT - I still show you as a member there, but when I attempt to send you a message it says: Your message could not be delivered. This is usually because you don't share a server with the recipient or the recipient is only accepting direct messages from friends. ... Do you have direct messages set to only allow friends to send you a DM?
  19. No - functionality may return at some point after phpVMS v7 is released.
  20. ProAvia

    error skin

    Please post in English
  21. Full PHP version? MySQL or MariaDB version? Paid or free hosting?
  22. Thanks - unfortunately, my AV shows that website as "infected with URL:Blacklist". Maybe the OP can possibly get that straightened out and/or provide a different link.
  23. Do you have a website for your company? How about links to VA's you have designed for? Base price for a phpVMS v7 design? Price of options?
×
×
  • Create New...