Jump to content

CitationCJ

Members
  • Posts

    21
  • Joined

  • Last visited

Everything posted by CitationCJ

  1. Works exactly like it is supposed to, thanks! Now I only need to change sunday to monday (i.e. 7->0 in php). I tried using the code that already comes with phpvms, however the results still show up on the wrong days. $route->daysofweek = str_replace('7', '0', $route->daysofweek); Best, Pierre
  2. Thank you! I will give this one a try when I get back home. Cheers, Pierre
  3. Thanks simpilot for the answer. What I am trying to do is having a table showing MON-SUN and if the route is flown on Monday (1) only, an image will appear in the respective field under MON and the rest of the table will show nothing. So if a route is flown on MON and TUE, the image will appear under MON and TUE only Thanks in advance Pierre
  4. Hey guys I tried using this code to display an image on the day the flight is flown: <?php if($route->daysofweek == 1) { echo'imagehere' ; } ?> Now, if I want to display a empty entry if there is no flight on that day, I will use this: <?php if($route->daysofweek == 1) { echo'imagehere' ; } else { echo''; } ?> For some reasons, this isnt working and its either showing nothing or the image shows up even though there is no flight on Day 1. Does anyone have a quick fix for this? Thanks in advance and have a good sunday. Pierre
  5. Hey guys I installed this version again (https://github.com/nshahzad/phpVMS) and for some reasons it works now without a problem. I am trying to find the cause of this and will publish it here. Thanks for your support! Best, Pierre
  6. Thanks! I gave it a try but the .htaccess is blocking something. I'll get the logfile of my server shortly. I also gave this version a try: https://github.com/nshahzad/phpVMS only to experience the same, blank pages as before :/ Have a good day!
  7. Thanks for your reply! I downloaded the file from the download section of phpvms: http://www.phpvms.net/downloads/ (phpvms.full.zip) Best, Pierre
  8. Hey guys so i uploaded a new version of phpvms to a new folder. The install path won't open and gives me a blank page as well: http://www.jetluxembourg.com/fly/phpvms/install/install.php However, the check file works correctly: http://www.jetluxembourg.com/fly/phpvms/install/checkinstall.php I really believe that some settings are off on my server ... Best, Pierre
  9. Thank you! I haven't installed any plugin recently. In fact, it worked and when I tried to check the site again a few days ago, I stumbled across the problems. I will try to upload phpvms in a different folder later and give it a second go. The first try didn't load the install.php . Best, Pierre
  10. Thanks guys for the replies! The thing is, I haven't touched the code in a few months I guess. When I try to access the admin site in the browser, it gives me a blank site as well. I can login, but it then refers to a blank side. I uploaded a fresh download to a new folder on my server. The check function works and shows all documents are fine, however the install.php also gives me a blank page. I believe it has to do with my server then? Thanks and cheers, Pierre
  11. Good Morning everyone for some reasons, my index page seems to be without a reference to a skin: http://www.jetluxembourg.com/ops/index.php/ The other sites (pilots, login, etc.) do not work either for some reasons. I changed the PHP version back to 5.5 on my hosting to no avail. Has someone experienced the same issues? Thanks in advance for any help. Best, Pierre
  12. Yeah, this would be a way to do this. But I thought that this can be done with a code. Thanks anyways
  13. Basically what I want is to have flights for booking on a specific date only. Like a maintenance flight on 26-07-2013 and this will only be available for booking on that date.
  14. So no one has an idea on how to code this?
  15. Thanks for the Code! Is there a way to add an error message if no flight has been found?
  16. This looks pretty nice! Thanks for your effort! Will try to somehow implent this into my website
  17. Hey guys, I was wondering if there is a way to input special flights on specific dates only? I guess this has to be modded into the admin section? Thanks in advance for your help and happy flying
  18. Hey everyone, I did exactly what Iain said, but it won't display the image in the background. Here is some code: <style> /* Some integrated styles here, for the popup */ .boardingpass { font-family: Tahoma, Verdana; font-size: 14px; background-image: url(images/boardingpass.png) } I put the image in the.boardingpass class and also moved the template file into my skins folder. Does anyone has a solution? Thanks in advance
  19. Hey, I install this exact version. I also tried the update to no avail
  20. Done that. It was a faulty .htaccess file. I guess my webhosting does only allow a few rules in the .htaccess. I got it installed and now I get this error message in the admin panel: The pilot panel looks just fine though and everything seems to work.
  21. Hey everyone, I just uploaded phpVMS onto my server, granted all permissions, set up the database. When I want to enter the install/directory, it gives me this error: I am using paid hosting, uploaded the files via Dreamweaver and FileZille to check but still get the error. Can someone help me please? On a second thought, I am missing the local.config file? Thanks in advance and have a great day! Pierre
×
×
  • Create New...