Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 7 replies
- 2.5k views
Hello there, I have just installed phpVMS on my webhost and I am a rookie at this system to be fair. I have installed it, it's working well, but there's one issue which happens to be that I cannot login. It says "Invalid login or password...". I am using information I provided during install, and it does not let me log in. When I do "Forgot Password", it does not send anything to my e-mail. Whichever way you put it, I'm locked out. I even tried this. Nothing. Any ideas? I'd appreciate some hints/help Kind Regards, HighFlyer
Last reply by fsxsimulation, -
- 1 reply
- 1.3k views
Warning: Cannot modify header information - headers already sent by (output started at /home/alaska/public_html/core/modules/Schedules/Schedules.php:3) in /home/alaska/public_html/core/modules/Login/Login.php on line 136 any idea how to fix that
Last reply by James142, -
- 1 follower
- 12 replies
- 3.5k views
Hi, I have an issue with the members trying to login in my VA web this msg appear after login : You must be logged in to access this feature! any suggestion ?! P.I i have used two Versions of phpvms v2.1.934 and now i am using Version simpilot 5.5.2 The problem appears in both versions since i have transferred my Domain to a new Server ...
Last reply by breenild, -
- 0 replies
- 920 views
Hi all, Is there anyway to log failed login attempts...?? Kind regards, Connor Davidson
Last reply by Connor1994, -
- 4 replies
- 3k views
Where is are the login messages located? Specifically if a pilot is in active the get the following message on their screen "Your account was marked inactive". Where is this message in the code so it can be changed?
Last reply by mseiwald, -
- 1 reply
- 1.5k views
Hi all I have been lokking at some of your sites and very impressive they are to. I see some of you have login boxes on your front pages, I was just wondering how you did that, is it a show template thing or are you cutting and pasting code from the login page? Sorry if this questions been asked before I did look throught the forum but couldn't find anything Karl
Last reply by roboa, -
- 3 replies
- 2.1k views
This is not my site, I'm just designing it. When I log in, it gives me the already logged in error. So, I click Pilot Centre, only to be told to login. I can't access the Admin panel to clear cache or anything because of this. It happened after I edited something in the local.config.php (above the do not edit part). Checkinstall.php: Checking PHP version [OK] PHP version is 5.2.x Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML module... [OK] SimpleXML module exists! Checking file hashes for corrupt or mismatched files [Checksum failed] /core/common/PIREPData.class.php did not match, possibly corrupt or out of date [Checksum failed]…
Last reply by PaulDM, -
- 2 replies
- 1.9k views
login in with my website Error code... Warning: Cannot modify header information - headers already sent by (output started at /home/starall1/public_html/core/local.config.php:1) in /home/starall1/public_html/core/modules/Login/Login.php on line 156 Log out of my website error code Warning: Cannot modify header information - headers already sent by (output started at /home/starall1/public_html/core/local.config.php:1) in /home/starall1/public_html/core/common/Auth.class.php on line 341 Warning: Cannot modify header information - headers already sent by (output started at /home/starall1/public_html/core/local.config.php:1) in /home/starall1/public_html/core/modules/Logo…
Last reply by SAV_Brian_CEO, -
- 1 follower
- 0 replies
- 1.2k views
I solved it. It was a crashed table.
Last reply by Strider, -
- 2 replies
- 1.6k views
Have been trying to log in to my site (RAFAIRUK) but keep getting the following: No input file specified. Even when I try to click on a filed PIREP to view it I get the same message. Any ideas would be welcomed. Richard
Last reply by StartVM, -
- 2 replies
- 2k views
Hello together, today I got the idea to create a few PHP Applications on our VA Website, and I would like use the login system of the phpvms. That means, that I would like make a Query to look if the User is logged in or not. Has anyone an idea, how to create this function in PHP with Sessions, Cookies or something else? Greetings, Konrad
Last reply by servetas, -
- 1 follower
- 7 replies
- 2.8k views
I am having an issue, when I try to login, it will redirect me to the login page and it will just keep doing it, but it does not say I am entering anything wrong. I have tried uninstalling/reinstalling, but to no avail. Please help if you have any idea what is going on.
Last reply by Heritage1, -
- 2 replies
- 2.1k views
Hello Peeps. I am working on a new Crew Center. I have renamed the Profile Module as Dashboard. My frontpage_main.php looks like this <?php if(!defined('IN_PHPVMS') && IN_PHPVMS !== true) { die(); } ?> <?php if(Auth::LoggedIn()) { header('Location:'.SITE_URL.'/dashboard'); } else { header('Location:'.SITE_URL.'/login'); } ?> Now after I log in it still redirects me to Profile Module. I want it to be redirected to Dashboard Module as http://crew.siteurl.com/dashboard. I tried to dig deeper but was afraid to mess up. So any leads or fixes folks? Sincerely, Aaryan Kapoor
Last reply by Aaryan, -
- 1 reply
- 1.7k views
Hello, I'm having a problem with logging in to my website. When I login with my Pilot ID and Password, I'm not being forwarded to the pilot center anymore Before I was always redirected to the Pilot Center, and now ending up with this: When I reload that page, the site displays the "login_already.tpl", but I have access. Unfortunately this appeared with no warning, and I don't know how to fix it. I have already consulted the forum, but didn't find any solution. Thanks in advance!
Last reply by Max, -
- 1 reply
- 1.3k views
Hey guys, i have been looking at this, http://forums.devshed.com/php-development-5/return-to-originally-requested-page-after-being-redirected-to-login-279227.html Wondering if this is something that can be incorporated in to phpVMS.
Last reply by Nabeel, -
- 4 replies
- 2.7k views
Hi all, I really just can't work out what's going on here at all. I'm logged into the site, yet, when I click on the link back to the hompage, the pilot links that appear when logged in (in place of login boxes) just go back to the login boxes. This leads you to believe you have been logged out however when you use the boxes and log back in you get told you were already logged in!? Another issue, which I presume is linked to this, when you click on the link for the admin panel you are asked to "please login first". This only happens on the live site and not on my offline localhost development site. FF errors are: Any help is appreciated!
Last reply by roboa, -
- 1 follower
- 1 reply
- 2.1k views
Hi everyone, I've worked with phpVMS for quite a while now and I'm pretty satisfied, great job!! Now my customer had page already set up and wanted me to integrate phpVMS. I have a normal login field (Pilot ID, Password and remember). I got the loginform: <h1>Login</h1> <form name="loginform" action="<?php echo url('/login');?>" method="post"> <?php echo "<?xml version='1.0'?>"; ?> <?php if(isset($message)) echo '<p class="error">'.$message.'</p>'; ?> <dl> <dt>E-mail Address:</dt> <dd><input type="text" name="email" value="" /> <dt>Password:</dt> <dd><i…
Last reply by Vangelis, -
- 7 replies
- 2.1k views
First of all hi everybody. Than thanks for the site, phpvms and tutorials... i hava got a question; how we login into our site with pilot id? there is an example; www.metroairvirtual.com sorry for my bad english. best regards
Last reply by hoser70, -
Login with..
by Guest Ryyaann- 1 reply
- 1.1k views
www.skyblueair.info What would I put in login_form.tpl and login_form_small.tpl to allow my pilots to login with either their name such as Matthew Beverley, pilot ID SKB0001 and email address. I want them to be able to login with all 3. Any ideas? Thanks in advance.
Last reply by Nabeel, -
- 3 replies
- 3.4k views
Hello! Recently started this using phpvms and these are the errors I am receiving when I attempt to login and logout. On Logging in: Warning: Cannot modify header information - headers already sent by (output started at /home/gamesyns/public_html/phpvms/core/app.config.php:1) in/home/gamesyns/public_html/phpvms/core/modules/Login/Login.php on line 154 Upon Logging out: Warning: Cannot modify header information - headers already sent by (output started at /home/gamesyns/public_html/phpvms/core/app.config.php:1) in/home/gamesyns/public_html/phpvms/core/common/Auth.class.php on line 341 Warning: Cannot modify header information - headers already sent by (output started…
Last reply by GameSyns, -
- 6 replies
- 2.7k views
Hello, so basically when i log in our out of my webpage, i need to reload the webpage so indeed the action take place. Example: I put my details and press log in button. The webpage just keeps banner and navigation bar, i need to reload and then im logged in, same with log out.
Last reply by simpilot, -
I put one of those little logos that shows up in the tab bar and in the url. But it works in google chrome, but not in IE. All the tutorials say to do it exactly the way I did, but it still doesn't work in IE. Heres the code I put in the layout.tpl <link rel="shortcut icon" href="/favicon.ico"/>
Last reply by Aaron, -
- 2 replies
- 1.4k views
Hi, I'm having issues with the site main logo and the pilot rank images. I changed the logo file name to "topbanner" like it says in the manual and it is in the lib/skins/crystal/images folder, but it is not appearing in place of the phpVMS logo. There is only a white space. Also, when I put in the link to the rank image file, the image does not appear. There is only a little icon that shows that the picture is not loading correctly. Any help would be appreciated . -Colton
Last reply by unitedva, -
- 7 replies
- 2.4k views
Hello all, I am having this issue with our new skin: As you can see, after Read More, Liftair VA and before Aeronor, Contact Us and Terms&Conditions, there is a square that cannot be changed and I don't know what to do. Refering to the 3 squares on the bottom right, those are the social networks logos and I have tried changing them but without any effect. Could you please help me to solve this? Thanks! Regards,
Last reply by ShredMountains, -
- 1 follower
- 4 replies
- 2.3k 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, -
- 13 replies
- 5k views
When i click on logout i get this Message: And upon logging in i recieve this error message: Any ideas?
Last reply by MPE001, -
- 2 replies
- 1.3k views
When i click "Logout" my website has spasm's trying to load a googlemap or something but it never does so it keeps trying over and over until i re-open the page. Also would it possible to have a option to re-send the Welcome email to members plus maybe a mass email button? Also get members whos emails loose these emails
Last reply by davehardy, -
- 1 reply
- 1.4k views
Hey Guys, We get this error when my pilots login/logout. Logout Error: Login Error: However, for login, when we go back to the Home page after this error, it seems to have logged us in. When we go back to the homepage after receiving the Logiut error, it seems to have logged us out. Any Suggestions? Thanks in advance!
Last reply by Dyl963, -
- 1 reply
- 1.4k views
The default skin (crystal) only has a content area that covers the whole width. I would like to use a skin that has a side column on the left and probably also one with side columns on the left and right in addition to the main content area. I have seen them in some of the other VAs, looked all over the SKINS forum but apparently all the skins are either outdated (don't work well with .944) or just dead links to sites that no longer exist. Anybody has one such current skins?
Last reply by Bluemax, -
- 0 replies
- 814 views
The default skin (crystal) only has a content area that covers the whole width. I would like to use a skin that has a side column on the left and probably also one with side columns on the left and right in addition to the main content area. I have seen them in some of the other VAs, looked all over the SKINS forum but apparently all the skins are either outdated (don't work well with .944) or just dead links to sites that no longer exist. Anybody has one such current skins?
Last reply by Mysterious Pilot,