Jump to content

Strider

Members
  • Posts

    1821
  • Joined

  • Last visited

  • Days Won

    53

Everything posted by Strider

  1. Yes, and it is not just that VA, I am hosting jalvirtual and their site is giving the same error. Also cant get into the admin, as i need to login, but cant login, cos i just get a load of errors.I think it may have something to do with the database, when i went and looked at it, i couldn't get into a few tables. I made a backup recently so should be able to rectify that. Just lose some new pilots that joined since i made the backup
  2. One of my VA's Malaysia Virtual Airlines, has suddenly decided to give me a lot of php errors, I ran the checkinstall.php and the only error it found was with the kacars free module. http://malaysiava.org I need help trying to figure out why the skin wont show, and the errors are showing. I have not added anything new, or changed any code, so this shouldn't have happened. Any help I can get would be greatly apprieciated.
  3. Strider

    Acars Map

    WWhat acars are you using and are you on free hosting or paid hosting?
  4. Seeing that it is nearing Christmas and is December, here is a Christmas song for you guys.
  5. Strider

    jQuery Dialog

    What is it you want it to do? We need more info on what it is supposed to do so we know what is going wrong.
  6. It doesn't show up on the prrofile page. Pilots I assume pilots you mean the roster? There is code you have to uncomment for it to show up.
  7. Sounds like you caused an error in php. When that happens, it stops everything else from showing.
  8. Link to the site, and is it on free hosting?
  9. Run the checkinstall, and post what it gives out. Or it could be a CSS issue, not sure.
  10. Strider

    Groups

    You don't have to give them full admin access. When creating the staff groups make sure access admin is clicked, I will only allow them edit what the group is allowed edit. You set that when creating the group.
  11. That is what it says above the delete pilot button.
  12. I think you miss read what simpilot said. He was backing up Jon who posted previous to him.Just for the record, I have always gotten great support here. You can't expect people to automatically know the problem, it is like going into a garage asking them what is the problem with my car, and not letting them see the car, or give them any further detail on what the problem is.
  13. Strider

    Schedules

    Unless we see the site, we can't give much help. We need to see the code for it, and the best way is being on the site. We need more details of the problem.
  14. Strider

    Schedules

    What is most likely happening is that you have forgotten to close a div tag, so the css is not being parsed for that section. A link would help us help you better.
  15. Nope, there is no such app, but it would be a good one though. Though I would add a bit more parameters in so that it doesn't come up with silly routes.
  16. Not quite sure what you are asking, when pilots register, they have to ability to choose which hub the want to be apart of. Is it you want a specific page for the hub? IF so, you can create a page in the admin area for that, if you don't want the public to view it, don't make it public, then edit the pilot center, and add the links, should be http://www.yourva.com/pages/hubname and that is it.
  17. SQL is not that hard, it doesn't have to look pretty, as long as it does its job, as only you see it when coding, the general public dont see it.
  18. This is nothing to do with phpvms but something on this site, { "error": { "type": "OAuthException", "message": "Invalid redirect_uri: Given URL is not permitted by the application configuration." } } I tried to connect my account to my fb account, and get that instead.
  19. If there is on turn off in my opinion is a splash screen, I don't want to go through the hassle of going to a site, only to get a splash screen and have to click to see the main site. Also they are old, no one really uses them anymore for the reason people get annoyed by them and leave.
  20. Free hosts give limited services, and php is one, they are usually using older versions of php also.
  21. By the sounds of it, you used the same db tables, that is really a no no because, exactly what you said happened will happen. That is why you never use the same tables for two seperate installs. If you want to use the same db, then give them a different prefix, like phpvmst_ something to make them unique. A screenshot will not give us all the information, detail of the problem will help us immensely. This is not a bug in the software, it is just a mistake on your part (don'tt mean to offend but it is what it is).
  22. In reality you should never use a beta as a poduction site, use it in a seperate folder and test it, and report the bugs you run into. Make sure the files have the correct permissions. Make sure the server location is correct some use localhost some have a different server location. When upgrading do not go to install.php you just need to go to upgrade.php. Install.php will install it fresh, and it could be getting a conflict with the current database.
  23. i was using the wrong user hehe.
  24. The error is saying it is receiveing a 404 error from the server.
×
×
  • Create New...