Jump to content

HighFlyerPL185

Members
  • Posts

    217
  • Joined

  • Last visited

Everything posted by HighFlyerPL185

  1. I have just ran a checkinstall.php and the version seems up to date, however I am receiving some errors. Checking file hashes for corrupt or mismatched files [Checksum failed] /core/templates/pages_notfound.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/pages_content.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/pilot_public_profile.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/modules/kACARS_Free/kACARS_Free.php did not match, possibly corrupt or out of date Taking a simple guess, the templates went corrupt during the transfer from the old host, or can there be something extra to it?
  2. Same thing
  3. Hello there, I am facing an issue with kACARS which kinda puzzles me. Basically, what has happened is I had to move hosts, due to an unfortunate free hosting suspension. It was a test account anyway for site development, and now we're looking to open the airline soon, so we moved to a new host, I only carried the templates over, but I get this mysterious warning upon connection through kACARS to the new server. I can't really copy it, since I don't know a way out of a window, nevertheless, it talks about code from x10's suspension page. Any ideas why as I'm puzzled? The path in the local.config.php is set to a new site (www.flyglobespanva.xaa.pl), an entire new database has been generated and I am not sure where the issue lies. Equally, the kACARS does not work, switch = verify issue which I researched on these forums, however the module's in and it should work. I'd really appreciate any help as I am absolutely puzzled.
  4. Thanks for your efforts, however this doesn't seem to work for me Unless I've done something wrong. Here's my settings, I've cut out the commented green bits, so there's less spam... public $Host = 'smtp.gmail.com'; public $Port = 465; public $Helo = '$Hostname'; public $SMTPSecure = 'ssl'; public $SMTPAuth = true; public $Username = 'kamil1995b@gmail.com'; public $Password = '*******'; public $Timeout = 10;
  5. SMTP that is. I tried borrowing the settings from there, didn't seem to work... http://forum.phpvms.net/topic/5076-smtp/ Of course changed the details to match my account accordingly.
  6. Sorry for bumping this quite old topic but I don't feel like this needs a new topic. I'm not great at PHP, how would I add a Pilot Code before the pilot name and a link to their profile?
  7. Hello there, I have an issue with the site e-mails, they basically don't send. Whenever I activate a new pilot, they never receive a message. I tried the "Contact Us" form too, and that didn't seem to send anything to my e-mail. I researched about it a little on the forums, and it could be due to the fact I have a gmail address, however I am unable to tackle the issue, since I have no idea how would I do that, or where the problem lies. Any suggestions? I'd appreciate any help Cheers.
  8. The trouble is I haven't modified the form. And sure, that would be great. Misread your thing at first hahah, sorry. Thanks for the reply.
  9. Anyone please? I still require help, I'm pretty clueless on PHP Got no idea how the filename can be longer than 4096 chars, when it's nowhere near.
  10. Hello there, I am facing a slightly irritating issue. I have started designing a CSS for my airline, however the registration page shows the below error. It is only displayed on the registration page and nowhere else, I've checked the TemplateSet.class.php file and there seems to be no mistake on line 96, and any other lines at all. I also found that it is displayed not only on my theme, but also on the default one (crystal) and I found that a user can actually register. On the confirmation page, the error disappears. Any ideas? I would appreciate any help/tips as I'm utterly confused. Here's the code Warning: file_exists() [function.file-exists]: File name is longer than the maximum allowed path length on this platform (4096): /home/flyglobe/public_html//lib/skins/gsm/<h3>Registration</h3> <p>Welcome to the registration form for flyglobespan Virtual Airlines. After you register, you will be notified by a staff member about your membership.</p> <form method="post" action="http://flyglobespanva.x10.bz/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>Email Address: *</dt> <dd><input type="text" name="email" value="" /> </dd> <dt>Select Airline: *</dt> <dd> <select in /home/flyglobe/public_html/core/classes/TemplateSet.class.php on line 96 Thanks
  11. Hello there, I have two questions regarding skinning which I struggle to find an answer to. I am a newbie skinner, I have ported my own CSS theme into phpVMS and well, it needs some editing. I have managed to do quite a bit now, however there are things which I need and I'm not sure how to solve them. 1. In pilot_list.tpl, can a CSS file be imported? If yes, an example would be helpful, not sure where to exactly insert such a tag since I'm clueless about PHP. 2. I have created a subpage called "Hubs", however it doesn't seem to be directly editable (e.g via Adobe Dreamweaver), the file is blank. What I wanted to do, if it's possible, is to remove the heading "Hubs" when you open the page, because I want to insert a flash file illustrating the bases and so on. I hope you can help me out somehow, cheers Kind Regards, Kamil
  12. Installation went just fine and I'm on x10hosting. It seems stable and fast for the timebeing. I am considering however a VPS purchase for a smoother run and maintenance. Thanks!
  13. Thanks. It worked, guess it was misconfigured or something, but weird, I used the same settings in the first install. I am using a free host, sadly I can't afford a paid hosting for now but I should in near future, could that matter a lot?
  14. 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
×
×
  • Create New...