Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 1 follower
- 6 replies
- 3.3k views
Hello all i have a very large issue On the smartcars tracker it can take upto 12-24 hours for the flight page on the tracker to update e.g. if a book a flight on the website it will take 12+ hours to show up on the flights page, however if i book or delete on the tracker its self it does book/delete it fine but the flight page still doesn't update. There are no error logs in the core log or in the file were the scripts are heldt. other trackers work fine. on my other va everything works fine - i moved there tracker to sas to see if it got the problem (it did) so its my site not the tracker but i cant find out what, TFDI have no words - all forms of caching have been dis…
Last reply by servetas, -
- 5 replies
- 3.3k views
I currently use Addonchat integrated with PHPBB3 on my site, but would ideally like to change this so that it's integrated with the main PHPVMS pilot centre. I was wondering whether anyone else uses Addonchat or has successfully managed to integrate it with PHPVMS using the Remote Authentication method which the service allows. The Addonchat homepage is http://www.addonchat.com Their support page on the use of remote authentication is http://support.addoninteractive.com/index.php/Knowledgebase/List/Index/8/remote-authentication Would very much appreciate any help or guidance anybody can provide on this. Regards, Nige.
Last reply by steelerboi, -
- 12 replies
- 3.3k views
When i try to input news i just get a blank page.
Last reply by GBAirlines, -
- 2 replies
- 3.3k views
Can someone tell me how to get an updated pilot badge? I changed the background picture, so how do I get it so that it is that picture and not the default one? I went and edited the image and uploaded it.
Last reply by jacksonscott, -
- 6 replies
- 3.3k views
Where is the code located that updates a pilots status when "retired" Two issues. 1. When a pilot is inactive it is getting set as "on Leave" 3 in the database. Should be set as "inactive" 1 in the database. 2. Where are the definitions located for retired status currently 0 = Active 1 = Inactive 2 = Locked 3 = On Leave Thanks hope every is staying healthy
Last reply by ProAvia, -
- 1 follower
- 4 replies
- 3.3k views
Hello all, I was wondering how I could add Integrated Pirep System to my phpVMS website. Is there a document anywhere that I can find to show me how? Best Regards, Yianni
Last reply by Strider, -
- 11 replies
- 3.3k views
Hi,Yes, I recently posted a question about needing help on my freewebs site, but since freewebs doesn't have PHP/MySql functions, I moved my site to a new server. The question I have is I don't know how to install this. I read the sticky, but I am confused. It's been a long day as well with my site, so a little help would be great.
Last reply by Nabeel, -
- 9 replies
- 3.3k views
Hello Nabeel! As we work with Joomla in our main site (www.brisalinhasaereas.com), we are trying to make phpVMS basic template to fit into an article layout as an iFrame. The problem is our Joomla template is limited to 900px width. This restriction gives us rolling bars: erghhhhh... :blink: Is there a way to reduce phpVMS basic template width to fit in a maximum 900px iframe. If so, how can I do it? Thank you! p.s.: here is how is set our phpVMS: http://dov.brisalinhasaereas.com
Last reply by Nabeel, -
- 11 replies
- 3.3k views
Hi ! I've a little problem when I logged in my website : if we're logged in and we go in an other page a message appears : (On the right-top pilote's profile is remplaced by case for login) and when I try to log again I've this message : You are already logged in with pilote's profile in right-top... For example : I can't access to Admin panel after log in... Thanks
Last reply by CPC900, -
- 3 replies
- 3.3k views
Hi, I recently got a phpbb forums for my Va and i want to put a mod on it (reputation system) I was wondering how do i upload it to make it work. Thanks
Last reply by TAV1702, -
- 6 replies
- 3.3k views
Hello I made a favicon.ico file 16X16 using photoshot and saved it in my public_html folder. Do I need to edit the CSS file to make it show? Regards
-
- 9 replies
- 3.3k views
Alright, so using x10 Hosting (Free;I can barely bring myself to spend bandwidth), I'm planning to start up a VA. So, I got to initiating install.php in my browser (Google Chrome, if that helps), but it didn't come up with the database setup screen, but a wall of coding. I don't know if I misinterpreted the tutorial, maybe I missed a step, or I botched something else. So, i'll have to swallow my pride and ask for help.
Last reply by GoldenJet VA, -
- 11 replies
- 3.3k views
Hello, I have a sql column in the pilot part called vatsim and ivao but how do I make it so they go into the registration form? Thanks Solved
Last reply by Sava, -
- 1 follower
- 8 replies
- 3.3k views
CONTENT REMOVED
Last reply by Nabeel, -
Hi guys, did someone re-use how to intervene on the ReCaptcha code of the old phpvms Version 2.1.936 version? (page contact, registration) if yes, how? thanks for a possible answer.if yes, how? thanks for a possible answer
Last reply by gio1961, -
- 15 replies
- 3.3k views
HI Nabeel, Dave and Jeff Is there a code snipped to add to the page to make it that you must be logged to to view or access? I would like to make the pilots list only viewable by members. Cheers.
Last reply by mark1million, -
- 7 replies
- 3.3k views
Hello Is there any way that i could display a marquee which says there are currently _ flights in progress and when there are no flights it should say there are currently no live flights Thanks
Last reply by JoshTalbot, -
- 11 replies
- 3.3k views
In the admin panel, my rank auto-calculate is set to false, so there is a dropdown box to select the pilots rank. This dropdown box always shows the lowest rank "officer cadet". The same thing happens for the custom field dropdowns. I think I've identified the problem codes but cant figure out why they're wrong. Rank code: <tr> <td>Current Rank</td> <td> <?php if(Config::Get('RANKS_AUTOCALCULATE') == false) { $allranks = RanksData::GetAllRanks(); echo '<select name="rank">'; foreach($allranks as $rank) { echo "<option value=\"{$rank->rankid}\">{$rank->rank}</option>"; } echo '</select>'; } else { echo …
Last reply by corneyk, -
- 1 follower
- 18 replies
- 3.3k views
Hey folks- I hopped into filezilla to change the text on my main page and apparently broke something. When visiting my site all I get is the following text: Warning: include(core/codon.config.php) [function.include]: failed to open stream: No such file or directory in /home/flyyanke/public_html/index.php on line 40 Warning: include() [function.include]: Failed opening 'core/codon.config.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/flyyanke/public_html/index.php on line 40 Fatal error: Class 'Config' not found in /home/flyyanke/public_html/index.php on line 42 Quite honestly all I did (or more specifically, all I think I did) was add…
Last reply by web541, -
- 10 replies
- 3.3k views
Hello, href="<?php echo url('/profile/view/'.$pilot->pilotid);?>"> I want to change this code to external page but i don't know how to change the last part of code. Thanks
Last reply by OmerAslan, -
- 5 replies
- 3.3k views
Hi everyone, everything fine? So I've been updating my VA in the settings profile part, but I get an error when I'm going to change the avatar. So, I'm leaving the profile settings on several tabs (https://prnt.sc/ho331l), all the tabs are ready, the profile tab containing the name, email and location changes and are working correctly, the password change tab is also working, but avatar change tab is not working properly. The problem is this, when I click to select the avatar and then I click to save the profile I get this message 'The email address can not be blank.', But the avatar change tab only has the function to change the avatar and I believe you do…
Last reply by BlackSwan, -
- 10 replies
- 3.3k views
Issue has been sorted. Scroll down for details
Last reply by BaRBeR, -
- 11 replies
- 3.3k views
I'm very new to this virtual airline business but i wanted to set up one from a long time. a few days i ago i heard of a Virtual Airline manager and i stumbled upon PHPvsm, i downloaded it and now i have no idea of what i have to do with all the files contained within the download so if someone could help me it would be very much appriciated thank you
Last reply by mark1million, -
- 9 replies
- 3.3k views
I searched here in the forum something like Booked Flights, thought, but nothing worked properly. I visualized the Admin Center, my pilots booked 18 flights, but not me this script returns the same flights on the Frontpage_main.tpl,. Someone has something similar like this http://airmaltavirtu...ex.php/bookings The script I have is this, but he did not return the you that I see in the admin center. Current Booked Flights</h3> <?php /*echo '<pre>'; print_r($allbids); echo '</pre>';*/ if(!$allbids) { echo 'There are no bids!'; return; } ?> <table id="tabledlist" class="tablesorter"> <thead> <tr> <th>Route</th>…
Last reply by loplo, -
- 18 replies
- 3.3k views
Hello, I have installed phpvms and installation worked fine. However, pages are not displayed correctly. Here is what I mean: http://virtualairline.buske-it.com.ve/index.php/dashboard I use PHP 7. I am on shared hosting. Any advice? Cheers
Last reply by bbuske, -
OK i installed phpvms at my other VA and got spambots registering as pilots lolIs there a way to stop this?Might need some extra security coding me thinks Dave
Last reply by davehardy, -
- 12 replies
- 3.3k views
Hello, how can I put a table like this: http://execair.org/ (bottom) course, the table will be personalized;) for new drivers and the latest flights and flights booked? Two other things How can I do to make the Flight Arrivals and Flight Booking? I use this form: http://forum.phpvms.net/topic/4498-flightbookingsystem/ Is there any code for this module? Someone pass me the code (maybe stuartpb) Thanks!
Last reply by James142, -
- 0 replies
- 3.3k views
Hi, I am having trouble with my pilot_public_profile.tpl. In the image below as shown, the entire background of the pilot profile gets messed up when the pilot did not file a single pirep. On the second image, it shows that it is perfectly normal after filing a pirep. Any ideas how to fix the first image problem?
Last reply by sherming, -
PIREP Status
by Kyle- 13 replies
- 3.3k views
Hey guys, I'm trying to firgutre out what the code is of the status of the PIREP. here's my code $pirep->status"; Is it wrong or what? I want to display the stats of the PIREP, like rejected or approved. How can I do that?
Last reply by Kyle, -
- 8 replies
- 3.3k views
Hello im new to the phpvms world and im tgrying to figure out where i can set up a welcome email that gets sent out to pilots. the stock one is well not good for my needs...any help is welcomed thanx
Last reply by TennShadow,