Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 23 replies
- 3.5k views
http://www.easternvirtualairways.com/eva/index.php/ I have a mini menu at the top of my index called from the header <ul class="nav"> <?php Template::Show('core_navigation2.tpl'); ?> Since i updated it doesnt show public or logged in
Last reply by Nabeel, -
- 2 replies
- 1.6k views
Hi folks, I new in this forum and with the phpvms. I install the software in my own local server (xampp) and they work fine, but when I try to install in my host I receive the folow listo of waringns: Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/3429c76e4ee535c636996d8dbaeaecb2) is not within the allowed path(s): (/home/pn000555/public_html:/tmp:/opt/apache/lib/php:/opt/php5/lib/php:/opt/ferozo/etc/suspen:/opt/ferozo/suspended.page) in /home/pn000555/public_html/phpvms/core/classes/SQL.class.php on line 596 Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/084ff14f44ba5368a5b3ebb4367a9…
Last reply by stelioc, -
- 1 reply
- 1.1k views
Just noticed when I went to do a manual pirep that it wouldn't let me because I hadn't bid on it? Never noticed this before as I usually FsP or ACARS. Is this a bug or are you supposed to bid on flights now before flying/filing them. (Using Version 1.2.687 if it helps)
Last reply by Nabeel, -
Registration Form 1 2
by roboa- 39 replies
- 9k views
Hi, I'm having a problem with the registration form. I'm trying to create a test pilot to test out the new forum intergration code i've added (automatic pilot addition). When I click the button to register the pilot it just takes me back to the form again and no "pending" pilot is added and no e-mails are sent out. Can anyone help? cheers, roboa
Last reply by cgowans, -
- 1 reply
- 1.4k views
Hi guys! This is my problem: Each time I log on to the phpVMS Admin Panel, and I try to add an airport, I try to get the information automaticlly (Look Up!). I only get "Fetching Airport Data" message and then nothing happens! (Been waiting for more than 20 min now). When I try to enter the information manually, I succed. It says, "The airport has been added". But then when I refresh the page I get the "No airports have been added"
Last reply by Wayne, -
- 4 replies
- 1.4k views
When prospective pilots come and look at the website, they are unable to search the flight schedules unless they are logged in as a pilot. Some pilots (including me in the past) might be a bit hesitant to sign up unless they can search the schedules to see if htere is enough variety etc to satisfy them. Is there an easy way to add the search schedules part to the main screen so they can do this before joining/logging in?
Last reply by Jas, -
- 11 replies
- 2.2k views
I got this error message i use this version 1.2.661 Airport not found, only US airports allowed Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 1: parser error : Start tag expected, '<' not found in /home/sint111/public_html/phpvms/core/common/FuelData.class.php on line 129
Last reply by Nabeel, -
header.tpl
by Toyuko- 6 replies
- 1.5k views
Ok i have been trying to to get a new title bar in on top of my header image it works but the title bar seems to overlap the header image. http://jlvirtual.x10hosting.com//index.php Heres the code in header.tpl ive been working with. Lines 82 to 87 <img src="http://jlvirtual.x10hosting.com/lib/skins/JAL.Skin/lib/img/jlhead.png" /> <p> <p> </div> <div id="header"> </div>
Last reply by Nabeel, -
- 4 replies
- 1.3k views
Well, I asked Nabeel about this and he explained it, but I'm still a tad lost. Here is my route map: http://www.flysja.com/map.php When you hover over a hub (SJC and IND) it displays the HM and amount of pilots. So far I've been going in and updating the amount of pilots by hand but I want to put a line of code in there that will automatically do it for me. I know its and echo..I just am having a hard time figuring out what to echo... ??? ddrivetip('<? echo "Pilots: $pilots"; ?>', Maybe somebody else can help out?
Last reply by padsquad43, -
- 3 replies
- 1.4k views
Nabeel, I'm sorry to be making so many threads here, but it seems that anyone who uses Internet Explorer on our site has the same bug that I can't figure out. If a user submits a form (say an application) it redirects to the login page, without submitting anything. For Firefox, it just reloads the same page, without submitting anything. I think it's because of this: Header: <input type="submit" name="submit" value="Log In" /> Registration page: <input type="submit" name="submit" value="Register!" /> So, there are two forms with the same values, I think. How would I fix this? -Josh
Last reply by Nabeel, -
- 12 replies
- 2.4k views
I changed the background image for the sigs in lib/signatures/background and then reset the signatures. the image doesn't show, it just has a black background with the information of the pilots. Did i miss something? thanks
Last reply by flynryan692, -
- 2 replies
- 1k views
Is there any type of code that I can use to show a certain group. I.e Show a list of Administrators by showing a group so it automatically updates?
Last reply by Nabeel, -
- 50 replies
- 11k views
Is it possible for the pilot to automatically sign upto the forums when they sign up for the va? cheers, roboa
Last reply by markusr, -
- 1 reply
- 1.1k views
Is there a way to make pilots automatically inactive after a certain amount of time without filing a PIREP?
Last reply by Nabeel, -
- 1 reply
- 1.2k views
How would I go about this? The charts and graphs are a tad to wide for my skin, so where do I go to resize the charts to make them that tad bit smaller? Mucho thanks.
Last reply by Nabeel, -
- 2 replies
- 1.3k views
Hi, I have a big problem, after releasing parking brake, my FSACARS dissappears. Anyone with the same problem?
Last reply by loplo, -
- 3 replies
- 1.1k views
im in the process of writing a module and i need to read vales from the config file, how do i go about getting them? here is my module so far: <? class FLS_SendFlights extends CodonModule { function Controller() { $dbuser = Config::Get('DBASE_USER'); $dbpass = Config::Get('DBASE_PASS'); $dbname = Config::Get('DBASE_NAME'); $server = Config::Get('DBASE_SERVER'); echo "$dbuser<br>$dbpass<br>$dbname<br>$server"; } } ?>
Last reply by homer09001, -
- 10 replies
- 2.5k views
Nabeel, I've had this problem since the installation of phpVMS but am just now getting around to it. This is what shows up when there is a flight on the map: Any ideas? I'm thinking it might have to do with allow_url_fopen? Here's a link to it -Josh
Last reply by completelydeck, -
- 6 replies
- 2k views
Hello eveyone, My name is Carl and i just opened up http://swava.net (Southwest Virtual). I used a new template and worked with the html and css to get it where I wanted it. Although it's not finished, it has come very far. The live map will not display!!! Could somebody please check out the code and tell me why? I'm not amazing with code, so any help would be highly appreciated. Thanks again, Carl Klinker CEO of SouthwestVirtual Airlines & ATC
Last reply by Nabeel, -
- 4 replies
- 1.4k views
How do you send mass emails in phpVMS? I would need to be able to email my users to notify them if the site will be down for maintenance etc. I would also like to know if there is a way to make confirmation emails, so that I can be sure that users have a real email address, since I've already had one without a real email address - I tried to send an email, but I got a "email address does not exist" reply.
Last reply by chrisbontnewydd, -
I have some problems regarding the Live map. When some of my users are flying they appear twice. Once with the actual flightplan and once with all blank. I've deleted all the prireps and it still shows this info. See attached image
Last reply by RogerB, -
I hate to keep harping on this but: I have the latest Beta, the actual flight hours are still off, almost by a whole hour on the + side. I did a maintenance hours reset.
Last reply by Nabeel, -
- 10 replies
- 2.9k views
Hi all I've tried to set the zoom level in the config using map_zoom, map_zoom_level, etc. and none seem to be working. Is there an easy way to set the level, as my VA only flies in the UK? Cheers
Last reply by Nabeel, -
- 4 replies
- 1.4k views
OK one for now i promise does anyone know what the information provided below means please PLS103 (KMCO to EGAA) ((i know this is th eflight id etc but)) whats this ?-------> 1 20, 10,8
Last reply by RogerB, -
- 2 replies
- 1.4k views
Hi all me again i know im boring you all with questions.Well without questions whats the point of a forum lalala hehe any ways since new update may be after thinking about i my site runs fine but the admin side of things is running real slow any ideas why ? also to possibly help getting this error message "Fatal error: Maximum execution time of 30 seconds exceeded in /home/pulseair/public_html/vms/core/lib/pchart/pChart.class.php on line 474" hope it helps solve the issue. Well not only on this page but generallly the whole admin section Thanks Simon
Last reply by PLS001, -
Hey, I know I'm gonna sound like a bit of an idiot (which I am ;D lol) now but here goes! With the forms the box and button button seems to have a mind of it's own in regards to positioning and puts itself indented in comparison with the text. Does anyone know how I can fix this? cheers, roboa
Last reply by Nabeel, -
- 5 replies
- 1.4k views
Hello, It won't let me delete pages with out going into the database and deleting them my self, just thought that i would let you know. The problem that i am currently having is when i try to add a second link into a page it dosn't work it only lets me have one, i found a soloution to doing it for images but it once again only allows one. Also when i add another airline it dose not add it making me have to go into the database once again. Thanks Neil.
Last reply by Nabeel, -
- 2 replies
- 1.1k views
Hello , I am having problems with the validation of new pilots. When I click accept in outstanding pilots am directed to another screen to click again to accept. Well: I click and nothing happens and I can only exit this screen to change pages in Internet Explorer. I changed the permission of all files that change was possible and nothing resolved. I still can not accept the pilots that register. The system phpVMS is interesting. Contribute gladly do achieve is working. I appreciate any help thanks. Edemar CEO from OMNICARGO EXPRESS and HELITROPIC ( HELITROPIC is tha VA that the system in development.)
Last reply by Edemar, -
- 6 replies
- 1.7k views
Hi All; First I would like to congratulate you on a great looking product so far. I know it is something I am doing wrong but after going through the setup (which was exceptionally easy) I could not figure out how to sign-in as the administrator to get to the admin panel to begin setting up my VA Airline. I can sign in using my email address and password that I use to setup the site but once I sign in that way I do not see the admin panel. It appears that it is as if I am a standard pilot with standard authority. Your assistance will be greatly appreciated. I am on bluehost and the site is setup as an add-on domain in a sub-directory. Buy the way nearly a year ago I p…
Last reply by palmettoexpress_ceo, -
- 3 replies
- 1.3k views
How do I remove some Airport out of my Airports List Thanks Eric M ASA CEO
Last reply by Nabeel,