Jump to content

servetas

Moderators
  • Posts

    1726
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by servetas

  1. What do you mean that your local.config.php was truncated? Is the above pasted text all your local.config.php? I believe that the error is clear. There is not any schedule for the airline and flight number you tried to submit. Did the schedule exist?
  2. This is a public forum and it would be better sharing your thoughts publicly so they are useful to others who might have the same question. That's how forums work worldwide. I am requesting PMs or emails when someone is willing to pay in order to have something build up or when an issue is very related to the user's website.
  3. @tim260 aren't you able to share your suggestions publicly in the forum?
  4. I am not saying that the issue is the auto accept module. I do not know how it works but I would personally try to disable it to see if the pilot's progress is updated correctly. If yes, then you should troubleshoot the module, if no, then we should proceed and check out what can cause this issue.
  5. Then the auto accept is the issue. It seems that your auto accept module does not trigger the "pirep_accepted" event which should run as a pirep gets accepted. The tour module uses this event to update your pilot's records accordingly. Which auto accept module are you using?
  6. Are the pireps accepted in right order by your staff members? This should be the issue..
  7. Does your web hosting provider gives you cpanel or plesk? phpmyadmin should be an option in your cpanel or plesk.
  8. Have you followed the step below?
  9. Is the image uploaded in the pics folder? Have you installed the module's database tables?
  10. Does it happen with all the pireps or with the manual pireps submitted into your system? I remember that the module had an issue with this and it needed an adjustment. Also, are the legs flown in order?
  11. Why don't you reduce the width to 95% or something like that?
  12. There is not any easy way to optimize this. You will have to add the airports you need instead of adding airports which are useless.
  13. Nothing has been released yet. It is currently under development.
  14. This is not offered by phpVMS but it is a module idea. What kind of costs would you like to have?
  15. That is the version you can use: https://github.com/DavidJClark/phpvms_5.5.x It works correctly with PHP 5.6
  16. Then you can search over the internet to learn how to build something like this. phpVMS is more like an MVC framework. Files in core/common folder handle the communitcation between the website and your database, the admin/modules handles the controllers to show the template files in your admin center and admin/template holds the template files which are called by the controllers. The same applies to the user part with core/modules and core/templates folders accordingly. You can open any of the file under the directories referred above and try to understand how they work. A great start is http://php.net/ or https://www.w3schools.com/php/default.asp for more basic things.
  17. Then it does not seem that it is a problem with the PHP version. Did you update anything in your template's frontpage_main.php file? Or did you updated your websites .htaccess?
  18. Do you get this error in the whole website or in the frontpage only?
  19. Did your provider got updated to PHP 7? If there is not any option to downgrade to PHP 5.6 you will have to find another provider.
  20. More information can be found here: Probably this is where you found the url of the screenshot you shown. This version is currently under development and nothing has been announced regarding any stable or beta version yet. Of course, we do not know when it will be ready. That's all for now.
  21. Which phpVMS version did you download? Do you have the link?
  22. This error is known. If the map is working you can ignore it.
×
×
  • Create New...