Jump to content

TAV1702

Members
  • Posts

    1954
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by TAV1702

  1. Thanks Nabeel. I forgot all about setting that to debug in the config file. Now on with the situation. I looked at my debug and this is what it said. Notice the comment section above in red? Well, I removed the comment code from the pilot admin and now my entire pilot admin works a treat. Apparently, the little section in the admin panel you can add a comment on the pilots details, well according to my database, there is no comment field at all. So like I said, I removed all code related to comment and all is well now.
  2. Working on Ready For Pushback Radio

  3. I suspect that is the case. If you are unsure, then delete the files and re upload them. that is exactly what the error is saying.
  4. Nabeel, can you point me to the right one? I do not find a debug log file. I find many others but not a file named debug. Also, I found a couple error logs that are loaded up. Not sure what all they are saying because it is all bunched up.
  5. Nothing. All empty. I had chmod of 644 on all my log files.
  6. DOH! I never even thought to look. Sh*t! Let me go take a look real quick. I hope I had my log files chmod to write.
  7. TAV1702

    Airport Tables

    It's to bad code has to go untouched when someone goes absent. I think phpVMS mods should be like phpBB. If a author abandons it and will not reply to anyone after said amount of days, then someone can take over until he or she gets back.... If they ever do get back. But yeah this list would be cool if it was extended on.
  8. TAV1702

    Maps

    you need to get in to your local.config.php and edit the time it shows flights for. I think it is set to deafult at 12 hours.
  9. TAV1702

    Problem!

    Nabeel you beat me to it. I was just coming back here to give that same advice. I don't know why I did not think of it to begin with.
  10. Ohh nice one Nabeel. I do not currently add routes, but will just to see it in action. Thanks for the quick reply. I'll mark this one Solved.
  11. Somewhere along the lines when I was absent a while back, I mussed have missed the whole navdata thing. I noticed I have the table created in my database and all inserts have been added. My question is, how is it relevant to our websites and how do we use it? That is a massive amount of info in the database to just sit there. Any info on this would be appreciated. Ray
  12. TAV1702

    Problem!

    Hello. I see you are on free hosting. I am not sure what this error is, but most of the time, phpVMS will NOT run very well on free hosting. Search this forum for that particular error and see what you can come up with. I will check between now and then myself.
  13. Hey no probs. I am no authority figure, I was just saying is all. Kind advice. thanks for your understanding. It just makes the forum look much cleaner. And please do feel free to contribute any time. That's what this place is all about. Take Simpilot for example since we are in his threads here. And I am gonna try out your code snippet for the smf register and see if she works for me or not. I hope so. I really like your idea.
  14. When trying to change one of my pilots hubs, I make the change, click submit and I get this at the top of the screen and no change is made. Array ( => STR [firstname] => Nathen [lastname] => Miller [email] => xxxxxxxxx@hotmail.com [location] => AU [hub] => KMCI [retired] => [totalhours] => 14.43 [totalflights] => 7 [totalpay] => 786.167 [transferhours] => 100 [comment] => [payadjust] => 0 ) His current hub is PHNL I am trying to switch him to KMCI. Is this a bug or is a database debug turned on on this page? and this is on the current beta. I did not post it in the support forum incase this is a bug for this version. **EDIT** I forgot that me and another gentleman was working on a problem in my pilots area of admin panel and I had done a print_r($params); That is how I got that read out above. I went and got rid of that and it still will not update anything from that page. His code is correct and obviously the phpVMS code is correct but anything submitted on that edit pilot page will not get sent to the database.... So not a bug. Please feel free to move this if you wish or I can open a new thread.
  15. Hi BlackYet. Thanks for the contribution. Please do avoid posting that much code in a topic. Pastebin works real good. As well, you can zip the text file up and attach it. But yeah I was a wondering how to make it match the username in phpVMS. Thanks again.
  16. TAV1702

    SMF forum

    Yeah Simpilot sorry about that. He saw the forum script on my site that you created and we got off track for a minute and talked about it.
  17. I had this problem last night with another skin and all it was that was wrong was an invalid path to the css file. if your path is correct and it still does not work, then try to include the http:// or in other words, try the entire path. that is the only way I was able to get mine to work.
  18. Here it is. Hopefully it allows rar files I do believe that this is unedited. I normally keep every zip file I download and then only work on the unzipped. So this one should be good to go guys.
  19. Did you go in the admin panel and delete cache and reset signatures? I had mine do this a couple of times on me especially after updating the website. Once I went in and deleted cache and reset sigs, all was well again. I am not sure this is going to be true in your case, but hey, it's worth a shot.
  20. TAV1702

    Pilot Status

    Ok tonight after I get done with school and can get back on my project I will give it a try. Thanks for the reply. I appreciate it.
  21. TAV1702

    Ranks

    To whom it may concern. It has come to my attention that a gentleman that was on my old VA website "borrowed" some rank images from another airline who is a member of this website and he did not have permission. I am taking these ranks down tonight after school and I will replace them with new rank images that I DID get permission to use from the VA owner of another VA not affiliated with phpVMS. I sincerely do apologize for this and I can promise that it will not happen again. I will not mention what site they came from or who the guy that was with my airline was that did it. No point in crying over spilled milk this late in the game. If there is anything on my site that belongs to you, as far as images go, PLEASE pm me here with details nicely and I will take care of it ASAP. From now on when someone from my site says hey I got some images, guess what? I am not going to use them.
  22. TAV1702

    SMF forum

    There are some tweaks that are done to mine that are not visible to guests. I have added images and a few other goodies to it. It is not very flexible, but all around, it works a treat. I am still working on that SMF forum. I had no time last night. I spent all afternoon and evening customizing that ObsessBlue skin some more. Am building a brand new pilot center right now. As soon as I get that done, I will work on the forum integration a bit more. Unless Simpilot chimes in first.
  23. Do you mean as in the front page of the website so that is all that anyone will see? If so that is real easy to do. Just put an index.html page in your directory. When someone visits your site, it will read the index.html page before anything else. In that page you will put what ever code you want in it to make it look however you want.
  24. TAV1702

    Pilot Status

    Working on a custom Pilot Center Public Profile Page and I am wondering if there is any way to show the pilots status. For example, Active, or Retired/Inactive. I am sure there is, I just am overlooking the proper code. I have tried until I was blue in the face today and so far no good.
×
×
  • Create New...