Jump to content

TAV1702

Members
  • Posts

    1954
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by TAV1702

  1. I can add airports, click look up and it fails to pull the data for me as it should, and, I can not get a live price to show up. It simply says Waiting for ICAO change... Would this be an issue with the server my hosting is on? I have bumped into a couple other problems with the server my site is on as well. Am thinking of switching to Nabeel. The reason I ask is, a pirep was submitted and I looked at it with the edit button and it charged me $5.10 for fuel. I then went to view the airport info and it says it is live. I checked my config and use live is set to true. All pireps I get are charging me $5.10. I don't think my site is able to get data the way it is supposed to. phpVMS Version 2.1.935 This worked for me before I switched domains. same server, different domain. Here is my info phpVMS Virtual Airline Administration Software Install Check phpVMS Build Number: 935 Checking PHP version [OK] PHP version is 5.2.8.x ASP Tags [OK] ASP-style tags are disabled Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML module... [OK] SimpleXML module exists! Checking file hashes for corrupt or mismatched files [OK] No errors found! -- Checked 183 files, found 0 errors As you can see, I am able to connect to outside servers.
  2. I think this addon needs a admin module like the events addon has so when phpvms gets updated, it does not over write anything. For now, I will add my own link in footer or something like that that only admin can see so I do not have to edit any pf the core phpVMS files. Not sure I will ever use this addon, but was curious to see what it was about. I got a shop up and running smoothly the first try.
  3. it shows 934 and I looked at the change log in the file and it shows V934 as well. Like I said, I dloaded the file with the link given at the beginning of this thread. If you want, I can send you the exact file I got so you can look over it. And if you want, I can create a account on site and cut you admin on it so you can login and check things out.
  4. Any Ideas on this one? I tried again today just because and it was the same result.
  5. Yeah I did get the error, but a quick email with a reply back solved the problem. I am working on getting mine up and going now. Got one minor issue to resolve with the website first, then I am starting in on this one.
  6. Ok same thing again. See attached pic. Please excuse my freehand arrow. phpVMS Virtual Airline Administration Software Install Check phpVMS Build Number: 934 Checking PHP version [OK] PHP version is 5.2.8.x ASP Tags [OK] ASP-style tags are disabled Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML module... [OK] SimpleXML module exists! Checking file hashes for corrupt or mismatched files [OK] No errors found! -- Checked 183 files, found 0 errors
  7. yeah I tried it one more time and same thing all over again. Everytime I go to update the site, it says I already updated and gives me a force update link. How is it possible to have already updated when I hadn't done it yet? I'm doing it one last time for tonight and I'll run the check install and post results.
  8. Same thing Nabeel. I visited my website install/update.php and it told me I have already updated. So I did a force update and cleared cache, did an F5, cleared browser cookies, deleted history and all, even did a clean reboot of my PC and it still tells me it is version 2.1.934 and the download link I used a minute ago was the link from your first post in this thread we are chatting in.
  9. Yeah I cleared cache, delted browser cookies and all and it still tells me it is Version 2.1.934 Let me do a quick update with this version and see if it revises it.
  10. Am getting a error popup regarding lib/js/??? I closed it before I read it closely. My build was downloaded from this thread, yet I check my version in my admin panel and it is still showing the last build 934. It was fresh updated as of today. I may try to update again just incase. If you choose yes, then another one opens except this time it is for the acars map
  11. Hi simpilot. I had a look at your site and that is exactly what I am after. Nothing fancy or bulky. Just something simple that will run off of my current database Like your beta forum does, and not require an extra login for pilots like coppermine or something like that. And @ the other fellas that replied, thanks for the ideas. It is worth looking into as well.
  12. TAV1702

    latest skin

    I was headed down that road myself to be honest. I have been trying for days.
  13. Just curious if anyone has ever got a Image Gallery integrated into phpVMS that uses current login info without the pilot having to register for another script to use. I like the Forum that Simpilot released how it is threaded into phpVMS. That is what I am after. Has anyone ever released one or got one to work like Forum?
  14. TAV1702

    latest skin

    That fixed it! Thanks. I really appreciate it.
  15. TAV1702

    latest skin

    Ok thanks. I'll give that a quick try and see how it goes.
  16. Nabeel My friend, you are just the MAN! Thanks a million. That just saved me loads of work. I took your trick from dropping and renaming to and from schedules2 to get rid of maxload and then did the 2nd trick on import and it was flawless.
  17. Ok thanks Nabeel. Will give that a go.
  18. TAV1702

    latest skin

    Where did you post at? I found the thread that said to create a new pilots list page and that was it.
  19. TAV1702

    latest skin

    If your using Firefox, simply get the web Developer addon and Firebug. They are great tools. With Web Developer, you can choose CSS and mouse over and area and it will give you the exact location in the css file so you can change the colors. If you do not want to get them addons, you will need to find the class in the tpl files and then find that exact class in the css file and play around with color codes until you find one that fits your websites needs the best. And if anyone can find a reasonable fix for the multiple hubs problem in Pilots List, please do share. I have scoured the code and added divs and removed them and switched this and that and so far nothing has worked.
  20. That is pretty sweet. You all have a nice looking website too. Did you get an error when you tried to use the SDK?
  21. Well, it was a great idea, but yet again I get bit in the ass by that dam foreign key error on the server. My host dont know, he is just a reseller. Then he needs to get ahold of his reseller who most likely needs to get ahold of their reseller and so on. Time to switch hosts maybe? #1452 - Cannot add or update a child row: a foreign key constraint fails (`thunxxxxx_xxxxxx/phpvms_schedules2`, CONSTRAINT `phpvms_schedules2_ibfk_1` FOREIGN KEY (`code`) REFERENCES `phpvms_airlines` (`code`) ON UPDATE CASCADE) Obviously I put the x's here on purpose.
  22. DOH!!!! I never thought of that. Nabeel my friend, that is why you make the extremely big bucks. For smooth thinking like that.
  23. Hi. I have a quick question. I have installed a fresh install of phpVMS and as we all know from my previous post, I have a databse issue trying to restore my old one. I have the site up and running with all of my airports, dloads, fleet and all. Now I wasnt to add my schedules, but now MaxLoad is no longer used. Can anyone tell me what part of this following snippet is the max load? I was thinking I might be able to manually remove the max load from each one or something like that and I could then import the corrected info so I would not have to redo a couple hundred schedules. Here is the insert with 1 of the schedules. Can you point out which part is maxload please? And would it be ok to attempt to do this? Obviously since I am starting from scratch, the times flown would be off too. Im not sure if it would be just as wise to start from scratch on schedules too or attempt this. INSRT INTO `phpvms_schedules` (`id`, `code`, `flightnum`, `depicao`, `arricao`, `route`, `route_details`, `aircraft`, `flightlevel`, `distance`, `deptime`, `arrtime`, `flighttime`, `daysofweek`, `maxload`, `price`, `flighttype`, `timesflown`, `notes`, `enabled`, `bidid`) VALUES (1,'TAV','0557','KMCI','PHNL','','',1,'',3909.67,'08:00 CST','03:12 CST',7.12,'0346',0,586,'P',3,'',1,0),
×
×
  • Create New...