Jump to content

ProAvia

Administrators
  • Posts

    1695
  • Joined

  • Last visited

  • Days Won

    75

Everything posted by ProAvia

  1. Look up about 8 posts - its mentioned at least 3 times on this page alone. That is the most stable version. But you may see a few errors.
  2. What version of phpVMS are you using? In 5.5.2.72, there are comments in local.config on where the Google map keys go. Add the key to core_htmlhead - in the skin folder if that file is there. Otherwise add it to core_htmlhead in /core/templates.
  3. Are you using a Windows operating system on your computer? If not, what operating system are you using? As I mentioned, I have had issues using Excel. OpenOffice or LibreOffice are good alternatives for Windows based systems - and both are free. If you are not using Windows operating system, may e someone will have another alternative to Excel.
  4. What version of phpVMS? What program did you use to edit the CSV? I have never had good results using MS Excel. If you used Excel, try the free Open Office or Libre Office instead.
  5. According to their website images for that skin, it lookslike you can do it thru the admin panel. https://www.crazycreatives.com/downloads/phpvms-theme-jetset-basic/ Or look in that skin folder for app_top.php or possibly core_navigation.php to directlyedit the menu. Of course,they may have named the files differently too. The forum over there is a mess. Neither the owner nor his moderator spend much time there. EDIT - ok, the pics there seem to indicate you can change position of the nav bar, not necessarily add items to it. You may have to look in each file of the skinto see where the menu is called. Use something like Notepad++ and search each file for one of your present menu items. Once you find that one item in a file, you should be able to see how each item is coded in and add what you want.
  6. Download Composer manually to your desktop and install to your computer from there. You run composer in a command prompt on your computer - not on ypur shared hosting. You don't do anything with your shared hosting until you upload all the files to your site. Follow the steps above, you don't do anything with your hosting until the last 2 steps. Are you aware that phpVMS v7 isn't released yet and shouldn't be used for a live production site? There are no skins, modules or ACARS for it yet. If you want to start up / run a VA right now, I suggest you use php 5.5.2 (simpilot version).
  7. That looks like a customized version of CrewCenter. https://github.com/web541/CrewCenter
  8. Here is how I did it... How to install phpVMS version 7 Get and install Composer to computer - https://getcomposer.org/download/ - if you haven't already done so Download the latest dev of phpVMS7 - https://github.com/nabeelio/phpvms/branches - click on 'dev' under default branch Unzip the downloaded file to a folder on your computer Open a CMD prompt In the CMD prompt, navigate to the folder you unzipped phpVMS v7 to In the CMD prompt, type 'composer install' - and let it finish downloading the dependencies Copy the contents of the folder with phpVMS v7 and all the dependencies to the destination folder on your host In your browser, go to https://<Your_URL>/<directory_phpVMS_v7> - there is no installer like older versions, just open it and it will say something about phpvms not being installed. Press the green box to continue and follow along on the install process. This works for me - no guarantee it will work for others.......
  9. Logs are in .../storage/logs Flarum? Isn't that forum software? That has nothing to do with phpVMS v7. Did you install Composer on your computer first? So you downloaded phpVMS v7 and extracted locally, ran Composer on the extracted phpVMS folder, then uploaded the entire contents of the phpVMS v7 folder to your desired folder on your shared host? See post #4 here for how I did it... https://forum.phpvms.net/topic/26751-can-someone-help-me-for-installation/
  10. Did you run Composer to install all the dependencies prior to running the install?
  11. Need a bit more info to help you. PHP version? Shared hosting? Did you run Composer to install all the dependencies? Can you attach the Laravel logs here?
  12. Oh, this is definitely something I would be interested in. Please keep us updated. Hopefully you will release it to the community.
  13. Or you can add a letter after the flight number.... 45A, 45B, 45C, etc.
  14. On your site, go to Admin, Site & Settings, Maintenance Options. Scroll to bottom of page and look under Cron for advice on how to set up a cron job. The path shown there is for the maintenance script. You will need to change that to run your script. Take note of change you need to make to local.config Additionally, I believe if you log into your hosting account (cPanel), you should have the option to set up Cron jobs. Not sure if you need to set it up in phpVMS and on your host. As for how to set up this specific cron job, you will need to rely on the documentation and/or their forums for support of your payware module. Once you get it working, please post back here with specifics on how you got it working. This will help other members in the future.
  15. Do you recall exact what they had in place? Knowing this may help out others in the future. Did it have anything to do with allow_url_fopen being off instead of on?
  16. The internal server error? Is there anything in the error_log file in the root of your phpvms install or in /admin?
  17. ProAvia

    Cant Install

    Are you planning to use v7 for just testing purposes? It is still in developmemt and probably shouldnt't be used for a live site. And we are still waiting on skins and modules to help customize it. An updated development version was released this morning. I download it locally, extract the files and run composer locally too. Then I upload the entire thing to my host. Seems to work fine when doing that. I've never tried any other way.
  18. It may be a while until you see any ACARS for v7 that supports Linux or MAC. In any case, they are going to have to get their data via XPUIPC or their own proprietary plugin. I was hoping the XPUIPC developer was going to update it again - but his website hasn't changed in quite some time. Hmm - maybe someone can convince Pete Dowson's son to look into XP support. 😁
  19. Are you using kACARS_Free, kACARSI or kACARSII? What version of the ACARS client are you using? What version of PHP are you using? Are your pilots using the latest version of FSUIPC/XPUIPC?
  20. I'm pretty sure there is no ACARS for X-Plane that uses FSUIPC. But there are some that use XPUIPC. There are also other addons that require XPUIPC when used with X-Plane.
  21. ProAvia

    Cant Install

    Once all the files are in place - using your browser, go to your URL. From there, there should be prompts to take you trhu the install process.
  22. Are you using phpVMS version 2.1.x or 5.5.2 (Simpilot version)? There are several files to compare.... /core/modules/news/news.php /core/templates/news_newsitem.tpl - may end in .php instead of .tpl - this one may be in your active skin folder, which will take precedence over the one in /core/templates/ /admin/modules/SiteCMS/SiteCMS.php /admin/templates/news_additem.php - may end in .tpl instead of .php /admin/templates/news_list.php - may end in .tpl instead of .php /core/common/SiteData.class.php /core/common/LogData.class.php Compare the above files on your site to the ones in a default install (or non-edited files from a download of your version of phpVMS). Don't change the file names or extensions - just compare to default. Let us know what you find out.
  23. Does the error_log show any errors? I think you should have an error_log in the root of phpVMS and in the admin directory. Are you still getting the Internal Server Error? And if so, only with the news module? What version of phpVMS? Have you compared your installed news module with the news module of a default phpVMS download?
  24. Are you updating the module or just adding new news? If updating the module, compare the old and new files to see what changed and if you really do need to update. Did your host just upgrade your Apache, PHP or MySQL? I had my host upgrade PHP from 7.2.18 to a newer version and got the same error in phpVMS 7. They said it was the program and not them. Turns out the issue was a misconfigured PHP install - once they updated it again the issue was resolved. Folks using the same PHP version on a different host/server did not have the issue using the same program as me.
  25. You may want to send @Nabeel a PM thru the forums amd also PM him on Discord. It being the weekend, he may mot be able to address the issue until the first part of the week. If you are having issues loading the main website page, the results page after simBrief processes the data will also see an issue.
×
×
  • Create New...