Jump to content

mahir

Members
  • Posts

    36
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by mahir

  1. After line 154 of App\Services\Finance\PirepFinanceService.php, Just add this code. I think it should work. $aircraft_id = $pirep->aircraft->id; $prev_pirep = Pirep::select('block_in_fuel')->where('aircraft_id', $aircraft_id)->first(); $fuel_used = $pirep->block_fuel - $prev_pirep->block_in_fuel;
  2. Hello guys, any ideas how do I do this in nginx? Regards
  3. Try replacing $this->render('core_error.tpl'); with $this->show('core_error.tpl');
  4. Is there anything known as <?php echo url('js/leaflet-providers.js') ?> in any of the following files? acarsmap.php layout.php app_top.php header.php
  5. Can you provide url of your website ?
  6. Yeah, while sending you an offer, I didn't have a check on it so after finding out I was just curious about the reason for it
  7. In the public_html/admin/templates/pilots_list.php , Look for colModel Within that just remove the the line containing the table name which you dont want to show. Then just save. Hope it works..
  8. Which phpVMS versions are you guys using?
  9. Don't adjust the width of Table. Just remove the <th> and <td> of the one you dont want to show.
  10. I wonder why are you releasing the airline? There is already a Virtual AIrline with this name. http://www.bintercanariasvirtual.com/
  11. Can you provide more details? I can help.
  12. was alredy set to null by default but anyway i have fixed that i was playing with my php version from php 5.2 to php 7.0 tried all and finally php 5.2 working without tha error
  13. yup i tried default and 2-3 more skins still same
  14. Getting this error Warning: file_exists() [function.file-exists]: File name is longer than the maximum allowed path length on this platform (4096): /home/u852556312/public_html/user//lib/skins/Arctic/<h3>Registration</h3> <p>Welcome to the registration form for India VA. After you register, you will be notified by a staff member about your membership.</p> <form method="post" action="http://user.indiava.ga/index.php/registration"> <dl> <dt>First Name: *</dt> <dd><input type="text" name="firstname" value="" /> </dd> <dt>Last Name: *</dt> <dd><input type="text" name="lastname" value="" /> </dd> <dt>Email Address: *</dt> <dd><input type="text" name="email" value="" /> </dd> <dt>Select Airline: *</dt> <dd> <select name="code& in /home/u852556312/public_html/user/core/classes/TemplateSet.class.php on line 96 i'm using phpvms standard one not beta verison - check out attachment Thank you
×
×
  • Create New...