Jump to content

WiltshireAirlines

Members
  • Posts

    97
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Fort Worth, Texas, United States
  • Interests
    Aviation

Recent Profile Visitors

2142 profile views

WiltshireAirlines's Achievements

Newbie

Newbie (1/14)

13

Reputation

  1. I can do without it for now, I'll add it back later (probably recode it entirely, there was barely and code in it anyway)
  2. I forget. What's so mysterious is that I copied and pasted the code that's in Mission.php to every other PHP module file, but only Mission.php had a problem. That's what I'm confused about.
  3. Fixed the problem simply by deleted mission.tpl, mysterious.
  4. <?php But again remember that I think there's something hiding there due to the encoding.
  5. I am trying to use the admin fleet table found in Admin Panel > Airline Operations > Add and Edit Fleet. I copied and pasted the code (I understand that I won't get the same styling as the admin fleet table but I don't care about styling) over to my fleet module and it says that no aircraft have been added when there indeed have been aircraft added. I'm pretty sure the variable $allaircraft (as array) is no longer valid after moving the code. What is the array variable with all the aircraft? Thanks!
  6. I know this question has been asked before but it didn't solve my problem. So, basically, whenever I login or log out it says that it can't modify header information: Warning: Cannot modify header information - headers already sent by (output started at /home/u800717564/public_html/core/modules/Mission/Mission.php:1) in /home/u800717564/public_html/core/modules/Login/Login.php on line 143 Warning: Cannot modify header information - headers already sent by (output started at /home/u800717564/public_html/core/modules/Mission/Mission.php:1) in /home/u800717564/public_html/core/modules/Login/Login.php on line 154 Now please note that Mission.php is a file that I created manually, and this morning I had problems with encoding with and without BOM - which is likely the problem. However, I've tried changing the encoding for all the files (login.php, mission.php and local.config.php) that are important for this error and nothing has worked. I had this problem last time, but last time it was whitespace - this time it's not whitespace, it's encoding. I use Notepad++ and I've tried changing the encoding multiple times, nothing works.
  7. Hello, If you have a lot of experience with PHP and know your way around the phpVMS system, and are willing to help us free of cost, please step forward. I am looking for people like you. We are a professional airline looking for skilled web developers, specifically PHP. If you do a very satisfactory job, we will most likely pay you. If you're interested, please reply below and I will PM you.
  8. I have two different questions, but I don't want to post two different threads because I've already posted so many. First problem: I have just moved the PIREP form to the pilot dashboard and none of the dropdown menus work (ex when you try to select your airline, nothing comes up). I know this has something to do with me moving the form. Second problem: I want to also move the schedules to the pilot dashboard. However, it is split into many different templates, and I don't know how to move the whole thing so that pilots can search schedules. If any of you have some sort of solution to any one of these problems, please say so. Thanks in advance!
  9. Sorry, it actually says that it can't retrieve the information. I noticed that when I click "Look Up" in the Add Airports box it cannot fetch the airport data.
  10. I don't know why this question has never been asked, I must be missing something obvious here, but how do you import airports? You can export them but not import them.
  11. FIXED: PLEASE IGNORE THIS THREAD, I HAD BLANKSPACE BEFORE THE OPENING PHP TAG I know this question has been asked before on this forum but the solution presented there does not work for me. When I click the log in button, after filling out my email & pass correctly, I receive this error: Warning: Cannot modify header information - headers already sent by (output started at /home/vaal/public_html/core/modules/Login/Login.php:1) in /home/vaal/public_html/core/modules/Login/Login.php on line 136 I've looked up this problem and it seems that it's caused by sending output after headers are already sent (which I don't really understand what headers are), but I have no idea how to fix it...I'm no PHP guy. Thanks in advance for the help! Let me also add on this information: this error only started occurring after I transferred the whole site to a new domain. Also, I do see this line of code that looks pretty suspicious: header('Location: '.url('/'.$this->post->redir)); This is line 136 of Login.php, which is where the error is supposedly coming from. When I click Logout, I get these two errors: Warning: Cannot modify header information - headers already sent by (output started at /home/vaal/public_html/core/modules/Login/Login.php:1) in /home/vaal/public_html/core/common/Auth.class.php on line 341 Warning: Cannot modify header information - headers already sent by (output started at /home/vaal/public_html/core/modules/Login/Login.php:1) in /home/vaal/public_html/core/modules/Logout/Logout.php on line 25
  12. I really hope someone can help me with this! Basically, I've copied and pasted the PIREP form into a new location and that should be the primary location to file PIREPs. However, I just clicked "Submit Pirep" without filling out anything and it told me I didn't fill out all the required fields, but it gave me that message on the old PIREP form, which I assume is the default location to submit PIREP's right now. I would like to change that default page and then delete the old page. Hope this makes sense! Thanks in advance!
  13. OK. Just did that, and it still gives me the same error as before: Fatal error: Cannot redeclare codon_autoload() (previously declared in /home/vol9_4/byethost8.com/b8_14940267/htdocs/core/classes/autoload.php:42) in /home/vol9_4/byethost8.com/b8_14940267/htdocs/core/classes/autoload.php on line 69
  14. I am accessing it from where you stated. Instead of doing "include", I use the "require" keyword. Is that also acceptable or must I use the include keyword? Anyway, I can't access it now so I won't be able to test it.
×
×
  • Create New...