-
Posts
1701 -
Joined
-
Last visited
-
Days Won
75
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by ProAvia
-
PHPVMSGEN - You have not heard the name before !!!
ProAvia replied to LesJar's topic in Paid Services
Great - thanks for the update! -
If the readme states it works in php 7.2, that is phpVMS 5.5.2.72 - not phpVMS 5.5.2 What is the link to the github where you downloaded it from?
-
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.
-
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?
-
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.
-
PHPVMSGEN - You have not heard the name before !!!
ProAvia replied to LesJar's topic in Paid Services
@LesJar What is the status of this? Looks like the website is no more. -
Go to the Discord v7 releases channel for a link to the latest dev build.
-
You need to calm down and show some respect - or you will be tossed out the same door you came in.
-
What sim? Rescan your scenery for that sim.
-
xacars server implementation files
ProAvia replied to federicoangelino's topic in General Discussions
Search on Github. Last I checked it was still available there. -
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
-
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.
-
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.
-
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.
-
Wrong forum - your post belongs in the v7 forum And, if 000webhosting is free hosting, phpVMS won't work correctly.
-
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.
-
- 1
-
Great!
-
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?
-
No - functionality may return at some point after phpVMS v7 is released.
-
phpVMS 5.5.2.72 (phpVMS 5.5.2 updated for PHP 7.2)
ProAvia replied to ProAvia's topic in Support Forum
Full PHP version? MySQL or MariaDB version? Paid or free hosting? -
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.
-
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?
-
No - at least not without a complete rewrite of the code. It would be easier to develop an entirely new addon for v7.