-
Posts
1701 -
Joined
-
Last visited
-
Days Won
75
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by ProAvia
-
@Alexan If you can supply the info in the above post, we may be able to assist you.
-
A few things. 1 - you posted in the phpVMS v7 section of the forums not the v5 section. I will move this to the v5 section. 2 - we need to know PHP version, MySQL/MariaDB version, exact phpVMS version. 3 - new install or existing install? 4 - what was the last thing you did that caused the error? 5 - did you make any changes to app.config.php at any time?
-
Config maps? https://docs.phpvms.net/acars/configmaps What version of phpVMS and vmsACARS are you using?
- 1 reply
-
- 1
-
Don't use beta 5. Use the latest dev release available from the discord #v7-releases channel. Directly upload that package and extract to the chosen phpvms folder. If you set up a sub-domain for phpVMS, use option #1 in the docs to install.
-
Are you using the latest dev version of phpVMS available in the discord v7-releases channel? If you can go to your website in a browser, your database settings are correct. You could possibly be missing the departure and/or arrival airport in your database.
-
Each page is stored separately in the database. You can edit them thru the admin panel or (after backing up the database) directly using phpmyadmin - although it is safer via the admin panel. They are NOT stored in a file like they were in previous versions as far as I can tell.
-
However you access your v7 database. Different hosts use different panels or access methods.
-
Look in that database table - your answer is there.
-
Care to share exactly what you edited for other users that may want to do the same?
-
The env.php file has been replaced by the .env file. All the email settings are in there. Return the config.php file to its default state. In addition to the link kindly provided by @DisposableHero , your hosting panel should provide an Email Accounts area with valuable info. If your hosting provides cPanel, have a look at this article to set up SMTP https://cpanel.net/blog/tips-and-tricks/setting-up-and-troubleshooting-smtp-in-cpanel/ I would suggest updating any phpVMS v7 sites you help with to the latest dev build, available in the #v7-releases channel of the phpVMS discord.
-
Did you install phpVMS v7 beta 5 or the latest dev build from the discord releases channel? Did you clear the cache after changing any files and before setting the theme to other than default?
-
Restrict routes by fleet group vs specific aircraft
ProAvia replied to shant592's topic in Development
Quite possibly. I guess we will have to wait for the OP to respond to know for sure. And as your and I have previously discussed many times, any new VA's should be using phpVMS v7 - no wasting time by starting a phpVMS based VA using va5. 😵 -
Restrict routes by fleet group vs specific aircraft
ProAvia replied to shant592's topic in Development
See the docs and guides. Look for subfleets. -
Already included in the base phpVMS v7program. You can import and export routes.
-
Createa a new database. The phpVMS v5.5.2.72 database is not compatible with v7. As you progress thru the v7 install, look on the upper right of the screen for red letters saying something about a Legacy Import. Choose that option to import "most" of your v5 data into your new v7 database. Be sure to use the latest dev version from yesterday (or newer) so your v5 financial data imports to v7. There will still be a good bit of work to do setting up subfleets and assigning them to flights (schedules in v5) and some other stuff. Be sure to set up the v7.env file for email as soon as the install is complete. The bottom pic with the warnings looks to be from v5. When installing v7, use Option1 in the docs. Nothing from v7 goes in the public_html directory. Later, when you're ready to go live, you can redirect your domain to your v7 sub-domain.
-
What exact latest version are you using? Beta 5 or the latest Dev version from the #v7-releases channel on Discord? Who is the host? Shared, VPN, other? All default or any addon themes or modules?
-
Verify whether you have phpVMS v7 or v5. You posted in the v2/v5 forum. Once we know what version of phpVMS you are using, we can attempt to help you out.
-
PHPVMSGEN - You have not heard the name before !!!
ProAvia replied to LesJar's topic in Paid Services
Well, @LesJar has been on the forums recently. He visited about 6 hours after your post. I agree, the developer ( @LesJar ) needs to reply when this will be available or he needs to declare it as abandoned. -
Maybe copy/paste the other post to discord. I think others may be using 8.2 as well - but haven't reported any issues. Do a clean install on a new subdomain under php 8.2 Only add two users - admin and a dummy account for testing purposes. See if the issue is still there. There was a new build released today - see the v7-releases channel. It doesn't address your issue though - but good to use latest anyway. And good practice updating your live site as well as a clean install on a new subdomain.
-
SimBrief is integrated into phpVMS v7. Enter your SimBrief API key in admin, settings, simbrief section. Yes, each pilot needs a SimBrief account and needs to be logged into it. They will be prompted on the phpVMS screen if they are not. Basically, if a pilot clicks on the Generate OFP button, the info will be sent to SimBrief, the flight plan will be returned to phpVMS and displayed for the pilot to see. I chose to only allow SimBrief if the pilot bids the flight. Be sure you assign a subfleet to the flight and that the pilot holds a rank that allows them to use that subfleet.
-
Is email set up correctly in your .env file? In admin, settings - scroll down near the bottom and verify the 4 boxes related to emails are checked. If that doesn't work, create a new dummy account (non-admin account). Be sure to opt-in on all non-administrative emails. Send a new news item from the admin side and see if it shows up in the dummy account.
-
Adding News to Landing page (Page before login)
ProAvia replied to Nacman's topic in Disposable Hero Addons
This is true in 99% of cases. 😇😵 -
Is this only for vmsACARS download (for now)? Did you put the contents of the public folder in public_html or leave those contents in public folder in the phpvms7 folder? In /public or /public_html (according to how you installed) there is, by default, a folder named /uploads/files. Go to /uploads/files and create a new folder named /acars. Upload your acars zip file to this location (.../uploads/files/acars). In the admin panel (assuming you installed the vmsACARS web module correctly), go to addons, VMSAcars. Under "Link to the ACARS download" enter /uploads/files/acars/<filename_of _your_acars> In the Dispo theme - Docs & Resources, Downloads - you should now see your acars download.
-
Adding News to Landing page (Page before login)
ProAvia replied to Nacman's topic in Disposable Hero Addons
When you update phpVMS on your site, any core changes will be over written. Keep a copy of your edited files somewhere safe where they won't get over written. In the Dispo Theme readme, it suggests making a copy of the Dispo Theme and using that copy for your edits. That way, when you update Dispo Theme, it's easy to compare the new files to your edited ones. In essence, this copy becomes your personalized theme. And you don't need to be concerned about over writing edited files. I only copy Dispo files to my theme that I intend to change. If a file in your theme isn't there, it will use the file from the Dispo Theme. Likewise, if the file isn't in Dispo Theme, it will use the file from the default theme.