Jump to content

DisposableHero

Members
  • Posts

    623
  • Joined

  • Last visited

  • Days Won

    97

Everything posted by DisposableHero

  1. Version 7.0.0-dev+220307.00bf18

    213 downloads

    WARNING WARNING WARNING This is the development version build supporting PHP 7.4 and using LARAVEL 8 phpvms 7.0.0-dev+220307.00bf18 (07.MAR.22) THIS IS NOT THE LATEST DEVELOPMENT (DEV) BUILD !!! THIS FILE IS ONLY FOR PEOPLE STUCK WITH PHP 7.4 (DUE TO HOSTING SERVICE PROVIDER LIMITATIONS) NOT SUPPORTED, ONLY PROVIDED FOR BACKUP
  2. Technically we need to see the logs, as written several times (here at this forum and a million times at Discord) "500 : SERVER ERROR" really does not help... It only tells us that you have a problem Nothing more to identify and help. Some static info first; 1. Dispo Addons do not require any other Dispo addon to work, you can have dispo theme, or dispo basic, or dispo special alone or use dispo basic/special with a default theme (or your own theme). You need to read the main requirements about my addons, some buttons (and visual features) will not work with a cloned default theme due to Bootstrap changes (I am using v5, default theme uses v4) 2. Pireps associated with Missing Aircraft > This is important and may cause issues, can be solved with some tricks during usage (with additional failsafe code if we miss any, not advised to have lots but can be solved by the VA) 3. Acars data entries associated with Missing Pireps > Nothing important, just wasted database space (and this info is at the top of the same page you are checking) 4. Without knowing the exact version of your core phpvms v7, I can not even speculate. As I wrote above, if you need that specific latest version just let us know (so we can upload it to somewhere you can download and use) Most probably your version is not matching what module needs (or designed for). Check admin side, try clicking on the version number, it should show something like this : Don't get this wrong, we are here to help but repeating ourselves is not nice and makes us stop helping others and look the other way So please provide logs with error details as explained here : https://docs.phpvms.net/help Good luck
  3. If you are stuck with php7.x and older versions of both phpvms and my addons, you should NOT update, that simple is the solution. You should NOT try to match up your old phpvms with new versions of my modules, or with new versions of some core v7 files. It may look harmless to you at first and you can think that only one page/link is not working but in the background there are lots of changes which do require php8 + laravel9 + latest phpvms. So for your own mental health, you should really use the latest available versions matching your server configuration as below; For phpVMS v7: Latest available version is phpVms 7.0.0-dev+220307.00bf18 (07.MAR.22) => php7.4 and laravel8 For Disposable addons: Version v3.0.19 is the latest one compatible with phpvms mentioned above, php7.4 and laravel8 If you need the v7 build mentioned above, please let us know, I think I have a copy saved somewhere. My addons are available via GitHub, just scroll down at releases page and find the ones you need. And really stop following updates, 'cause there is no workaround, there is no quick fix one click solution, only way is changing your server settings (or changing your hosting service provider) Nothing else will work. Also, for future matters, please do always inform people you are using an old version and stuck with php7.4, skipping this critical info will cause huge amounts of wasted time for all involved Good luck and God speed, your situation is not good at the moment, hope you can find a stable solution for your install. ---- As an example, I am using some php8 functions in my addons, which are only available in php8 series, also some functions are changed in php8, their requirements and outputs are different compared to php7 series. Same applies to phpvms and laravel8 => laravel9 switch It is really not easy to figure out each of them and revert back to php7, even if someone tries to do that, it will not be possible at a point and all your time will be wasted.
  4. Technically what you assume is wrong, when an update is released it may contain both backend and frontend changes, another bad news for you is some backend changes do need mandatory/following frontend changes too... In theory you should NOT be editing the default template directly but have your OWN duplicate, which you can play on safely. You can check this forum for how to duplicate a theme properly and make your changes safe during updates. https://docs.phpvms.net/installation/updating https://docs.phpvms.net/customize/theming `If you want to edit only select templates (also recommended), set the extends value to default. Then you only need to copy over the templates that you modify, instead of all them (this makes it easier to update phpVMS, and you also know what you've modified).` But if you wish, you can try what you assume, it may work for one update and fail on the next. You will never be sure about that. Good luck and God speed
  5. I do not think postmark is/was available in core v7 by default... You may need to follow Laravel Docs to have it installed first and then configure it as needed. Only then the MAIL_MAILER=postmark can work. https://laravel.com/docs/9.x/mail#postmark-driver Hope this helps PS: If you are not using a VPS (or have shell/command line access to your shared hosting), you may not be able to run composer and install/update packages easily.
  6. Would you mind checking the docs please, "permission issue" is mentioned there with a well explained solution. https://docs.phpvms.net/acars/user-guide#permission-denied-errors
  7. Anything other than the ones above can NOT be done without core changes. So your answer is again negative, you can not change only a blade file and expect a change/search/filter like that. Technically it can be done, considering that all your flights do have scheduled departure times (STD) defined, then a new search option like "departing in next ... hours" can be built or something with a dropdown (fixed selections) can be implemented. But both will need core v7 changes and matching blade updates. If you have new ideas or requests for new features, you can use GitHub > Issues > New Issue > Feature Request path to fill in some details. Forum posts and questions in topics may be missed easily by the developer. Safe flights
  8. What you changed is not order related at all... It is the link to open a flight and it will not work with your example. And you can not change the order of the results even if you try with some java tricks, only visible page will be ordered. Safe flights
  9. This clearly means that your phpvms v7 is too old, hCaptcha is being used maybe for 9-10 months. Consider updating your installation, with an old version you may not get proper support due to version mismatch and changes. Good luck
  10. Check admin > settings, you will see Captcha settings there.
  11. The WX display you are asking about is an embed (an iframe / data is being provided by another web service, called metar-taf.com) You can customize it slightly but not much, check dashboard/index.blade.php and check the main developer's website for what it accepts as color codes. For the rest, you can either go for stylesheet editing (check bootstrap docs for deep details about its buttons, messages, warning etc) or you can find each file where buttons are used and then play with them freely as you wish. Good luck
  12. Great, most of the time they do not publish correct port info on web (if it is a public access area) and choose sharing the info directly or put it under your secure control panel etc. Glad you solved the issue, if your cron setup is ok and working consider using it for outgoing mails/notifications too. It will increase application performance and eliminate SMTP authentication slowdowns. Safe flights
  13. Technically if you download the right file (the latest dev build) it will be the same, no matter where you download. All those links point you to the same content The problem was, highly probably, you had an old version like beta4 or beta3 or maybe an older dev build which was released after beta4 but before the env.php switch (like a year ago). Beta3 and Beta4 was for php7.x And some dev builds was for php7.4 only Aprx a year ago maybe 8-9 months ago phpvms become php8 and up compatible only So in short, always use latest dev build Forum really provides answers to most of possible problems you may have, considering that you are an IT guy, you know that a proper search is your friend And following docs for getting help is also important, "help us to help you back" logic always works. Glad you solved the problem, next step will be fixing the outgoing mails and for that hosting support (details about your server, ports etc) may be needed. Have a nice night.
  14. Looks like it is a little bit hard to find download links for phpVMS v7 development builds. This topic aims to ease that process for everyone Do NOT download old beta builds (like beta 3 and beta 4) as they are really old (more than 2 years). At least a VA should be using beta 5, or better latest development build. Below links will give you LATEST DEV Build; http://downloads.phpvms.net/phpvms-7.0.0-dev.tar.gz http://downloads.phpvms.net/phpvms-7.0.0-dev.zip Also do not wonder about the "potentially unstable" note about latest commit, it is far more stable than anything else you can find and download. Follow the docs, configure your server or hosting account properly, v7 will install and run. https://docs.phpvms.net https://docs.phpvms.net/requirements https://docs.phpvms.net/installation/uploading https://docs.phpvms.net/help Good luck and God speed, you may need both...
  15. http://downloads.phpvms.net/phpvms-7.0.0-dev.tar.gz http://downloads.phpvms.net/phpvms-7.0.0-dev.zip These links will give you the LATEST DEV build always, pick one and download. And do not care the "potentially unstable" note in downloads page, it is far more stable than beta4.
  16. Do you have anything important in your current setup (like pireps, flights, fleets, users etc)? If not, please delete everything, including the database... Start over with latest dev build, follow the docs for install first and have a working v7. In your current state and from the messages you write above, it looks like either you are trying to use something really outdated with some data in it and not able to find env.php (because it is really not there -old version-) or you are really doing things in a weird way and mixing things up. When you have a working installation of v7 latest dev, it will be much easier for us to help you, right now this looks impossible. You can visit "yourdomain.com/update" even without having a folder called update, this is not something wrong or missing, this is how it is designed (routes, laravel logic, definitions etc) and it works when v7 is properly installed. If you have data in your hands (like old pireps created with previous versions of v7, flights, fleets, users) then DO NOT delete the database, just create a new mysql database, delete only files from your server and start over with latest dev by using that new database. You can access your old data later if you really need them, or maybe you can switch to that database directly after installation. v7 will handle necessary database changes when you switch over. Good luck and God speed, you will need both
  17. Strange, forum provides detailed conversations about mail configuration covering possible options to configure it, even it clearly states the common mistakes done. Check docs for basics + forum for details if you somehow fail to configure it. Good luck
  18. I can even be dead, so you will not be able to get something from me For your kind info; I am really busy (dealing with two new aircraft delivery flights from factory, one from Hamburg one from Seattle + Doing some new hire interviews + Cleaning the afterwards of a diversion combined with crew duty time exceedance and a technical delay more than 3 hours) I do not have free time Your priority is not my priority (may sound bad, but this is the truth) Keep calm please, everything will be fine soon (I hope) if your donation is ok. Best wishes, Dispo
  19. https://docs.phpvms.net/developers/addons https://docs.phpvms.net/customize/layouts You need to start from somewhere or you need to find a 3rd party developer to fulfill your needs 'cause core v7 can not (and should not) cover all possible wishes/needs of every virtual airline (or organization). What it offers is a stable base for VA owners or admins can rely on and build stuff on top of it as they need things. As an example, there are several maps in core v7, even it provides a pirep map. It is capable of displaying the planned route (if you have your navdata installed) and if you are an acars user it can display the actual flown route on the same map. Also it offers the same map backend to us, so we can easily develop our own maps when needed. Regarding your wish, v7 also offers a Latest Pireps widget which you can customize up to a point, either creating your own module with backend and frontend components, or by customizing the offered widget's frontend display (blade file) you can have something in your hands. I would personally prefer having my own code running in background and powering a frontend page with data I control, but it is still possible by using core v7's widget and convert it to a map display. Good luck and God speed
  20. Not possible, live map is designed to be a live map. Core feeds it with live data, not possible to make it last pireps map. However you can build your own module to get latest pireps (define the amount you wish like 5-10 or even 100) and then pass necessary data to your own map (which you can build on leaflet), then you can place it anywhere on your site as you need. Safe flights
  21. https://docs.phpvms.net/guides/finances#flight-fares When I replied you on Discord, I was referring to v7's fare/finance system Glad you found it and applied. Also if you are managing personal flights (aka charters / personal flights / free flights) with a module of your own you can also define (or auto calculate) a "flight based fixed pilot payment" too... This is one step forward of what you have found Can give ideas if somebody reads this later on for the same question. Safe flights
  22. https://docs.phpvms.net/installation/uploading Follow the docs, it should take maximum 5 minutes to install... Download latest dev Upload to your host (proper folder or subdomain according to docs) Create your database (check docs) Unpack the file you uploaded Visit your site Max 5 mins, double it to 10 if you are trying to do it slowly and while reading. Good luck
  23. Or the link in this page https://github.com/nabeelio/phpvms/releases It advises you to download the LATEST DEV build too... Same link as above, one is tar.gz , other one is .zip (content is same)
  24. https://docs.phpvms.net/download Use the DEVELOPMENT BRANCH link, it will always give you the LATEST DEV build
  25. As I wrote above if your pilots have time for 20, then assign 20, find a balance which will fit to all... This is not a personal playground module, this is a module for VA's in which rules do apply to all members equally. If one has more time, then he/she can do 20 assignments + 100 other flights, nothing against it. No logic in having ++ assignments to some members. Safe flights
×
×
  • Create New...