Jump to content

Footes

Members
  • Posts

    34
  • Joined

  • Last visited

Everything posted by Footes

  1. Footes

    PHPvms7

    my appologies footes
  2. Footes

    PHPvms7

    I am trying to install 7 on an apache server and I keep getting a blank page . The root directory is directed to the public folder and all folders and files have 777 priveleges. Specs are phpvms7 dev version latest ubuntu 22.04 php 8.1.2 mysl-server 8.0.32 phpmyadmin 5.1.1 any ideas would be gratefully received. footes
  3. I know this subject has probably been exhausted over the previous articles but I was wondering if anyone has or the code for live departure and arrival boards that output the schedules via the current date. So it will only show schedule flights on a daily basis. Thanks in advance footes
  4. MrJohn thanks for the swift reply this gives me food for thought. Many thanks I really appreciate the help. footes
  5. Hi Can someone please correct me if I am wrong. I am not brilliant with laravel but am I right in thinking that due to there being no route or web.php files there is no way of customising 7 to suite your own airline. The only changes you can make are to the asthetics of the page. I wish to to add extra data tables/pages etc and the docs seem to give you no idea of how this could be done as they seem not relevant for the latest version. If this is possible could someone please update the docs or create a quick tutorial on how to acheive this. footes
  6. I actually did as advised and disabled MYSQL strict mode using the following code for Ubuntu/LAMP: set global sql_mode='ONLY_FULL_GROUP_BY,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'; Hopefully this might help someone. Thanks footes
  7. Thankyou all who replied to my post for all your help that has now worked. footes
  8. ok many thanks I shall try that . Regards
  9. Hi I am running mysql 5.7.33 by the looks of it. Regards footes
  10. I have been away from fs for a while and have decided to fire up my old VA again. I am using PHPVMS 5.5.2.72 and everything with the install went ok without a hitch. I am now experiencing issues with Kacars v1.0.1.1 (this being the only version I have available). There are no issues on connection to my site it pulls the aircraft from the database for charter flights no problem, when I try to submit a pirep I get try again. I am presuming this is more than likely an issue with the site coding which I have not changed in anyway. I am running Apache2 mysql5.7 php7.3 phpmyadmin 4.5. There is nothing listed in my sites log files. Ive attached a couple of screen shots from kacars. I would appreciate any help (if my knowledge of laravel etc was better id upgrade to 7). footes
  11. Footes

    phpvms5

    Many thanks shakamonkey will give that a go. footes
  12. Footes

    phpvms5

    Sorry for the belated reply but work etc. The line reads: <?php if(!defined('IN_PHPVMS') && IN_PHPVMS !== true) { die(); } ?> <?php foreach($pilot_list as $pilot) { ?> <p> <a href="<?php echo url('/profile/view/'.$pilot->pilotid);?>"> <?php echo PilotData::GetPilotCode($pilot->code, $pilot->pilotid).' '.$pilot->firstname.' '.$pilot->lastname ?> </a> </p> <?php } ?> that is the whole code with what I think is line 3 underlined in bold. regards footes
  13. Footes

    phpvms5

    At present I am playing safe with installing phpvms 5. I have a warning on the home screen which reads Warning: Invalid argument supplied for foreach() in /var/www/......../core/templates/frontpage_recentpilots.php on line 3. Does anybody have any ideas how to rctify this please. regards Footes
  14. Many thanks Nabeel for the reply I understand now why I was having issues and wait in anticipation for the new release. Regards Footes.
  15. Having only got into php etc. in the last few years having taken over from someone else to host our site I am trying to catch up. Having seen the written instructions on how to install v7 on Lemp I'm a little confused. Lemp is installed but could someone explain how to put the new version on it using composer in simple terms please. I have looked around trying to understand tutorials but I am having a hard time understanding them and I have spoken to a couple of friends running the old phpvms versions and they haven't a clue either. Sorry to be so thick i'd appreciate a dummies guide please.
  16. I am running a couple of Va's on my own private server is there a way of creating or does anybody know of how to set up a second schedules page one for one airline the other for the second. My coding ability is limited. thanks in advance. footes
  17. no that's the only code thanks for your reply
  18. this is the pilots report code <?phpforeach($pilots as $pilot) { ?> <p><a href="<?php echo url('/profile/view/'.$pilot->pilotid);?>"><?php echo PilotData::GetPilotCode($pilot->code, $pilot->pilotid). ' ' .$pilot->firstname . ' ' . $pilot->lastname?></a></p> <?php } ?> Frontpage.php
  19. I am getting this as an error message could someone advise plz. Invalid argument supplied for foreach() in /var/www/html/phpvms/core/templates/frontpage_recentpilots.tpl on line 3
  20. I am hosting it on my own machine
  21. I maybe thick but ive added them to my phpvms.sql. I am really thick because i have not installed phpmyadmin as i am new to how this should be installed on my server has anyone got a video or alike to show how to install and configure plz.
  22. The relevant files have been uploaded to their appropriate folders and the images are showing the pics folder.
  23. When I upload the an image I get the following :The file 1499027716_B0018586.jpg has been uploaded - An Administrator will approve the screenshot prior to it being available in the gallery. When I got to screenshot approval list I get : There are no screenshots awaiting approval Can anyone advise please. thanks footes
  24. Is there anyone who would know, or know a site whereby there is an explanation of how to install PHPVMS on to a Raspberry Pi B+ please. Many thanks in advance Footes
  25. Many thanks to all that have replied I am now at a stge whereby I have now got rid of the strict standard statements but have no header or tabs as can be seen between the different jpegs could anyone please advise.
×
×
  • Create New...