Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
Strange Error
by Guest- 4 replies
- 1.7k views
SOLVED Hello, Whenever you Visit the Virtual Delta Airlines Website there is an error that appears near that footer, the error is: Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0 We also get an error logging into the ACARS program that has never happened before as well... Notify System Administrator of the switch error. Data not received Data = Verified This all started happening around the same time and i cant seem to figure out what is causing it.., Any help would be…
-
- 9 replies
- 2.6k views
I added a new field (not custom, added in table) that has VATSIM ID. I got it working so it gets put in the table upon registration, but I need to fix it so it can be eddited in the edit profile page. The problem is if I echo $vatsimid it prints "Array". Help is appreciated. This is what I have so far: Profile.php public function editprofile() { if(!Auth::LoggedIn()) { $this->set('message', 'You must be logged in to access this feature!'); $this->render('core_error.tpl'); return; } $pilotid = Auth::$userinfo->pilotid; $this->set('userinfo', Auth::$userinfo); $this->set('customfields', PilotData::GetFieldData(Auth::$pilotid, true)); $this-&…
Last reply by Aaron, -
Tried to approve a pirep, and it seemed like it did it fine, but with this one user, I got this error twice?! : Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 71 bytes) in /home/woodsdom/public_html/CPC/core/common/StatsData.class.php on line 162
Last reply by CPC900, -
- 8 replies
- 2.4k views
I made some new fields in the _pilots table that have VATSIM ID and IVAO ID. In the registration form I have a radial button that has yes/no if the user is a member of VATSIM and/or IVAO. I need to make an if statement that if the button is equal to yes, then display the id text field. Here is what I tryed, I'm hoping to do it without javascript but not sure if possible. Any ideas? <td>Are you a VATSIM Member: *</td> <td><input type="radio" name="vatsim" value="Y" />Yes <input type="radio" name="vatsim" value="N" />No</td> </tr> <?php if(vatsim=="Y") { ?> <td>VATSIM ID: *</td> <td><input type="te…
Last reply by Tom, -
- 2 replies
- 1.3k views
SOmeone can make an tutorial how to get the PHPVMS into 000WebHost?
Last reply by tutmeister, -
Hello I need help echoing this <li><strong><?php echo PilotData::GetFieldValue($pilot->pilotid, 'Network'); ?> ID: </strong><?php echo PilotData::GetFieldValue($pilot->pilotid, 'Online ID'); ?></li> I want it to determine whether the user has chosen IVAO Or Vatsim on the drop down then say id: and the id they have given from custom fields as that code isnt echoing anything Thanks Guys! Jacob
Last reply by avdesigns, -
- 3 replies
- 1.5k views
I am looking for some who can help me install phpvms to my website for some reason i am going wrong somewhere
Last reply by avdesigns, -
- 1 reply
- 1.4k views
Currently the aircraft are determined by their reg. when PIREPs are submitted. I want to completely get rid of regs. This is how I think it works so far: $pirepdata['aircraft'] = registration# then it calls function-> Get Aircraft by Reg I'm assuming that $pirepdata['aircraft'] is = to registration, never checked, how do I change it so it equals the aircraft name? Then I could make it call a separate function "get aricraft by name".
Last reply by tav0001, -
- 1 reply
- 1k views
This may be a silly question but how do I find out what version of phpvms i have
Last reply by Kyle, -
- 3 replies
- 1.7k views
Hi everyone, I was thinking in make a charter flight in Xacars but when I try to start the flight, it gives me an error... It's here any solution for that? Thank you, Pedro S. The image: _________________________________________________________________________________ FKAirlines - fly where you are, when you want http://www.fkairlines.comule.com/
Last reply by Peter17, -
- 1 reply
- 1.4k views
I searched the forum first and did not find any reference on how to change this. I customized the colors of all the page titles in php/vms successfully but I just added a new page from the Admin Panel and the title is orange like the original titles. How do I change this to the blue of the other titles. I tried searching directories. It has been added into the core pages but all that is in there is the text I entered. I can change the color of that text but not the title on the page when it is clicked on the navigation bar on the website. Thank you.
Last reply by tgycgijoes, -
- 0 replies
- 1k views
Hi, I have copied all SQL database for the tables of my 9 pilots and put it into the SQL database on the new server. When adding the pilots hours, for some reason or another if i give them 03:30 hours, phpvms says -03:30 hours. How do you get minus hours? Even when the hours are reset to 0 and then added manually by flying a pirep it still says - 03:30. Does any one know whats going on? Many thanks chris
Last reply by chris2, -
Hello, I was wondering if anybody can help me get the schedule search (simpilot) on the front page similar to what fresh jet have Thanks Jacob
Last reply by avdesigns, -
- 2 replies
- 1.3k views
Hi, I just noticed that my pilot payments are not taken in to the list of revenue/expense overview. I do however see that the pilot receives its earning. I tried to look in the tpl files, but can't find anywhere how i can change it so the pilot earnings are taken in the expense overviews. Any help is appreciated. Thanks! Best regards, Edwin *note: i tried to do a search in the forums, but can't get any hits, since some words are less then 4 characters. (it does not pick up pilot pay expense as search)
Last reply by Edwin, -
- 2 replies
- 1.4k views
Hi The error is: Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/London' for 'BST/1.0/DST' instead in /var/www/vhosts/skybusvirtual.co.uk/httpdocs/core/classes/CodonCache.class.php on line 201 I'm not to sure in what I even have to do, I go to the directory where it says and the following line reads as follows: $ttl = strtotime(self::$settings['profiles'][$profile]['durati…
Last reply by Jalio, -
Twitter [SOLVED] 1 2
by vJet2- 1 follower
- 31 replies
- 7.1k views
Hi all, I have tried to get my va twitter to tweet as my pireps are recorded using the information provided in http://forum.phpvms....-up-twitter-r37 I have put the code (replacing all the necessary info of course) into my local_config file Config::Set('TWITTER_ENABLE_PUSH', true); Config::Set('TWITTER_CONSUMER_KEY', 'PASTE THE CONSUMER KEY HERE'); Config::Set('TWITTER_CONSUMER_SECRET', 'PASTE THE CONSUMER SECRET HERE'); Config::Set('TWITTER_OAUTH_TOKEN', 'PASTE THE ACCESS TOKEN HERE'); Config::Set('TWITTER_OAUTH_SECRET', 'PASTE THE ACCESS TOKEN SECRET HERE'); But its not happening . Can anyone help please Thanks in advance
Last reply by vJet2, -
- 4 replies
- 1.7k views
Has anyone had issues with people making bogus sign-ups? I have been getting a few of these every day for the last 2 weeks. The names are always similar are always from different countries. Is there anyway to prevent this?
Last reply by flyalaska, -
- 9 replies
- 2.7k views
Hello all, I have noticed that when accepting PIREP's in the Admin Center, I get an error, which is Warning: imagefontheight() expects parameter 1 to be long, string given in /home/upscargo/public_html/core/common/PilotData.class.php on line 1035 Warning: imagefontwidth() expects parameter 1 to be long, string given in /home/upscargo/public_html/core/common/PilotData.class.php on line 1036 Warning: imagestring() expects parameter 2 to be long, string given in /home/upscargo/public_html/core/common/PilotData.class.php on line 1054 Warning: imagestring() expects parameter 2 to be long, string given in /home/upscargo/public_html/core/common/PilotData.class.php on line 1…
Last reply by Talisman57, -
- 2 replies
- 1.8k views
Just curious. In the Reports & Expenses/Overview tab it shows total pilots, total flights and total hours flown for each airline we have. Can this info be changed? I'd like to know the monthly data figures. Also, in the aircraft reports. Are the figures shown the total since we started with phpVMS? Can I get monthly figures instead? Computer programming savvy I am not, but I can usually follow instructions pretty well
Last reply by reed0427, -
- 0 replies
- 961 views
Never mind. I just needed to adjust some settings when opening the csv. 300 routes added and uploaded in 10 minutes!
Last reply by Jetwave, -
- 1 reply
- 1.4k views
Good Evening I need a little help for my Pireps count. I need a function on this where i can see if the pirep accepted or rejected or pending. Can anybody help ? thats my code currently in the frontpage_main <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js"></script> <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true"></script> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-t…
Last reply by Parkho, -
- 3 replies
- 2.9k views
this is my modified schedule boarding pass. tpl It seems I have learned JUST enough php to screw it up. Can someone fluent in php please tell me why "I have an unscheduled end in line 111 the last line of this code. I have gone over it over and over and can't see an error but it worked till I changed one of the if icao gate schedules because I was not getting the proper selected gates just weird three digit random numbers. It DID work properly and then I added two airports, there were too many and now it doesn't work. Thank you. <?php # This will only show this message if it's not a popup window # Ends on line 13-15 if(!isset($_GET['newwindow'])) { ?> <h…
Last reply by tgycgijoes, -
- 1 reply
- 970 views
At the bottom of my website there is a link for "gallery" how do i set this up so it actually goes to a gallery where i can put pics in
Last reply by Parkho, -
- 7 replies
- 9.8k views
Hi I have been entering schedules for my new VA. My airline is an air taxi company so i need the schedules to appear to be slightly random. i am using the beta version because the four week schedule is ideal for what i need. However after adding a number of schedules on odd days each week i noticed that actually they are being saved sunday to saturday. when i try to edit them by selecting none in sunday to saturday when i save it re populates mon to sat anyone have any idea?
Last reply by andyleigh, -
- 0 replies
- 1.3k views
No one can change their avatar, because this error always shows up. Warning: imagecreatefromjpeg() [function.imagecreatefromjpeg]: gd-jpeg: JPEG library reports unrecoverable error: in /home/pisocial/public_html/core/common/PilotData.class.php on line 456 Warning: imagecreatefromjpeg() [function.imagecreatefromjpeg]: '/tmp/phprlRX5s' is not a valid JPEG file in /home/pisocial/public_html/core/common/PilotData.class.php on line 456 Warning: imagesy(): supplied argument is not a valid Image resource in /home/pisocial/public_html/core/common/PilotData.class.php on line 464 Warning: imagesx(): supplied argument is not a valid Image resource in /home/pisocial/public_html/c…
Last reply by Jason, -
- 0 replies
- 1k views
is it possible to show not the actual location of a plane but the route that a aircraft has flown most? best regards and thanks in advance Thomas
Last reply by Txmmy83, -
- 0 replies
- 979 views
Keep in mind i have changed nothing on my site, When I go to the admin panel I have no general settings and on my pages I'm getting this error. I have no idea what's going on as I have changed nothing and the site was fine until last night. I mistakenly emptied the settings table in mysql.
Last reply by RogerB, -
- 2 replies
- 1.6k views
Hello, via admin interface i cant delete pirep from recent PIREPS. 1. click on Dete 2. confirm OK 3. pirep is hidden from table 4. when i click again on all pireps this "deleted" pirep is still there, in sql database too. Thanks for help. Peter
Last reply by Ephendi, -
- 2 replies
- 1.1k views
Does anyone know a good Dispatch Center?? please PM or answer here please Thank you
Last reply by Parkho, -
Hi, I am going to change web hosting, but a bit worried about bandwidth. I have found one who will give me 100GB of bandwidth a month. Would this be enough for phpvms and a forum? And would 15000MB of disk space be enough? thanks chris
Last reply by Parkho,