Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 5 replies
- 3.2k 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, -
- 7 replies
- 1.9k views
I'm sick to my back teeth of my site having problems. I'm going to be making some host changes as JustHost CHARGE for a daily backup. Anyway, I was installing a new feature. I installed in incorrectly and had files all over my public_html. So, I had to delete them - as I did. I then went into my lib/skins/... folder and deleted an index.html file and a folder named 'dashboard'. I checked them both before deleting. Neither were important and were used for testing purposes. So why can't I access my site now? I get a 403 error! http://freshjetvirtual.com/ I don't understand.
Last reply by freshJet, -
- 1 follower
- 4 replies
- 2.2k views
Hello all, When I logout from my site it redirect me to http://www.vbirdva.com/vbv/index.php/'>http://www.vbirdva.com/vbv/index.php/ I wanna change that to http://www.vbirdva.com/vbv/ Where can I change that? Thank you in advange. Regards, Cor
Last reply by Cor, -
- 1 reply
- 1.3k views
FIXED IT xD
Last reply by mark1million, -
- 7 replies
- 1.9k views
I just had my site moved from one server to another, and I am getting: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to [url="http://malaysiava.org/admin/index.php/pirepadmin/approveall#"]allocate[/url] 88 bytes) in /home/globalai/public_html/malaysiava.org/core/classes/ezdb/ezdb_mysql.class.php on line 273 Can anyone tell me how to fix this? I have requested the memory be increased, and my host claims they have done so, but I am still getting this error. It only happens when I edit a pilot profile, edit a pirep or approve a pirep, it is causing me some trouble as I am unable to approve all pireps after checking them. Also when I approve them …
Last reply by Strider, -
- 1 reply
- 1.7k views
looking through the search functions when viewing all pilots in my admin, i notice i cant search for the ID. Going into Admin/templates/pilot-list.tpl i see this: <script type="text/javascript"> $("#grid").jqGrid({ url: '<?php echo adminaction('/pilotadmin/getpilotsjson');?>', datatype: 'json', mtype: 'GET', colNames: ['','First', 'Last', 'Email', 'Location', 'Status', 'Rank', 'Flights', 'Hours', 'IP', 'Edit'], colModel : [ {index: 'id', name: 'id', hidden: true, search: false }, {index: 'firstname', name : 'firstname',sortable : true, align: 'left', search: 'true', searchoptions:{sopt:['in']}}, {index:…
Last reply by Bikekid260, -
- 11 replies
- 2.7k views
Hello, I was trying to login into kACARS and I get this error "Switch=Verify Contact system administrator" I triple checked my FTP information and kACARS free is in the modules as it should be. Help would be greatly appreciated.
-
- 7 replies
- 2k views
Luckily my site was restored without rebuilding the entire site. It was a close call. The only lpss was that e only have around 925 hours logged, comared to the 1000+ we had before. Pilots have lost a bit of a chunk out of their hours. I want to know what can be done to prevent future incidents with my VA and others using phpVMS. I was targeted with an SQL injection, which deleted many of my database tables. What can be done to protect them? Are they dynamic? And if so, is that a problem?
Last reply by Tom, -
- 0 replies
- 885 views
hello guys I was wondering if you could create a gadget for win7 that gives you flight status nd other data. What do you think? Best Regards Mattia
Last reply by mattia, -
- 2 replies
- 1.8k views
G'day Guys, Just wanted to know how to echo a pilot's country, displaying the name of the country in my profile_main.tpl file I've been fiddling with various bits of code but it just wont display Regards Tylor
Last reply by Tylor Eddy, -
- 3 replies
- 2.1k views
Okay, so i recently just installed Phpvms on a domain of mine. The pilot list is not showing at all. It is just blank, even on the crystal skin. I have tried on several Web Hosts, just doesn't wanna show up. Really weird.
Last reply by disconett, -
- 13 replies
- 2.8k views
Just checked on my site and got this: Last time I checked it was fine and I haven't edited anything since. Anyone know what's happened?
Last reply by freshJet, -
- 5 replies
- 2.6k views
Hi all, I have been having some trouble getting an image to show with the download link. When you add a download you have the option to put in an image link which I have done but it does not show up on the downloads page any ideas? Thanks Scott
Last reply by Angel Air, -
SOLVED
Last reply by Cor, -
- 3 replies
- 2k views
Hi all I would like delete this line in the pilot center "View VA Finances" because we have got a charter flight and this flight is not compatible with the finance on php vms. where is the line for deleted View VA Finances thank you very much
Last reply by nicolas, -
- 8 replies
- 4.1k views
Hi, how to add an image like this: for all pilots' public profile?, I will to add this for have the IVAO's status of all pilots.... Thank you so much!
Last reply by Blu-Express VA, -
- 2 replies
- 1.7k views
Hi all, I'm interested in modifying the news_additem.tpl file such that the subject field will display the subject, but also be a link at the same time. i.e. NOTAM: Electronic kneeboard technology now available in the Downloads section I've added a field to my phpvms_news table called "redirect_link" and I've edited my news_newsitem.tpl such that it appears as follows: <a href="<?php echo $redirect_link; ?>"><?php echo $subject; ?></a> I added the following line to news_additem.tpl <input type="text" name="redirect_link" value="<?php if(isset($newsitem->redirect_link)) { echo $newsitem->redirect_link; }?>" size="100%" /&…
Last reply by AGuyFawkesMask, -
- 24 replies
- 4.9k views
I have had a search about and cant find what im looking for. I want to extend the code a bit in the PIREPData.Class.php to also send a summary to the pilot upon sending in a pirep. This is the send to admin email notification of a new pirep # Send an email to the admin that a PIREP was submitted $sub = "A PIREP has been submitted by {$pilotcode} ({$pirepdata['depicao']} - {$pirepdata['arricao']})"; $message = "A PIREP has been submitted by {$pilotcode} " ."({$pilotinfo->firstname} {$pilotinfo->lastname})\n\n" ."{$pirepdata['code']}{$pirepdata['flightnum']}: {$pirepdata['depicao']} to {$pirepdata['a…
Last reply by Strider, -
- 2 replies
- 1.7k views
Hi folks A quick search didn't bring up anything, so I have a question that I hope someone can shed some light on. When I use the Admin import schedule option I lose a day for every upload. For example a daily schedule will lose first Saturday (day 6) and on a subsequent upload will lose Friday (day 5), and so on. The csv file has the correct setting for flights, for example a daily flight has 0123456 in the days field, and this doesn't happen to flights that operate on restricted days, for example outbound on 135, return on 0246. Any ideas? Thanks in advance Tony
Last reply by Alemaobaiano, -
- 7 replies
- 2.9k views
Ok, this is my VA site: http://www.airlinesofisrael.com/phpvms.full/index.php/ On the right you can see 2 buttons, "Our Fleet" and "Our Hub, Tel Aviv". Each button should link the a specific page. The "Our Hub, Tel Aviv" button should link to this page: http://www.airlinesofisrael.com/phpvms.full/index.php/pages/telaviv But somehow, there are times that the system itself removes the "index.php" from the address and when I press it I link to this: http://www.airlinesofisrael.com/phpvms.full/pages/telaviv, and of course this page doesnt work without the "index.php". Some does with the "Our Fleet" button. It seems like the system changes something in the files. Have …
Last reply by Parkho, -
- 2 replies
- 1.6k views
Gents I have four sites on two servers, never had an install issue until going for my fifth. I run the installer, but the Check database connection does nothing, so if I go to Next, I get this error. I have changed the database twice and replaced the whole installation twice, still get this error. I would appreciate any help with this. Installing the tables... Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>Lost connection to MySQL server at 'reading initial communication packet', system error: 111 (2013)</b></font>]<br />[<font color=000000><…
Last reply by simpilot, -
- 6 replies
- 2.7k views
Good Day. I want to know how can I take some data from acarmaps.tpl to make a PHP Formula to make a calculation. Something like I want to convert Plane Altitude to Meters. The Formula is very simple AltitudeMts = AltitudeFeets / 3.28 (Aprox). acarmaps.tpl Give me <%=flight.alt%> I think this is the plane Actual Altitude. And can be show in the Html Table using <td><%=flight.alt%></td>. Now The question, How can i assign the <%=flight.alt%> Value ta a PHP variable so I can make the formula using PHP and siplay in a new Row in the html table. ? Thanks and sorry for my poor english I speak Spanish. Regards Carlos Garcia
Last reply by CarlosGarcia, -
- 2 replies
- 1.8k views
After the clean install, I can not get access to the admin center - reply with error "An Error Was Encountered Please login first" ( I have tried every combination & possibility I could come up with ) This is the procedure I followed .. 1. Downloaded phpVMS 2. Created a folder http://www.'mywebsite'.co.za/phpVMS 3. Uploaded the extracted files to above with FileZilla 4. Created a database with mySQL v5.3.3 that I called "acars_db1" 5. Created the user/passw as - "acarsadmin" & "admin1234" 6. Through FileZilla I confirmed the file permissions as per the tutorial (Site owner had all 3 ticked & the other two users ony had the 1st & 3rd ticked) 7.…
Last reply by Smokey, -
- 6 replies
- 2.5k views
Is it OK to change module names? e.g the Profile folder and profile.php changed to PilotCentre and PilotCentre.php or something?
Last reply by freshJet, -
I have been unable to upload flights to vacentral for some time now. Did I miss a code change perhaps ?
Last reply by joeri, -
- 4 replies
- 2.1k views
I have a problem, my pireps are not directed at va-central continues, there is always the message "FAILED exporting PIREP # - No response from web server" In what may be the cause please help gg Rickisani
Last reply by joeri, -
- 0 replies
- 1.1k views
I am really having issues with this. I am wanting to put the table on one part of the page and the map on another. Every time I try to move them around the map just doesn't show. Help appreciated Jon
Last reply by Jon, -
- 4 replies
- 1.9k views
Hi there I've been having a problem with the reports sent by my pilots. When they send the pirep it shows in admin center like this: Then I check the DB and the PIREP table and the aircraft->name is being inserted rather than aircraft->id. I checked the SchedulesData and everything is correct, I checked the fspax.php and it's correct too ($aircraft = $sched->aircraft;) : Anybody knows where the problem is? I appreciate it.
Last reply by joeri, -
- 5 replies
- 2.3k views
G'day Guys, Ive been trying to work this our for quite a while, but can seem to find anyone posting on how to do it, what i am trying to achieve is to display a number of pilots on my teamspeak server, i can display the whole server easily enough with TSViewer but that takes up to much room. Would anyone be able to tell me how this could be done ? Regards Tylor
Last reply by Tylor Eddy, -
- 0 replies
- 1k views
Does anyone know how to write an Ajax File Call, i am trying to make a download place with that. But i need it to be able to re-direct it to the file. Or some sort of Php download url?
Last reply by edmundk,