Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 9 replies
- 2k views
Hey all! Hope youre doing well! For a long time now, I have been getting the error when sending a PIREP and other functions (via smartCARS, Manual Pirep, Edit from Profile): "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 2SUCCESS / You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 2". I have not found a solution to this on the Internet. Everything is executed, but I get the error message . My attempt is now to deactivate such error messages. Ca…
Last reply by ProAvia, -
- 3 replies
- 2k views
Hi, I've got this error, when I upload new Schedules... Warning : set_time_limit() has been disabled for security reasons in /home/a2688480/public_html/admin/modules/Import/Import.php on line 90 Thanks!
Last reply by servetas, -
- 3 replies
- 2k views
Hi all! I would like place the last 5 news in sidebar (only date and new's title), so I have modified frontpage_main.tpl, and it works, but I don't know how make that news body does't appear... can you help me please? <div id="mainbox"> <?php // Show the News module, call the function ShowNewsFront // This is in the modules/Frontpage folder MainController::Run('News', 'ShowNewsFront', 5); ?> </div> <div id="sidebar"> <h3>News</h3> <?php MainController::Run('News', 'ShowNewsFront', 5); ?> <h3>Recent Reports</h3> <?php MainController::Run('PIREPS', 'RecentFrontPage', 5); ?> <h3>Newest Pilots<…
Last reply by BaRBeR, -
- 2 replies
- 2k views
Disregard, I was placing the code in the wrong file. -------------------------------- Running SimPilot's 5.5.1 Adding a bid returns the following message: "Strict Standards: Non-static method SchedulesData::setbidonschedule() should not be called statically..." The bid is successfully added though. Filing a pirep returns two 'setbidonschedule' errors plus one for CodonEvent::hasstop(). Again, the pirep goes through successfully but the errors are unpleasant. I've seen suggestions for adding a code to the local.config to ignore the errors but that code is already there -->that's because it needs to be in modules/schedules/schedules.php
Last reply by simpilot, -
- 5 replies
- 2k views
Hey, I have been messing about for a while and cant get it to work, brain has totally fried now. This is what i currently have which is not right but it does work, echo "<td align=center> <a href=\"../index.php/pireps/view/$pirep->pirepid\"/> $pirep->code$pirep->flightnum </a> </td>"; So when i change it to the below the url works fine but i can seem to echo out the variable to display the EZY flight number all i get in the table is the code $pirep->code$pirep->flightnum. echo '<td align=center> <a href='.SITE_URL.'/index.php/pireps/view/'.$pirep->pirepid.'/>$pirep->code$pirep->flightnum </a> …
Last reply by bunoire14, -
- 1 follower
- 5 replies
- 2k views
Hello, I have 2 active airline on my site, ICAO example: GLO WEB I would like to when each rider took a flight appeared the logo of their respective companies example; Logo Image #Flight Departure Arrival Pilot Aircraft Time T/D Status GLO2144 SBPA SBCF Philippe Melo B738/M (PR-GTV) 1.54 -61 Accepted Logo Image #Flight Departure Arrival Pilot Aircraft Time T/D Status WEB5801 SBGR SBBR Luiz Fe…
Last reply by Fernando, -
- 1 follower
- 3 replies
- 2k views
i have added a custom profile so pilots can add the vatsim or ivao id how do i get it to show on the pilot roster this its what iy looks like now http://luxairways.org/index.php/pilots and here is the current code <style> .roster_table { font-size:12px; overflow:hidden; border:1px solid #000000; background:#fefefe; margin-bottom:10px; -moz-border-radius:5px; /* FF1+ */ -webkit-border-radius:5px; /* Saf3-4 */ border-radius:5px; -webkit-box-shadow: 0 1px 5px #000000; -moz-box-shadow: 0 1px 5px #fff; margin-top: 10px; width: 100%; } .roster_table td {padding:5px 10px 5px; text-align:center; } .roster_table th {padding-top:15px; text-shadow: 1px 1px 1px #fff; …
Last reply by poole3003, -
- 2 replies
- 2k views
Hi, My VA pilot's recruitment is off ... And then , when i see pilots registering , i always refuse it ... But when the recruitment is on , the pilot ID starts with the last registered pilot , so i must change it manually Is there anyway to change it to normal ? Thx, Regards,
Last reply by NadRush, -
- 1 follower
- 4 replies
- 2k views
What is the php code for showing how many active flight there are in number format EX : 3 Active Flights
Last reply by smokey68, -
- 6 replies
- 2k views
first of all, i´m new and my english is better than my chinese, but not so good at all, so i try to explain my problem : i installed last week the phpvms the first time after i created a database...it worked fine...(i was so proud to abt it, hehe) after that i deleted the phpvms for testing something (i also deleted all phpvms files via ftp). yesterday i created a database for using fspassengers without any problems. so today i copied the phpvms again in a new folder on my website and got now after trying out the .../install/install.php this: Parse error: syntax error, unexpected ')', expecting '(' in /mnt/web1/20/55/5903255/htdocs/phpvms/install/install.php on line …
Last reply by Nabeel, -
- 5 replies
- 2k views
I'm having trouble on how to login to the PHPVMS Admin panel
Last reply by web541, -
- 1 reply
- 2k views
Hi I would like to add our communities discord widget to our PHPVMS server's front page and any help would be appreciated.We are using the arctic-master skin. We have the below options for inserting the widget but do not know how to do this in PHP? I am guessing that I need to start with our frontpage-main.tpl file ?????? https://discordapp.com/api/guilds/562731388210774017/widget.json OR <iframe src="https://discordapp.com/widget?id=562731388210774017&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0"></iframe> Thanks Darryn
Last reply by flyalaska, -
- 5 replies
- 2k views
Is it possible that the system offers several flights with only one flight number? My VA uses a flight number for a flight with several departure and arrival times. For exemple: ABC001 DEP: 08:00a ARR 09:30a | 123456- ABC001 DEP: 08:15a ARR 09:45a | ------7 Cheers, Chris
Last reply by Nabeel, -
- 2 replies
- 2k views
After installing phpvms appeared the following errors: On the home page Fatal error: Can not re-assign auto-_FILES global variable in / home / vhosts / en-cbs.noads.biz / phpvms / core / common / PilotData.class.php on line 436 link : http http://pt-cbs.noads.biz/phpvms/
Last reply by nabpp, -
- 2 replies
- 2k views
Hello I wonder if there is any program to manage my virtual airline that does not seje phpvms and seje free and also having enough add-on?
-
- 4 replies
- 2k views
Hello I get an error when I'm trying to install phpvms full how can i make it work? http://i1343.photobu...zps7db2b227.jpg thanx in advance onno
Last reply by Onno, -
- 4 replies
- 2k views
Hello everyone, I wanted to know if there is a code to know the airport latitude of arrival and destination of a reservation ($bid), because I am trying to put a map in the page of bids and it goes blank, I believe it is because he does not can find the latitude and longitude, because for an pyrep would be that '$pirep-> arrlat' right? So if I put '$bid' in place of '$pirep' it does not work. Thanks.
Last reply by CarlosEduardo2409, -
- 3 replies
- 2k views
Hi, I am a hospital social worker and have a patient who is retired from flying secondary to a medical condition. It is uncertain if he will be cleared to fly at a later date. He has been flying for 40 years (commercial and in the National Guard) and the thought of not flying is understandably very depressing. He does not have children, only a sibling who lives out of state but he does have some close friends locally...very limited social support. Are you aware of support groups that might be appropriate for him? Thank you for your time. Laura
Last reply by LauraG, -
- 2 replies
- 1.9k views
Hey Nabeel im having a problem with setupcan you have a look http://www.scotlandairva.co.uk
Last reply by Nabeel, -
- 3 replies
- 1.9k views
Error with installing latest Beta. After i have successfully installed the latest Beta i have an error on the dashboard where the graph should be: Fatal error: Call to a member function setFontProperties() on a non-object in /xxx/phpvms/core/common/ChartGraph.class.php on line 88 It also exisits on the Breakdown by the financial graphs. Any idea? thanks, Mark
Last reply by markusr, -
Hi guys am back! Schedules question?
by Guest chikolol- 11 replies
- 1.9k views
i been gone for a few, no am back! but there is one thing on my mind, lets say you create a page of operations for example and today is friday how would i call flights only on friday to show up there where pilots can book faster instead of heading to the schedules page.
Last reply by Nabeel, -
About two dayas ago was installed the last beta, after that no pirpes are recorder on database, via xcars or manually, i check all pireps sent by myself, route, time, aircraft, departure arrival, etc.... Database was checked gor any bug but is clean, after install the las beta version 10 pireps were uploaded on it, but after installation no new records appears. Live map also no working and no shoing on line pilots.......i put this post after check all things and also reinstall las beta version. Any suggestion?? Regards
Last reply by Nabeel, -
- 2 replies
- 1.9k views
Is there a way to do automatic approval if Pirep is flown and filed with an ACARS? Leaving manual pireps needing approval.
Last reply by DesComm, -
- 4 replies
- 1.9k views
Hi guys, sorry if this has already been covered off but what im trying to do is on the pilots list i have a column active/inactive with a gif image, what i want to do is have this updated to reflect the status of the pilot so if he is active its green and of he goes inactive or retired then this changes to red, is this possible and easily accomplished?
Last reply by mark1million, -
- 2 replies
- 1.9k views
Hello, I am not sure that I am posting this new thread on the right place. It's been almost a year now that I am using PhpVms and I am quite happy with this system. The only problem is that I have a hard time to setup an accurate and realistic as possible finances. Here is what I did: Catering: €2376 Per Flight Flight Crew (virtual) Salary: €642.95 Per Flight Ground Crew salary: €243.6 Per Flight Insurances: 9% Percent (per flight) Airplane leasing: 12% Percent (per flight) Location bureaux: 7% Percent (per flight) Eurocontrol taxes: 2% Percent (per flight) Airports costs/taxes: 6% Percent (per flight) Marketing costs: 5% …
Last reply by Alexair, -
- 3 replies
- 1.9k views
Good morning , I setup my website with a a SSL certificated , I also tried all the tutorials that are on the forum But the phpvms isnt sending any emails , I tried from that email mail box to my personnal email and it's working I also tried setting up a php file for the email And I have an error , The website is full https:// compatible and everything is set correctly on local_app and util If you can help me Best Regards Rafa <?php ini_set( 'display_errors', 1 ); error_reporting( E_ALL ); $from = "no-reply@voloteavirtual.com"; $to = "myemail"; $subject = "PHP Mail Test script"; $message = "This is a test …
Last reply by lorlandi, -
- 7 replies
- 1.9k views
Ok weird problem searched around on the forums couldn't find anything on it. The data for the current ACARS is exported fine: legend-virtual.co.cc/action.php/acars/data but the map and table below don't display any of that data: http://www.legend-virtual.co.cc/index.php/acars. So I'm kind of stuck here not really sure where to start. I went through most of the scripts and compared them with a fresh install, but didn't see any problems. I can't figure out why it isn't working. Any help would be great! Thanks!
Last reply by mark1million, -
anybody know if it's possible to change pilots being paid from hourly to a percent of the revenue???and if so how do you change it
Last reply by TAV1702, -
- 5 replies
- 1.9k views
Yeah, you're right. One topic solved, the next follows. Hope this will be the last one for a while . We'll have a look at the schedule_results.tpl, where the problem is the following: In front of every resulting flight I have put a picture (I mean the Aero Lloyd logo ; see below). I now intend to show this picture for every flight marked as passenger flight. For flights, marked as charter, I'd like to have another picutre. How do I handle with this "if"-issue to determine the appereance of each picture?! I hope the problem is clear, otherwise just ask me. Maybe there's someone in this holy programming-world, who can help me . I'd really appreciate this, as I don't k…
Last reply by Bueno93, -
- 1 follower
- 5 replies
- 1.9k views
I have created a module called "Vatspy.php" inside a folder called "Vatspy" the code of the file is below: <?php class Vatspy extends CodonModule //Name can be any names. { public function index() { $this->render('vat-spy.php'); } } ?> I have then created a template page called "vat-spy.php" which has the following code: <!-- Flightboards Tables --> <h3 class="classic-title"><span>Flight Boards</span></h3> <!-- Start Content --> <div class="call-action call-action-boxed call-action-style2 no-descripton clearfix"> <div class="row blog-page"> <!-- Start Blog Posts --> <div c…
Last reply by ahughes3,