Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 5 replies
- 1.8k views
Good Evening, I recently followed the ReCaptcha v2 Upgrade and am running into an issue where the registration form page just refreshes (with fields still populated after the refresh) and will not submit. No errors, nothing weird... I saw that someone else was having the same problem in the thread and another user was able to solve the issue, but no solution was posted. Does anybody have any experience with this or an idea of what to try? Thank you!
Last reply by Makyoch, -
- 4 replies
- 1.6k views
hello, when a new pilot tries to register, the following message appears: "Error Registering Cannot add or update a child row: a foreign key constraint fails (`tecagr_phpvmsTECA`.`phpvms_pilots`, CONSTRAINT `phpvms_pilots_ibfk_1` FOREIGN KEY (`code`) REFERENCES `phpvms_airlines` (`code`) ON UPDATE CASCADE)" any help please???
Last reply by tnick74, -
- 8 replies
- 2.4k views
Using latest stable, with modified versions of templates from the core folder. When submitting the registration form it just takes me back to the form, no errors shown or anything, and the user isn't created. Oh also, while I'm here - how come the finances don't display a header/footer/style or anything, its just a plain old boring black and white text.
Last reply by ProAvia, -
- 5 replies
- 1.6k views
A new pilot is having issues registering. On the registration page the field "What does this add up to" has no numbers to choose from. http://keystoneairlines.com/index.php/registration
Last reply by enti342, -
- 12 replies
- 3k views
Hello everybody When i will try to register to my VA it shows me always Pleas enter your first name enter your last name etc Here is the url to the registration form,if someone would like to try,so you can understand what i mean http://atlasvirtuel.com/gestion/index.php/registration Regards
Last reply by damien82, -
- 1 reply
- 1.9k views
Hi, I've a Virtual Airline and today I installed a Phpvms on my VA. But I've only one problem: When Anyone click in "register", he/she has this error: HTTP 500 - internal error. I tryed to reset my VA Lot's of times and the error continued. May anyone help me? Thank you some much PS: If you look the website on Google Chrome, you see this error: PHP Warning: Invalid argument supplied for foreach() in E:\home\voevarigv\Web\core\templates\registration_mainform.tpl on line 45
Last reply by 60301716, -
- 1 reply
- 1.6k views
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/home/yildiz/domains/xxxxxxxxx/public_html//lib/skins/crystal/<h3>Registration</h3> <p>Welcome to the registration form for Yildiz Airlines - Virtual Airlines. After you register, you will be notified by a staff member about your membership.</p> <form method="post" action="http://www.yildizair.tk/index.php/registration"> <dl> <dt>First Name: *</dt> <dd><input type="text" name="firstname" value="" /> </dd> <dt>Last Name: *</dt> <dd><input type="text" name="lastname" value="" /> </dd> <dt&g…
Last reply by TaylorWelka, -
- 41 replies
- 8.5k views
Hey guys, On registration, people are just redirected back to the registration page with no confirmation message. They seem to be registering several times because they think it hasn't been processed properly. Could somebody point me out as to where i could, for example, place a php include() so I can show a confirmation? Detailed answers are appreciated. Thanks!
Last reply by Kieran, -
- 9 replies
- 3k views
Hello I got some real urgent issue: when somebody tries to register with my airline they get a blank page after they click "register". No error messages, nothing, not even with "debug" on. When I hit a wrong captcha it will come back to the regform though, so that part works. But apart of it, nothing shows and the registration is not processed. I looked on the forums here and couldnt find anyone with the same problem. Its a brand new site, the registration page is not modified. What could this be? I'm not fluent in php and really in a dump now because of this.
Last reply by mischka, -
- 8 replies
- 2.7k views
I get the Following warning message which doesnt looks nice but registration itself works like it should Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/home/simaerobatic/htdocs/phpvms.full//lib/skins/crystal/<h3>Registration</h3> <p>Welcome to the registration form for Simaerobatic Virtual Airlines. After you register, you will be notified by a staff member about your membership.</p> <form method="post" action="http://www.simaerobatic.com/phpvms.full/index.php/registration"> <dl> <dt>First Name: *</dt> <dd><input type="text" name="firstname" value="" /> </dd> &…
Last reply by Nabeel, -
- 1 follower
- 5 replies
- 3.4k views
Hi everyone I wanted to ask you a question. is possible in the form of registration enter IVAO VID, PID VATSIM. Thanks
Last reply by Fernando, -
- 1 reply
- 1k views
hello friend. I have a problem on the page registration_mainform.tpl, all riders who register the same error appears. Error: Could not open socket I await help.
Last reply by simpilot, -
- 11 replies
- 3.7k views
I have edited this code until I was blue in the face . I can't seem to figure out how to remove the code (AA - American Airlines) and have it list the airlines alphabetically... American Airlines British Airways Continental Airlines ...and so on <dt>Select Airline: <font color="#FF0000">*</font></dt> <dd> <select name="code" id="code"> <?php foreach($allairlines as $airline) { echo '<option value="'.$airline->code.'">'.$airline->code.' - ('.$airline->name.')</option>'; } ?> </select> </dd>
Last reply by Jeff, -
- 10 replies
- 3k views
Hi, i eddited it with. <h2 title="BMI Baby Virtual Airlines">Join the BMI Virtual Team!</h2> <form method="POST" action="apply1.php" > <p><strong>Join our Team! We will get back to you within 24 hours.</strong></p> <table> <tr> <td> First and Last Name*: </td><td> <input type="text" name="name" size="25" /> <br> </td> <tr> <td> Date of Birth*: </td><td> <input type="text" name="DoB" size="25" /> <br> </td> <…
Last reply by Jeff, -
- 9 replies
- 2.7k views
Hey guys, Right heres the thing i've been re-doing our pilot registration page and added a few more things like DoB, City of Residence, Why they want to join our VA and one or two more things I want to add. Anyway I'm not sure how I would get this information to like send when the pilot sends it. With the DoB and Why they want to join just want that for admins to see so what do I need to add and where? I know its prob a big task? but if someone can just get me going then im sure I'll be fine (fast learner) Thanks!
Last reply by Joshua John, -
- 4 replies
- 1.7k views
hi mates just need to know if we want to display Pilot ID also in registrationaccpeted.tpl file so pilot would also note down there IDS what code we can use? Pilot ID:<?php echo $pilot->pilotid; ?> is this the right code for the file.
Last reply by FiveStar, -
- 11 replies
- 2.2k views
Hi, I just noticed that some new pilot registrations are not showing up. I get a e-mail, but I cant see it on the admin panel, or recent hires tab. here is our sites link www.aavirtual.net please help. Ada
Last reply by Nabeel, -
- 4 replies
- 1.7k views
Hi chaps, I followed the Recaptcha v2 guide above and that worked, but when I run a test registration, I get the confirmation and I get the email, but the user is not added to the database?! My last working registration was 31/03, just before Recaptcha was deprecated. Anyone got an initial steer? I changed a few things trying to upgrade to v2 before I spotted the guide, but I reverted all those changes as far as I know (although it's possible I may have missed something...)
Last reply by neo2810, -
- 5 replies
- 2.3k views
I was told that when pilots register they see this. The app goes through ok with no errors. ARRG! Warning: imagefontheight() expects parameter 1 to be long, string given in /home/alaska/public_html/core/common/PilotData.class.php on line 966 Warning: imagefontwidth() expects parameter 1 to be long, string given in /home/alaska/public_html/core/common/PilotData.class.php on line 967 Warning: imagestring() expects parameter 2 to be long, string given in /home/alaska/public_html/core/common/PilotData.class.php on line 981 Warning: imagestring() expects parameter 2 to be long, string given in /home/alaska/public_html/core/common/PilotData.class.php on line 981 Warning: i…
Last reply by Kyle, -
- 17 replies
- 3.4k views
Hi there, Just wondering if theres anyway to call the email address and password entered on the registration form onto the registration_sentconfirmation.tpl for the new pilot to see? Cheers.
Last reply by selwynorren, -
- 9 replies
- 2.3k views
Hi all I've had to reinstall my server which has meant reinstalling phpVMS. I downloaded the 2.0.854 release (not beta), went through the install document making the necessary folders writeable, imported the old database from my previous 854 install, and now pireps aren't working. Manually adding results in no error and when the pirep list is displayed it's not shown. Using Xacars results in "SUCCESS" from the server, but again nothing showed in the pirep list. Also, nothing is shown in the "Pending Pireps" notification on the admin part. However, in both the xacars.txt and log.txt logs, the pireps are displayed. I've double checked folder permissions, but I'm now …
Last reply by Nabeel, -
- 2 replies
- 1.5k views
hello guys I need to reinstall my PHPvms it has many lags and many people told me itmight help. So how do I do it? how to save all pilot and website and all flights that they have done? Can you explain please? add me on skype if you can or answer here vortexxx-777 thanks
Last reply by servetas, -
- 0 replies
- 985 views
I would like to generate a count of all the pireps rejected overall and per user, does any one have a code that can do this. Regards Chris
Last reply by ChrisHD, -
- 1 follower
- 4 replies
- 1.7k views
Hey, every time when we reject a pirep the pilot lost about 30% of his total money. How can we fix that? thx
Last reply by ProSkyDesign, -
- 2 replies
- 1.3k views
Hi all, I need some help in the next issue, which is that when we are on the map live, flights that are reported with FSACARS time and remaining distance marks correctly, but if you report the FSFK, erroneous data . Could someone tell me where the error may come. I leave a screenshot of a test that I miss thank you very much
Last reply by AirLevante, -
- 7 replies
- 2.1k views
Is there a way to make the login automatic so that users do not need to login every time they goes to my website, like a remember me feature? If so, could you please explain how? Thanks, Carl www.swava.net
Last reply by tutmeister, -
- 4 replies
- 1.7k views
Hi folks, Very quite simple, while putting my data to login, i select Remember me, unfortunately after couples of minutes, i am dropped out, all the time. Any suggestions ? PHPVMS 5.5.2 Yours,
Last reply by FlyingMachine, -
- 1 reply
- 1.3k views
Hi Guys - I have completed set up for phpvms, but when i access my site remotely, i only get text, and no pictures or formatting (default skin is set up). Looking at the source, it shows this: href="http://localhost/phpvms/lib/skins/crystal/styles.css" /> <script type="text/javascript"> var baseurl = "http://localhost/phpvms"; Surely the remote machine wont know where 'localhost' is (it would piont to itself!), and should be a path to the server? I cant find any setting on the admin console to change this. Can any one point me in the right direction? Thanks for your help.
Last reply by Nabeel, -
- 6 replies
- 4.3k views
Hi to all, I want to remove posted by tag on my site, where its configurated? Tanks
Last reply by bteixeira, -
- 5 replies
- 2.3k views
Hello, I need a div between my header and footer for every page but the homepage is there any php or anything I could use so on the homepage the div wouldn't be visible. Or would I have to add the div manually on each page? Thanks
Last reply by avdesigns,