Jump to content

simpilot

Administrators
  • Posts

    2773
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by simpilot

  1. Do you have enough screenshots in the system to activate pagination? I just downloaded it from the thread and installed it and it works fine....
  2. I have rebuilt the download and attached it to this post, when I downloaded the previous one it was corrupted. I installed this package on a clean install of phpvms latest version and it works for me without any issue. screenshots.zip
  3. I was able to register (probably want to delete Joe Smith) without issue using ie8. Can you get the error logs from your browser when you can't register and post them.
  4. I would start all over - It is working for everyone else. You must have a corrupted file or something.
  5. The updated script including pagniation seems to be working for most folks. It may be that there has to be at least enough shots in the database and approved to fill one page before it kicks in. I never tried it with an empty or nearly empty set of screenshots. You may want to try updating to the newer script once you get a 10 or more shots in your Database
  6. simpilot

    a other Error

    You need to correctly set the permissions for those files listed in red. Probably need to set them to 777 depending on your server config. There are many threads in the forum addressing how to do this if you do not know how.
  7. Glad to hear, any idea what the issue was so we can avoid it in the future?
  8. simpilot

    Error

    I am not sure what exactly you mean but if it is that there is no database then you will need to reinstall phpvms and create one for the system to work from. If it was erased or lost for some reason and you have a backup copy try using that to bring the system back.
  9. simpilot

    Error

    Not sure what you are up to Kendo but this is the same exact error that FauzBoy has reported in this thread -> http://forum.phpvms.net/topic/3781-major-error/ <- right down to the domain. The error is caused by phpVMS not being able to connect to the database: Some of the causes could be: The password and/or user for the database has changed The database has been erased or corrupted The database and/or the website root has been moved The settings in your local.config.php file have been changed or the file has gotten corrupted
  10. Withour an error or something it is hard to tell what is going on. Are you sure the files were placed as they were in the package? Try a print_r function in the template to see if the variables are being filled at all.
  11. Are you using the version available here -> http://forum.phpvms.net/topic/3289-screenshotcenter-10/page__view__findpost__p__25233 or the original version at the start of the thread? Also what version phpvms are you running?
  12. All your skins should be in webroot/lib/skins Looks like you have created a skins folder in the core folder. You should be able to see a crystal folder in the webroot/lib/skins folder. You will want your custom skin folder in the skins folder just like the crystal skin.
  13. This is a server issue - as the error says, contact you server admin.
  14. Moved to kACARS forum
  15. Try adding one more picture and see if it shows up. It may be the pagnation addition not showing the first picture since it is id #0 in the db instead of id #1
  16. There is a sql file included in the download that needs to be imported to your database using phpmyadmin or similar.
  17. Here is an excel file with all the aircraft icao codes and names if you want to work with it. You will have to add the columns that you want to it, pax, cargo, etc... planes.zip
  18. Have you imported the sql tables? If so, after you create an event does the data show up in the tables? When pilots go to the events link and are logged in they will have the option to signup for a time slot for the event unless they are already signed up, then they will have an option to remove their signup.
  19. What is the error? I am guessing it may be something like - your variable is undefined - two returns in the model is probably causing some of the headache, also in your controller, how are you defining $fleet?
  20. I have this built as it was part of my charter system for New England Air. I have 42000 +/- airfields with proper info and 350 +/- aircraft in a couple of database tables that tie to a "charter" creation form. It would not be a big deal to allow a member to create a requested flight and insert it to a pending table and then allow an admin to approve. My problem is that my aircraft table only has the name and icao code for each aircraft which was not a big deal for me as the financial end was not an issues for me. If someone has the access to a database that has all the info (ie range, weight, cruise, maxpax, maxcargo), even if it is all in a excel file that I could merge with the info I already have it would not take long. I just do not have the time to do all the research.
  21. Moved to KACARS forum.
  22. I will put it on the hit list for the next version. It would just be a matter of adding an image tag with the address to the news post, the info is already there. I just need to try and remember why I did not do it...... guess I am getting old.
  23. That error 9 times out of 10 means that there is white space before or after your php tags in one of those files, probably staff.php
  24. Try re-uploading the files up again. That is usually an indication of a corrupted file.
  25. The pax count for pax flights is calculated by multiplying the pax count in the aircraft description times -> Config::Set('LOAD_FACTOR', '82'); # %age load factor within your local.config.php file. This example would create a load count of your aircraft pax count from the database times 82%. This function will print the load count -> echo FinanceData::getLoadCount($aircraft_id, $sched->flighttype); $aircraft_id is the db id of the aircraft and $sched->flighttype is the single digit flighttype "P,C, or H"
×
×
  • Create New...