LesJar Posted December 5 Report Posted December 5 Hello , I think I have discovered an error but not sure how it can be fixed I created a folder called crew.subriavirtual.com as a subdomain for the airline as per docs Option 1: Creating a Subdomain tip Creating a subdomain is the easiest and more recommended method, especially for shared hosting. This works well if you have a landing or promo page on your site's main domain, and then a subdomain like crew.yourva.com or something similar. Upload phpVMS to a directory with the name of your subdomain, for example, demo.vmshost.io. It should be parallel to the public_html folder (as above). In this example, I want to create the subdomain demo.vmshost.io. First, create a folder to extract phpVMS into: /home/youruser demo.vmshost.io < Extract phpvms files into here public_ftp public_html Next, extract the phpvms files into this folder, so it looks something like: /home/youruser /demo.vmshost.io /app /config /public ... I got the latest dev release zip file from docs page latest development branch from Downloading Full Package The zip/tar file from the downloads site contains all of the dependencies. tip Use the development branch version, as the latest beta may be out of date. Official releases and pre-releases - The latest released versions Development branch, TAR.GZ - The latest development build, may contain new bugs or non-documented features Development branch, ZIP - The latest development build, may contain new bugs or non-documented features Installation worked ok I created my virtual airline and could log into crew.subriavirtual.com without a problem I then wanted to use the Disposable Theme V3 and followed the instructions and theme loaded , However if I logged out and then Back in I got that nice error page on further investigation of the laravel log file i found that the error occured as follows -: in the Disposable Thene codes In the home.blade.php there is the code of <div class="col-lg"> @widget('LatestAwards', ['count' => 4]) </div> </div> In the docs latest development zip download There should be a file LatestAwards.php in the folder app/Widgets but it is missing I went to github and downloaded the latest zip version And looked at the same folder and the file LatestAwards.php is there . But the latest github version is not complete as there is no Vendor folder as well as others , that means that it cannot e used to set up a virtual airline . Can I suggest a solution that the download file in the DOCS folder is brought up to date as soon as possible Quote
DisposableHero Posted December 5 Report Posted December 5 What you are doing is not right or was not right Technically you were downloading the source code (from GitHub) and then expecting it to be "install ready" with the vendor folder. Also we do have the latest development branch, with all dependencies linked here at this forum I do agree on that, the documentation needs to be updated (to reflect the latest dev build links properly), and for that some action was already taken but it needs some approval from @Nabeel before being published. So if he can check the changes and approve, the docs will be nicely aligned Quote
LesJar Posted December 6 Author Report Posted December 6 Nabeel e-mailed me to say he was looking into the mis-alignment of the DOCS link and Discord etc releases. I agree entirely with using the correct level of builds when using the nice DISPOSABLE extras and at that time I did not know that the link in the DOCS was not correct. At least it is being sorted out properly so that no other new user gets the same problems. Many thanks to all for helping sort the problem out !!!! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.