Jump to content

simpilot

Administrators
  • Posts

    2773
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by simpilot

  1. If you want to send me the login info I will take a quick look.
  2. There are a total of four accounts with that name. Only one had three deleted airlines so I changed that one. If that is the correct account you should be able to add another three now.
  3. I would have your developer turn on/review your phpvms logs and see what is going on. Sounds like a client side issue to me, that is about all I can say from the limited information available.
  4. The base phpvms system already sends an email upon both user registration and approval. You could add a hook to catch that and add a pre-built airmail to the users new account. The info for the native event/hook system is here -> http://forum.phpvms.net/page/index.html/_/developers-guides/events-and-listening-for-events-r28
  5. It is a javascript version conflict most likely, look in Firebug and see what the errors are. You will have to probably either adapt the bid script or adapt the menu to the other.
  6. Can everyone else login to their accounts? When you say that you can login, do you mean into his account or yours, if it is just yours, have you checked if his has been marked retired or such in the database? Have you looked at the phpvms or server logs after he tried to login? Were there any errors showing in regards to the login?
  7. You will need to include the core.codon.config file in your page then you can use any native phpVMS functions (as long as they are not conflicting with others you already have) Some examples that might help get you started; http://forum.phpvms....erent-location/ http://forum.phpvms....-html-document/
  8. If you have tried everything in that thread, I have no idea what could be wrong because there is only a couple of things that can normally produce those errors and they are defined in that thread. The only other thing that comes to mind would be a permissions issue if you have root access and are uploading the files possibly as root instead of a user for the site.
  9. If it was added between June 28th and July 6th you will have to add it again. -> http://forum.phpvms.net/topic/22599-database-corruption/
  10. What message is the user getting? User does not exist or password and/or email is invalid? Do you have a javascript login panel, is it possibly being blocked by the users browser? Has the user tried logging in both with pilot number and email?
  11. I have reset your old account with your new email address again after the database issues, you will probably have to reset your password and go in and change your url and such again as those changes were lost.
  12. This is already asked and answered in this thread, post #45 to be exact.
  13. Have you tried the options in this topic? -> http://forum.phpvms.net/topic/18860-i-have-a-xxxxxxtpl-file-not-found-error/
  14. The forum was hacked just after a DDOS attack on the server Saturday night and I thought the database had just been deleted which I restored from a backup from June 28th. What I did not realize that in the process of destroying the forum database the InnoDB engine on the mySql server was corrupted as well, which in turn corrupted almost every InnoDB table on the server. Drive volumes were also damaged in the attack. With so many sites experiencing issues with database corruption I had no choice today but to rebuild the MySql server and restore all databases from the June 28th backup. This includes the forum and VACentral. Any data that was recorded between June 28th and today (July 6th) was lost in the process. David
  15. I have the email working for the forgotten password reset again, have you tried that?
  16. If it is the skin that is on your site now you are loading multiple versions of of jquery on top of what is already loaded. The phpvms.js has a tabs function in it for the schedule search form that is not supported by the newer version of jquery. in your header right now you are loading all these files <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> <script src="../../dist/js/bootstrap.min.js"></script> <script type="text/javascript" src="http://libertyairva.com/lib/skins/CCV1/js/bootstrap.min.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js"></script> <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true"></script> <script type="text/javascript" src="http://libertyairva.com/lib/js/jquery.form.js"></script> <script type="text/javascript" src="http://libertyairva.com/lib/js/phpvms.js"></script> On the front page you are loading <script type="text/javascript" src="http://libertyairva.com/lib/js/acarsmap.js"></script> for the acars map. You need to figure out version of jquery you are going to use and work from there, trying to mix a bunch of files is just going to drive you nuts. I doubt it has anything to do with the no route parsed errors but most likely the issues with displaying properly. You have a lot of html elements that are opened and never closed, or vice-versa. An example on your front page in the statistics is the use of the span element <b><span class="badge badge-info">6796781.2998046875</div></b> You may want to take a look a html validator to help you out there. -> https://validator.w3.org/check?uri=http%3A%2F%2Flibertyairva.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0
  17. I have the email working again for registration and also the weekly update.
  18. Yes there is - http://forum.phpvms.net/topic/18860-i-have-a-xxxxxxtpl-file-not-found-error/
  19. If this is an update from previous versions and you are using the old database you probably have to update the permissions for the admin group in the database. Look in the _groups table and check for the permissions field for the administrators group (Should be the first line). If it is currently -> 35651519 <- update it to -> 536870911 <-
  20. Turn on error reporting and see what is being reported from the admin side when you go to the pages you are havinf trouble with. -> http://forum.phpvms.net/page/index.html/_/getting-started/debugging-issues-r31 What version of phpVMS?
  21. The length of the id's should not matter. The table is installed in the production site database, right?
  22. This has been replied to through the ticket system. Requests for paid module support will not be answered here in the forum.
  23. Go in phpmyadmin and change the limit on that field in the database.
  24. simpilot

    kAcars Error

    Do you have the correct kACARS module to match the client installed on the site? Usually that is the cause of that error.
  25. It is just a field to enter a schedule number in for your pilots to fly if you are requiring them to fly a certain one. It is not a required field.
×
×
  • Create New...