Jump to content

Vangelis

Members
  • Posts

    1076
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Vangelis

  1. as it is seems it is a sql server problem contact me on skype sv5frv1
  2. I would try to do a new setup after keeping a backup of the old one . Because you have many problems this should be investigated from someone that has acces to the ftp and my sqlserver
  3. You need to contact your hosting provider to enable curl in php.ini
  4. Please provide a link of your website if not make sure that everything is uploaded correctly
  5. somewhere you are looking for a non existed picture most propably from a empty sql query
  6. For free ? or you need somebody to help you with something if yes the post what is the problem and we will try to help you
  7. What is your website addres ? It seems you have writen it wrong
  8. mportant Issue 2 [This issue was added on 11/12/14 at 10:01 PM] Seeming to be a prevalent issue, the bids page will lead to these errors when clicking add bid: Strict Standards: Accessing static property Schedules::$get as non static (etc.) Strict Standards: Non-static method SchedulesData::setBidOnSchedule() should not be called statically (etc.) Bid added Note that I specifically noted that there was a "Bid added" message at the end of the errors. This shows us there were just some errors, but the function went through and it still echoed success. To fix this, let's navigate to the directory /core/modules/Schedules from the phpVMS root directory. Open schedules.php. After the opening PHP tag, input this code: ini_set('error_reporting', E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED); ini_set('display_errors','off'); Save and refresh the page, and your results should be a success in bidding a flight. Entry #13 will help you as well in this topic.
  9. i dont understand . Do you mean that there is no autopirep.sql ?
  10. You gave the answer and then you do the question allow_url_fopen and allow_url_include should be enabled in php.ini if you do not know how to do it then you should contact your hosting company
  11. This plugin work only during the filing of the pirep
  12. try ti change <?php echo fileurl('/core/modules/AptInfo/js/tabslides.js');?> <?php echo fileurl('/lib/js/acarsmap.js');?> to <?php echo SITE_URL?>/core/modules/AptInfo/js/tabslides.js <?php echo SITE_URL?>/lib/js/acarsmap.js
  13. Have a look at this http://www.htmlgoodies.com/beyond/article.php/3875651/Web-Developer-Class-How-to-Hide-your-Source-Code.htm
  14. Hello all I was thinking of developing a android program for phpvms but to be honest i do not find any usage so my question to all of you is IF there was a android program for PHPvms what features would you want it to have ? and what would be the max money that you would want to spend for your airline ? Thanks
  15. what tracker do you use ? check the Long and Lat value in mysql table phpvms_acars
  16. hosting free or payed ? witch version ? maybe a link ?
  17. I would like to wish congratulations to S7 Virtual for their new acars system also to thank the staff for the good cooperation we had during the development. You can see what features they have by visiting this website
  18. we need an account in the russian vacc can you upload it somewhere so we can download it ? also there is a free module for simbrief for your site
  19. wich function do you use to get these results ?
  20. This is a very draft convertion but it is a start for you http://baggelis.com/Files/spatial.zip if you have any problem let us know whith what you have tried
  21. can you show us what you have done till now ? we might be able to point out if you have any mistakes
  22. Als you can paste your code here at the forum with the code tag so it will be easyer for us to help you Here your code
×
×
  • Create New...