Jump to content

HCStrike

Members
  • Posts

    72
  • Joined

  • Last visited

Everything posted by HCStrike

  1. We're looking for new volunteers to join our small staff team to help develop the organisation. We are looking for web developers to build systems in PHP and SQL, we are currently working on open sourcing all of our services to make it easier to track changes to developments. We have a number of projects that we need to be completed, ranging from skinning phpVMS to creating a custom mentoring system. As part of our team you'll help to contribute to the rapid expansion of a new community and training academy within the flight simulation community. If you're interested in joining, please submit the application form at https://goo.gl/forms/dTn8pvOHVjwUoiia2. MultiCrew is a non-profit flight simulation organisation that aims to bring people from aviation together to provide training and support. You can read more about us at https://multicrew.co.uk/.
  2. @Vangelis, I get no errors in my logs
  3. I'm having the same issue as @vbegin7
  4. I'm using php5.6 and phpVMS 5.something (The latest version)
  5. A bit of both, I'm worried that because I get these errors something I dont know is broken, is broken
  6. Hello, Can someone create a custom skin for our VA with the same sort of style as the CrewCentre skin but more responsive /modern and also for it to be integrated with our current plugins like the simbrief dispatch and a few others. We have a budget of around $60. Thanks
  7. I really would like this to be fixed
  8. Any ideas? I really need to fix these
  9. Still doesnt work but there is no log
  10. Hi, I am getting some strange errors in my errors.txt file, one of them is [28-Oct-2017 22:15:50 Europe/London] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'Profile' does not have a method 'action.php' in /var/www/fly/core/classes/MainController.class.php on line 218 [28-Oct-2017 22:15:50 Europe/London] PHP Stack trace: [28-Oct-2017 22:15:50 Europe/London] PHP 1. {main}() /var/www/fly/index.php:0 [28-Oct-2017 22:15:50 Europe/London] PHP 2. MainController::RunAllActions() /var/www/fly/index.php:70 [28-Oct-2017 22:15:50 Europe/London] PHP 3. call_user_func_array:{/var/www/fly/core/classes/MainController.class.php:218}() /var/www/fly/core/classes/MainController.class.php:218 The other is [28-Oct-2017 22:16:38 Europe/London] PHP Warning: imagecreatefromstring(): Empty string or invalid image in /var/www/fly/core/common/PilotData.class.php on line 1016 [28-Oct-2017 22:16:38 Europe/London] PHP Stack trace: [28-Oct-2017 22:16:38 Europe/London] PHP 1. {main}() /var/www/fly/admin/action.php:0 [28-Oct-2017 22:16:38 Europe/London] PHP 2. MainController::RunAllActions() /var/www/fly/admin/action.php:70 [28-Oct-2017 22:16:38 Europe/London] PHP 3. call_user_func_array:{/var/www/fly/core/classes/MainController.class.php:218}() /var/www/fly/core/classes/MainController.class.php:218 [28-Oct-2017 22:16:38 Europe/London] PHP 4. PIREPAdmin->viewpending() /var/www/fly/core/classes/MainController.class.php:218 [28-Oct-2017 22:16:38 Europe/London] PHP 5. PIREPAdmin->post_action() /var/www/fly/admin/modules/PIREPAdmin/PIREPAdmin.php:64 [28-Oct-2017 22:16:38 Europe/London] PHP 6. PIREPAdmin->approve_pirep_post() /var/www/fly/admin/modules/PIREPAdmin/PIREPAdmin.php:43 [28-Oct-2017 22:16:38 Europe/London] PHP 7. PIREPData::changePIREPStatus() /var/www/fly/admin/modules/PIREPAdmin/PIREPAdmin.php:302 [28-Oct-2017 22:16:38 Europe/London] PHP 8. PilotData::generateSignature() /var/www/fly/core/common/PIREPData.class.php:1237 [28-Oct-2017 22:16:38 Europe/London] PHP 9. imagecreatefromstring() /var/www/fly/core/common/PilotData.class.php:1016 [28-Oct-2017 22:16:38 Europe/London] PHP Warning: imagepng(/var/www/fly//lib/signatures/MTC002.png): failed to open stream: Permission denied in /var/www/fly/core/common/PilotData.class.php on line 1037 [28-Oct-2017 22:16:38 Europe/London] PHP Stack trace: [28-Oct-2017 22:16:38 Europe/London] PHP 1. {main}() /var/www/fly/admin/action.php:0 [28-Oct-2017 22:16:38 Europe/London] PHP 2. MainController::RunAllActions() /var/www/fly/admin/action.php:70 [28-Oct-2017 22:16:38 Europe/London] PHP 3. call_user_func_array:{/var/www/fly/core/classes/MainController.class.php:218}() /var/www/fly/core/classes/MainController.class.php:218 [28-Oct-2017 22:16:38 Europe/London] PHP 4. PIREPAdmin->viewpending() /var/www/fly/core/classes/MainController.class.php:218 [28-Oct-2017 22:16:38 Europe/London] PHP 5. PIREPAdmin->post_action() /var/www/fly/admin/modules/PIREPAdmin/PIREPAdmin.php:64 [28-Oct-2017 22:16:38 Europe/London] PHP 6. PIREPAdmin->approve_pirep_post() /var/www/fly/admin/modules/PIREPAdmin/PIREPAdmin.php:43 [28-Oct-2017 22:16:38 Europe/London] PHP 7. PIREPData::changePIREPStatus() /var/www/fly/admin/modules/PIREPAdmin/PIREPAdmin.php:302 [28-Oct-2017 22:16:38 Europe/London] PHP 8. PilotData::generateSignature() /var/www/fly/core/common/PIREPData.class.php:1237 [28-Oct-2017 22:16:38 Europe/London] PHP 9. imagepng() /var/www/fly/core/common/PilotData.class.php:1037 Any ideas?
  11. And I also get this now [28-Oct-2017 16:12:55 Europe/London] PHP Deprecated: Non-static method PirepAcData::get_criteria() should not be called statically, assuming $this from incompatible context in /var/www/fly/admin/modules/PirepAutoAccept/PirepAutoAccept.php on line 52 [28-Oct-2017 16:12:55 Europe/London] PHP Stack trace: [28-Oct-2017 16:12:55 Europe/London] PHP 1. {main}() /var/www/fly/admin/index.php:0 [28-Oct-2017 16:12:55 Europe/London] PHP 2. MainController::RunAllActions() /var/www/fly/admin/index.php:83 [28-Oct-2017 16:12:55 Europe/London] PHP 3. call_user_func_array:{/var/www/fly/core/classes/MainController.class.php:218}() /var/www/fly/core/classes/MainController.class.php:218 [28-Oct-2017 16:12:55 Europe/London] PHP 4. PirepAutoAccept->index() /var/www/fly/core/classes/MainController.class.php:218 [28-Oct-2017 16:12:55 Europe/London] PHP 5. PirepAutoAccept->overview() /var/www/fly/admin/modules/PirepAutoAccept/PirepAutoAccept.php:26
  12. Now it just is not working, there are no errors in the error.txt file but it doesnt accept or deny pireps
  13. Any ideas I really need this to be fixed
  14. How much would it cost to get a custom one for my VA?
  15. With the auto accept/reject plugin I get this error [25-Oct-2017 09:22:57 Europe/London] PHP Deprecated: Non-static method PirepAcData::get_settings() should not be called statically, assuming $this from incompatible context in /var/www/fly/admin/modules/PirepAutoAccept/PirepAutoAccept.php on line 54 [25-Oct-2017 09:22:57 Europe/London] PHP Stack trace: [25-Oct-2017 09:22:57 Europe/London] PHP 1. {main}() /var/www/fly/admin/index.php:0 [25-Oct-2017 09:22:57 Europe/London] PHP 2. MainController::RunAllActions() /var/www/fly/admin/index.php:83 [25-Oct-2017 09:22:57 Europe/London] PHP 3. call_user_func_array:{/var/www/fly/core/classes/MainController.class.php:218}() /var/www/fly/core/classes/MainController.class.php:218 [25-Oct-2017 09:22:57 Europe/London] PHP 4. PirepAutoAccept->index() /var/www/fly/core/classes/MainController.class.php:218 [25-Oct-2017 09:22:57 Europe/London] PHP 5. PirepAutoAccept->overview() /var/www/fly/admin/modules/PirepAutoAccept/PirepAutoAccept.php:26 Anyone know how to fix it?
  16. I added those lines in but it doesnt seem to have fixed it
  17. Hi, I am using the CrewCenter Skin and for some reason whenever a pilot starts a flight it zooms really close to them. How can I disable the zoom so even if a pilot is flying it wont change the default zoom on the map. Thanks Harry
  18. If you could provide me with clips I could have a go at doing it
  19. Hello, On my phpVMS install I have uploaded and selected my avatar in "My Profile" and on some pages on my CrewCenter site it works like this http://prntscr.com/gufodq, but on others it just shows the default no avatar picture, like this, http://prntscr.com/gufol4 Why is this? Thanks, Harry
  20. Have you updated your /etc/apache2/sites-available/000-default.conf to include the directory where phpvms is installed?
  21. Hi, For some reason when I press the Add to Bid button on any of my schedules I get this rather than an added bid http://prntscr.com/grb0qe As you can tell I am on the crew center skin. Thanks
  22. Where can we download the AirMail plugin update?
×
×
  • Create New...