KnightAviation Posted October 17, 2021 Report Share Posted October 17, 2021 Trying to upload a .zip file for an aircraft from the bottom of the subfleet page but it keeps timing out. Any thoughts? I've tried uploading the file with FTP but it won't recognise the URL either. Also, it won't save the operating costs. Quote Link to comment Share on other sites More sharing options...
DisposableHero Posted October 17, 2021 Report Share Posted October 17, 2021 What is "Operating Costs" ? There is no such field, if you are talking about Subfleet level "Cost Per Hour" it works fine. Also other cost related areas do work well too. Time Out = Happens when the file is big enough to trigger your server's limit. It may be a size limit or uploading time limit (both related to your server's php settings). Won't Recognize Url = You need to check some basic docs (mostly about Laravel blade) to understand the path logic, also you need to double check your typo Example; Upload your file via FTP to ; yoursite/public/uploads/my-repaint.zip URL for download will be something like ; yoursite.com/uploads/my-repaint.zip Notice the difference in the path, you upload to public folder but it is not mentioned in the url 'cause it is the document root. Outside visitors (including you) can not reach files/images outside of that document root folder with URL's, so upload your files under that public folder for linking (use sub-folders under it if you need) Quote Link to comment Share on other sites More sharing options...
KnightAviation Posted October 17, 2021 Author Report Share Posted October 17, 2021 Yes it's the cost per hour and cost delay bits that don't save. The time-out only occurs when I try to upload a file from within phpvms admin, i can upload via ftp just fine. There are no restrictions on the server limit. I've tried the same URL structure as your example, it still can't find the files..... i'm wondering if i've maybe done something wrong in the initial setup? I think we've installed the beta version as we couldn't download the DEV one. I've since been able to get it so may try overwriting the files to see if it makes any difference. Quote Link to comment Share on other sites More sharing options...
DisposableHero Posted October 18, 2021 Report Share Posted October 18, 2021 "Time Out" is a server limit and can be adjusted. Most probably you are hitting php execution time limits. There are several repeated notes/replies about NOT using beta4, even the download page itself it says not to use it and gives a link to latest development (DEV) builds. Good luck on your new install. 1 Quote Link to comment Share on other sites More sharing options...
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.