Jump to content

Footes

Members
  • Posts

    34
  • Joined

  • Last visited

Recent Profile Visitors

2225 profile views

Footes's Achievements

Apprentice

Apprentice (3/14)

  • First Post Rare
  • Collaborator Rare
  • Conversation Starter Rare
  • Dedicated Rare
  • Week One Done

Recent Badges

3

Reputation

  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.
×
×
  • Create New...