Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 1 follower
- 2 replies
- 1.2k views
Completed the .htaccess/url rewrite actions tonight on my website but am running into an issue with making the icons re-appear on various pages. I did figure out the view pirep page fix by changing var url = window.location.href.split("index.php")[0]; to var url = window.location.href.split("pireps")[0]; inside of the phpvms.js file but can not quite figure out how to fix the live map in air icons with the following code written in the acarsmap.js const getHeadingIcon = (heading) => { if (!(heading in headingIcons)) { headingIcons[heading] = L.icon({ iconUrl: url + "/lib/images/inair/" + heading + ".png…
Last reply by skyguyt, -
- 2 replies
- 1.5k views
Hello to everyone here! I don't know where to start from, since I really don't even know what am I gonna ask. but here I go.... We have a Virtual Airlines running on WIX servers https://www.southamericanva.com/ And currently, we are using UESVA acars to monitoring the flights and pireps sent from the pilots. However we just bought the SmartCARS from TFDI but I'm not quite sure what to do. I've been trying to read some about it but there are so many concepts, terms and words that I don't understand. English is my second language, and I assumed I have issues trying to understand those concepts. Does anyone here can help me or guide me? I don't know …
Last reply by Strider, -
- 1 follower
- 2 replies
- 1.2k views
Hello all! Having an issue where I'm trying to display a pilots current location based on their last PIREP, however on any page that calls for the location from their last PIREP, it still displays their hub. For example, on my profile page I'm using: <?php $lastreport = PIREPData::GetLastReports($userinfo, 1); if(!$lastreport) { $location = $userinfo->hub; } else { $location = $lastreport->arricao; } ?> <?php $airport_info = OperationsData::GetAirportInfo($location); $airportname = $airport_info->name; ?> <li><strong>Current Location: </strong><?php echo $location; ?> - <?php echo $airportname; ?>…
Last reply by Dyl1103, -
- 2 replies
- 1.3k views
Hello can anyone help me fix the live map it not showing i added google api kys for map and it still not working can anyone help thanks My discord Shane#2321
Last reply by Strider, -
- 2 replies
- 839 views
Hello; Looking for a professional designer phpvms website skin and matching crew center. I would like to get an estimate for making a skin for phpvms 5.5.2. I am looking for a clean modern sleek with drop down menus, stats to include total cargo carried and matching pilot and/or crew center. Skins similarly as shown in https://www.swavirtual.com/wn/ , https://alaskava.org/index.php and https://upsvac.com/frontend/ . Will need access to the phpvms admin center. My airline is American Global Alliance Virtual. This va encompasses fleet, routes from real cargo/freight airlines such as UPS, FEDEX, Polar, Western Global, and more. Also a skin or site that comes with specif…
Last reply by Bushman, -
- 2 replies
- 743 views
This is what comes up. Can anyone please can't seem to figure it out
Last reply by swaluver480, -
- 2 replies
- 787 views
hello, im completely stumped, if you see my webpage https://vswa.net/index.php/pireps/view/199 you'll see the "route map" below the map i added in (continuous work going on) I tried my code as a different name and there is no "route map" so my next question im going to ask is where is that route map coming from, what interconnected paret that isnt even in my coding is calling that code? what the heck is going on lol
Last reply by swaluver480, -
- 2 replies
- 1.2k views
Hello guys, I am running into a situation I have never seen before in PHP VMS (and I have seen quite a bit). Some script is bypassing the Recaptcha at the registration page and consistently registering new pilots at a fairly high rate (like 50 in 15 minutes). If I put the VA in Maintenance mode the issue stops but as soon as I reopen it restarts...... Not sure how to contain this or where to start looking for issues. Any help would be very appreciated so thanks in advance
Last reply by William, -
- 2 replies
- 145 views
Our site is on PHPVMS 5.5.2 and I am also thinking of moving to a new host provider. The current provider (php-mods.eu) seems to have completely disappeared and I can no longer get answers to any of my questions now for months for stuff that is broken (sounds like the same issue here the OP mentioned)...very frustrating. A few questions: 1) Does anyone have a decent recommended PHPVMS host provider that they are using in North America? Our site performance has been absolute crap so I am hoping moving to a more regional server host will drastically improve performance. Also someone with familiarity / migration skills of a new provider would be extre…
Last reply by ProAvia, -
- 1 reply
- 2.1k views
Build 254On the Admin Page under the Airlines Section.The Link to add an Airline says "Add an Aircraft"Also when clicking the "Options" button under an existing airline it results in a Blank Admin Screen instead of any options to edit.
Last reply by Nabeel, -
- 1 reply
- 2k views
BUILD 254On the admin panel when adding Flight Schedules the page that displays is larger than my screen area (1024x768). Thus I am unable to manipulate certain buttons and fields. Scrolling appears to be disabled while this screen is displayed.
Last reply by Nabeel, -
- 1 reply
- 2.2k views
Hey all,Can you please post your php5 versions?ThanksNabeel
Last reply by VinceN, -
- 1 reply
- 2.2k views
Build 274When I try to login to the admin panel I get an error about the google maps API being registered to a different website. I am then returned the the login screen.
Last reply by Nabeel, -
- 1 reply
- 2.4k views
Hello, when i run the install file i get this error"Parse error: syntax error, unexpected ')', expecting '(' in /home/emirates/public_html/trunk/install/install.php on line 21" now I've chmoded the files required.Hope you can help,Zeeshaan
Last reply by Nabeel, -
- 1 reply
- 1.9k views
When adding custom ranks. Adding a rank throws a "The hours must be a number" error even if the hours entered are indeed a number. This bug does not appear to be impairing functionality
Last reply by Nabeel, -
- 1 reply
- 1.9k views
The latest revision has apparently undone the change you made earlier where adding schedules were done in a page instead of in a pop up window.The pop up window is still larger than the available screen area rendering it unusable.
Last reply by Nabeel, -
- 1 reply
- 2k views
Whenever deleting an item the page should ask if your sure. There might also be some mechanism for deleting multiple entries at once.Certain staff members should receive notification on certain events (Pilot Join, PIREP FILED) etc.Add the ability to sort displayed scheduled (By Flight Number, By Departure Time, By Arrival Time, By Flight Leanth, etc)
Last reply by Nabeel, -
- 1 reply
- 2.3k views
When requesting a page that does not exist via the "?page=content&p=x" function the following is displayed.Warning: SiteData::GetPageContent(/var/www/vhosts/ceruleanairlines.com/subdomains/test/httpdocs/core/pages/privacypolicy.htm) [function.GetPageContent]: failed to open stream: No such file or directory in /var/www/vhosts/ceruleanairlines.com/subdomains/test/httpdocs/core/common/SiteData.class.php on line 119Warning: SiteData::GetPageContent() [function.include]: Failed opening '/var/www/vhosts/ceruleanairlines.com/subdomains/test/httpdocs/core/pages/privacypolicy.htm' for inclusion (include_path='.:') in /var/www/vhosts/ceruleanairlines.com/subdomains/test/httpdo…
Last reply by Nabeel, -
- 1 reply
- 1.9k views
Ok, besides the "Can't find javasript.tpl" errors during install (I know they were there). I did run into the same mysql errors that most people are. Just to let everyone know, INSERT INTO `phpvms_ranks` VALUES(1, 'New Hire', 0); is incorrect.Why? Because 3 values do not match 4 fields. To fix this, it should be INSERT INTO `phpvms_ranks` VALUES(1, 'New Hire', , 0); Another way to get around this is to manually add an image with it's location to the blank spot. Or you can manually add each line of sql into your database. However, the first block of code will always give an error.
Last reply by Nabeel, -
- 1 reply
- 1.6k views
I have just installed the system, but many links are wrong. Not only are there links with an incorrect protocol (HTTP// instead of HTTP://), there ar also links that link to /page instead of /phpVMS/page. What should I do to fix these?Thanks in advance!
Last reply by Nabeel, -
- 1 reply
- 1.6k views
How do i delete a pilot I dont want anymore?Im using the first full release
Last reply by Nabeel, -
- 1 reply
- 1.8k views
Nabeel,I just noticed that on the registration page there is no feild for DATE OF BIRTH.A lot of VA's mine included ask for this information to satisfy US COPPA requirements. I can't just add it as a custom field because then it becomes publicly visible. In the mean time I'm adding a "If you register you are satisfying" bla note but I don't know if this actual satisfies the legal requirement. Is it possible to get this put into the system?Thanks in advance~Vince
Last reply by Nabeel, -
- 1 reply
- 1.6k views
Hi,How do I remove the 0 so that JSL0001 Scott Diamond looks like JSL001 Scott Diamond? Thanks.
Last reply by Nabeel, -
- 1 reply
- 1.4k views
Do we have any control over the looks of the graph in the pilot profile?
Last reply by Nabeel, -
- 1 reply
- 1.3k views
in our company pilots can fly free. how do with phpvms?
Last reply by Nabeel, -
- 1 reply
- 1.5k views
When I attempt to add a pilot group I get redirected to a blank page with the following errorThere was an error!I have also attempted this on a clean install with the same result.
Last reply by Nabeel, -
Hey i have a login script for my website (lf you look on my page) and i would like to reuse it for the phpvms system so how would i be able to do it can you provide me a code?
Last reply by Nabeel, -
- 1 reply
- 1.5k views
Look at the attached file for how the forum looks in Explorer. It's not my explorer which has gone badly, I have tried it on my two computers, and at my office. fsscr000.jpg
Last reply by Nabeel, -
- 1 follower
- 1 reply
- 1.6k views
If you're having problems with FSACARS (including double'd flight codes (VMAVMA1100)), you need to create a log and send it to me: In version 1.1.430 and later, in your local.config.php, there is a value: Config::Set('ACARS_DEBUG', false); Set this to true, and also, create a "log.txt" in /core/modules/ACARS. Make this 777. After a flight, post that file to this page (in a zip file, as an attachment)
Last reply by RogerB, -
What's the field for? is it cruise speed or cruise flight level?
Last reply by Nabeel,