Jump to content

Parkho

Moderators
  • Posts

    1381
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Parkho

  1. I just checked my server and I don't have PHP 5.3 installed.
  2. I'll check and let u know.
  3. Hi, I can confirm that the system is up and running on PHP 7 and so far has no issues until further notice. Good Job. P.S: The file extension has been changed from ".tpl" to ".php". All system are up and running. Cheers
  4. Yes. I sent a request for the host to enable that.The system is now up and running and so far has no problems. One thing that is still not working is "Airport Look Up". I'm still trying to fix that. I added "http://api.vacentral.net/" but still no go. I think it's the "js" file. P.S: Second error has been resolved.
  5. A small bug has been fixed. During the installation when KJFK info is inserted into airports table "HUB" section must be 'true' otherwise after installation the "pilots" page wouldn't show up. I changed and fixed it and now it's okay. Also, I will have to change the file extension from ".tpl" to ".php" if you agree. Cheers
  6. Okay! The first error is fixed by changing " mysql_get_server_info() " to " mysqli_get_server_info()" in " Installer.class.php " line 365. The second error on Dashboard I think is again missing built-in function on my server but other than that, so far so good!. Cheers
  7. Hi, I tried again and got the following error: Fatal error: Uncaught Error: Call to undefined function mysql_get_server_info() in /home/parkhoi1/public_html/test.parkho.ir/install/Installer.class.php:365 Stack trace: #0 /home/parkhoi1/public_html/test.parkho.ir/install/install.php(97): Installer::RegisterInstall('2.1.936\n') #1 {main} thrown in /home/parkhoi1/public_html/test.parkho.ir/install/Installer.class.php on line 365 Could it be again the missing built-in function on my server? Thanks Update: I ignored the error and opened the site it comes up okay but hitting "Admin Center" will give me the following error on "Dashboard" page: Fatal error: Uncaught Error: Call to undefined function curl_init() in /home/parkhoi1/public_html/test.parkho.ir/core/classes/CodonWebService.class.php:58 Stack trace: #0 /home/parkhoi1/public_html/test.parkho.ir/admin/modules/Dashboard/Dashboard.php(91): CodonWebService->__construct() #1 /home/parkhoi1/public_html/test.parkho.ir/admin/modules/Dashboard/Dashboard.php(37): Dashboard->CheckForUpdates() #2 /home/parkhoi1/public_html/test.parkho.ir/core/classes/MainController.class.php(218): Dashboard->index() #3 /home/parkhoi1/public_html/test.parkho.ir/admin/index.php(82): MainController::RunAllActions() #4 {main} thrown in /home/parkhoi1/public_html/test.parkho.ir/core/classes/CodonWebService.class.php on line 58
  8. Hi, The hosting company said they were to enable (GD) in next 24 hrs, so I will wait until then and try again. Cheers
  9. Aha! That might be it cause a while ago I was trying to install phpVMS on php 7 but the built-in functions wouldn't work, so I had to call my host and they said they fixed it for me which they did. I think I'm gonna have to call them back since I don't think I have access to enable GD myself. I'll let u know.
  10. Honestly, I don't know what that is!!!??!?
  11. Nope! On 7.0
  12. Hello Nabeel, I just installed it on my site and at the "Finish" button I got the following error: Fatal error: Uncaught Error: Call to undefined function imagecreatefrompng() in /home/parkhoi1/public_html/test.parkho.ir/core/common/PilotData.class.php:998 Stack trace: #0 /home/parkhoi1/public_html/test.parkho.ir/core/common/RegistrationData.class.php(122): PilotData::generateSignature(1) #1 /home/parkhoi1/public_html/test.parkho.ir/install/Installer.class.php(245): RegistrationData::AddUser(Array) #2 /home/parkhoi1/public_html/test.parkho.ir/install/install.php(93): Installer::SiteSetup() #3 {main} thrown in /home/parkhoi1/public_html/test.parkho.ir/core/common/PilotData.class.php on line 998 I'll try to see if I can fix it. Cheers
  13. Perfect.
  14. Sorry! This add-on is only available for 5.5x by Simpilot.
  15. I don't think that's doable since the given variable has to be the airline code and since the pilot is registered only with one airline. Another approach would be to loop through the PIREPS and pull out the pilots who submitted the PIREP. In that case you won't be able to show all your pilots cause some of them are registered but never submitted any reports.
  16. This should work fine
  17. As long as the client provide landing rate, it doesn't matter which one the code works just fine.
  18. Please specify version of your host's PHP and your phpVMS. What i think is that your host upgraded their PHP version.
  19. Parkho

    404 Errors

    Are having install issues or want to reach doc's page?
  20. Assuming they're both on the same host, you'll need to create a subdomain for your alliance airline and create a separate DB for it. Then you'll be able to read data for your alliance airline.
  21. Check to see the list of schedules doesn't show as well. If that's the case, it's ajax and javascript issue.
  22. Please be more specific so that we can better help you.
  23. Okay. I don't know digitalocan and if it's free or not but you need to revert back your local.config.php to default meaning NOT TO USE config codes from app.config.php. Then use the email from your host server. If that didn't resolve the issue then replace local.config.php with the default or do a fresh install of phpVMS.
  24. Did you add the config codes from app.config .php and use your server email? If yes try removing the ADDED config codes from your local.config.php and use the server email. I'm assuming you're not on a free host btw.
  25. It must be the email from your server like info@yourwebsite.com or it won't send.
×
×
  • Create New...