Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 6 replies
- 1.8k views
Just installed PHPVMS Classic... and oh my. Here's what I'm getting on my pages. Warning: Use of undefined constant SITE_NAME - assumed 'SITE_NAME' (this will throw an Error in a future version of PHP) in /home/bluecree/public_html/core/lang/en.lang.php on line 31 Warning: Use of undefined constant OBJECT - assumed 'OBJECT' (this will throw an Error in a future version of PHP) in /home/bluecree/public_html/core/codon.config.php on line 80 Deprecated: define(): Declaration of case-insensitive constants is deprecated in /home/bluecree/public_html/core/classes/ezdb/ezdb_base.class.php on line 42 Deprecated: define(): Declaration of case-insensitive const…
Last reply by bce2020, -
- 3 replies
- 1.1k views
Hey Guys, I'm in the process of creating a "Job Center" module for PHPvms. The idea beign that the admin can insert jobs available within the VA and have people browse and apply for them right through the website. Its still early doors and MVC approach to PHPvms is new to me... my experience thus far has been in procedural PHP. So far what Ive done is referenced both the built in "News" module and the "Exam Center" module availbe for download here on the forums as examples to follow. I have created a JobsData.class.php which is handling all my calls to the database to retireve data (and eventually will input/edit and delete). I have made jobs.php which is inside …
Last reply by Nabeel, -
Coding help
by Sava- 4 replies
- 1.6k views
Can someone provide me with the code to put in profile_main.tpl in order to display the info from one of the custom profile fields in the Pilot Centar Pilot Profile I hope you understand
Last reply by Sava, -
- 1 reply
- 1k views
I'm trying to put the recent bids in the bookings column but it just keeps going underneath, any help would be much appreciated. Here is the Code: <style> table, th, td { border: 1px solid black; } </style> </head> <body> <table width="200"> <table width="1300"> <tr> <th>Team Speak</th> <th>Bookings</th> </tr> <tr> <td><div id="ts3viewer_1096623" style=""> </div> <script src="https://static.tsviewer.com/short_expire/js/ts3viewer_loader.js"></script> <script> var ts3v_url_1 = "h…
Last reply by web541, -
- 0 replies
- 1.1k views
Please can anyone assist me with a coding problem I am having? This is for the ocean blue front page recent.tpl Basically I just want this: "Latest Flights" (Image was photo edited) The Airline Tab is what I want but i cant figure the coding out. I always seem to be onto something but then nothing :/ Here's the coding what i have so far: <?php $count = 10; $pireps = PIREPData::getRecentReportsByCount($count); ?> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="ocean_table"> <tr> <th>Airline</th> <th>Flight</th> <th>Pilot</th> <th>Departure</th> <th>Arrival…
Last reply by Curshad, -
- 0 replies
- 1k views
Hi i seem to be getting this error Warning: session_start() [function.session-start]: open(/tmp/sess_ea8b806aa40790709680c4934be57f08, O_RDWR) failed: Permission denied (13) in /home/jetvcom/public_html/en/core/codon.config.php on line 40 any ideas what the problem is?
Last reply by Ashj24uk, -
- 6 replies
- 2.4k views
Hello every one ! I got a serious problem today with the codon.config.php file. Here is the error: Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/greeceai/public_html/fss/index.php:1) in /home/greeceai/public_html/fss/core/codon.config.php on line 40 and at the codon file the line 40 is: session_start(); I really need help please!
Last reply by dimitris, -
- 3 replies
- 1.3k views
After uploading all the necessary files for phpvms I visited my homepage and saw these errors along with the link to install. Warning: session_start(): open(/hermes/phpsessions/b/0/i/r/sess_b0irtjpg4cgidnu4nuseiaqf17, O_RDWR) failed: No such file or directory (2) in /hermes/bosnaweb27a/b2807/ipg.panamvirtualorg/core/codon.config.php on line 40 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /hermes/bosnaweb27a/b2807/ipg.panamvirtualorg/core/codon.config.php:40) in /hermes/bosnaweb27a/b2807/ipg.panamvirtualorg/core/codon.config.php on line 40 Warning: Unknown: open(/hermes/phpsessions/b/0/i/r/sess_b0irtj…
Last reply by heyitsomarrr, -
- 13 replies
- 3.2k views
http://www.euroscotva.co.uk/index.php I had this issue before but for some reason it sorted out itself... Is it to do with my host? Thanks... Kind regards Connor
Last reply by kthomson, -
- 5 replies
- 1.5k views
First let me say that it looks GREAT! I am very impressed and excited to use this new upgrade... however.. I keep getting a "fopen(/****/********/***/***/***//lib/js/jquery-front.js) [function.fopen]: failed to open stream: Permission denied in /****/********/***/***/***/core/classes/CodonCondenser.class.php on line 89" error (the * added by me to protect some information, but basically its my server, username, and directory leading up to liband core) I've tried uploading the CodonCondenser.class file a few times, and upgraded a few times but with no luck, I also can't find that file in my last version update so i asume its a new file that I can't just replace with t…
Last reply by kbohme, -
- 2 replies
- 1.9k views
Hey, If I add a CodonEvent:Dispatch into the ApprovePilot area, will it affect anything to cause errors? Here's how I have it done... CodonEvent::Dispatch('pilot_approved', 'PilotAdmin', $_POST); If I added this, and then add a module listener. Would the CodoEvent:Dispatch work in the 'pilot_approved' area? Any help would be great! Thanks!
Last reply by Kyle, -
- 1 follower
- 8 replies
- 2.5k views
Hello, i would like to change the color of the callsign of the staff members in the pilots list. How can i do that ? (example : Turn staff callsign color in red instead of normal pilot color wich is blue in my case). I've search on the forum without success. Anyone has a solution ?
Last reply by orobouros, -
- 0 replies
- 834 views
Asked in the support forums for the module!
Last reply by in2tech, -
- 26 replies
- 5k views
I want to make a foreach loop with the schedule route and the nav data, so basically display the data for each waypoint in the route. I noticed there is a function called parseRoute($schedule), which I tried to implement by nothing happened. Any ideas???
Last reply by freshJet, -
- 2 replies
- 1.1k views
Hi dears, is possible to put a combo box in registration form? For example: If a pilot select the airline "Iberia" automatically the hub will select "LEMD" in stead of the pilot can select. In other words the hub case will be lock (as a placeholder="") How can I do it?
Last reply by ProSkyDesign, -
- 9 replies
- 2.6k views
Hey is there a way to make the pilot who has done a flight only be able to do a flight from that airport they landed at instead of juts being able to fly from they airport they started at the last flight. So I fly from EGLL to EGCC then I can only do flights starting from EGCC instead of being able to do this flight EGLL to EGCC then EGLL to KJFK If you get what i mean
Last reply by Stealth - QCX002, -
- 4 replies
- 1.4k views
I want to separate numbers in stats like 30000 -> 30,000. How do I do it?
Last reply by freshJet, -
- 1 follower
- 2 replies
- 1.8k views
Hello I need your help please I am trying to make the comments visible in the pirep_viewreport I am using this code <?php foreach($comments as $comment) { ?> <p id="row "> <strong><?php echo $comment->firstname. ' '. $comment->lastname ?>: </strong><?php echo $comment->comment; ?> <hr /> </p> <?php } ?> http://i65.tinypic.com/2zibvut.png but I have this error thanks for the help thanks
Last reply by FlightDeckES, -
- 1 reply
- 942 views
Hi guys i have deployed the contents of the full install via ftp to my site and created the data base with full access but when i go to the install portion i get the following error, any ideas or how i can solve it Thanks
Last reply by web541, -
- 6 replies
- 2k views
Hi, i have the problem that many people have had with the admin page saying login and the login page just refreshing but not actually logging me in. However, i have tried everyone else's solutions from the other posts but nothing has worked. I have tried in many browsers with no luck and also on other computers. Both checkinstall and checkdb show no errors. PLEASE HELP
Last reply by samdy1, -
- 4 replies
- 1.8k views
Hello All! I would like to know how I can reset the Finances back to 0. Although I know have 41millions but we are starting from scratch for a better simulation of finances and also we finally decided to leave FSAirlines... Just FYI the table phpvms_financedata is empty. How the finances are calculated and where are saved ? Thanks in advance, Dimitris
Last reply by dimitris, -
- 5 replies
- 1.5k views
Hello, I wonder how I can make two versions of my site in two different languages without using the google translator. Thanks.
Last reply by Cor, -
- 3 replies
- 1.9k views
Hello all! I completed a flight today, submitted a PIREP just fine and closed the flight. The problem was that the Live Map was still showing the flight to be active a few hours after it was submitted. I thought starting a new flight would fix this issue, but it just replaced the old one after it was closed. I am using 000webhost as my hosting sight and kACARS_Free as my ACARS system and have had few issues before this. I was wondering how one, as soon as they close their flight, has their flight removed from the map. Any help is appreciated! Sean
Last reply by ATAvCEO, -
- 3 replies
- 1.4k views
Nabeel, I use the Forum Register module to register new accounts on my forum and teamspeak server which works great, what i need to handle now is if a pilot is retired ie inactive then their accounts are also closed on the forum, im not too bothered about the ts server but the forum one is a must. Is there a listener for account inactive / retired that i can use to handle this?
Last reply by mark1million, -
- 4 replies
- 2k views
Here is what im trying to achieve, any help would be appreciated as its been a while since i have dived deep in to the code pf vms. When a pilot is deleted and their is data in the system ie from a screen shot or past event it displays the pilot as 0000, now is there a way to globally set that to echo something else out via the config file? Cheers.
Last reply by freshJet, -
- 3 replies
- 1.6k views
Misters I signed in VACentral. There is an instruction to: Add it to phpVMS To complete configuration, copy and paste the following into your local.config.php (at the end is fine): Config::Set('VACENTRAL_ENABLED', true); Config::Set('VACENTRAL_API_SERVER', 'http://api.phpvms.net'); Config::Set('VACENTRAL_API_KEY', '9b20952f6b5f7c8bd51f25dc14ce9557'); I looked for the referenced file and find no .. that would create? how? I have no idea how. Help, please..
Last reply by capretz, -
- 0 replies
- 1.7k views
Hello People Can Someone help me make a script or send me a script that will automatically check that a ACARS's flight is being done on Vatsim by checking Vataware for current flights under the callsign of the Bided flight and show that on the Live map. I don't know about coding so if someone could make the script or guide me through how to make it. Thanks in Advance
Last reply by Stealth - QCX002, -
- 2 replies
- 1.9k views
I was wondering if when a pilot registers, do they get a confirmation e-mail? I just had one register, and I contacted him, but he said he never received one.
Last reply by Nabeel, -
- 8 replies
- 2.2k views
Ok, I might be missing something obvious here, I though email_registrationaccepted.tpl controls the text of the confirmation email but after changing it, it still sending out the basic phpVMS confirmation. Is this not the file that controls the email text? and if not, which one is? Cheers
Last reply by cloudsurferuk, -
Ok , you guys seem so very knowledgable here in the forums. However, I just don't get it. I have a great difficult time in learning by reading. If someone could take the time to just show me I can learn fast. I just can't do it on my own. Is there anyone that could just take a small bit of time to help me a bit. I would be so gracious. I would love to do it on my own but there is like a brick wall between my brain and what I read. Thanks to whomever can help me.
Last reply by Bluemax,