@@ -14,7 +14,7 @@ Before asking for help, try to reproduce on the
1414
1515:::
1616
17- Without a lot of this information, it will be difficult to provide help.
17+ Without a lot of this information, it will be challenging to provide help.
1818
1919---
2020
@@ -23,7 +23,7 @@ Without a lot of this information, it will be difficult to provide help.
2323### Forums
2424
2525The forums are located at [ https://forum.phpvms.net ] ( https://forum.phpvms.net ) .
26- Search in the forums and on Github first for your issue before asking. For 3rd
26+ Search in the forums and on GitHub first for your issue before asking. For third
2727party addons, be sure to post in your own
2828
2929### Discord
@@ -34,8 +34,8 @@ There's also a Discord channel for quick questions.
3434### Github
3535
3636The bug tracker is located on
37- [ Github ] ( https://github.com/nabeelio/phpvms/issues ) . To post an issue, you need
38- a Github account, and then select "New Issue". After that, select "Bug Report".
37+ [ GitHub ] ( https://github.com/nabeelio/phpvms/issues ) . To post an issue, you need
38+ a GitHub account, and then select "New Issue." After that, select "Bug Report."
3939There is a small template there that you can use, but try to include as much of
4040the information below:
4141
@@ -45,41 +45,41 @@ the information below:
4545
4646- A clear description of the issue
4747 - What page stuff happened on
48- - Relevent data
48+ - Relevant data
4949- Versions
5050 - ** PHP Version**
51- - ** Database versions** - MySQL, MariaDB or Percona, or whatever other backend
52- your running
51+ - ** Database versions— ** MySQL, MariaDB or Percona, or whatever other backend
52+ you're running
5353 - ** phpVMS Version**
5454 - From either the admin panel (bottom left, click on the version for the
5555 full version)
5656 - Running ` php artisan phpvms:version ` ![ ] ( img/version.png )
5757- How to reproduce the error
5858 - Include as much detail as possible
59- - Include any relevent data - for example, an error with expenses, include how
59+ - Include any relevant data— for example, an error with expenses, include how
6060 the expenses are configured. See "Exporting Data" below.
6161- Screenshots
62- - Type of hosting - shared, VPS, dedicated, etc
62+ - Type of hosting— shared, VPS, dedicated, etc.
6363
6464### Logs
6565
6666- ** Laravel logs** : These are located in ` storage/logs ` , you must include these.
6767 Look through the logs to also ensure that no sensitive information is included
68- inadvertantly
68+ inadvertently
6969- ** PHP logs** : These can be found wherever your PHP error logs are kept, for
7070 example, the PHP-FPM logs. Ask your host, if you don't know. They're often
7171 found in cPanel, under Error Logs.
7272- ** HTTP logs** : These are, for example, your Apache logs. These might be
7373 required, depending on the issue. If you're not sure how to get them, ask your
7474 host. They're often found in cPanel, under Error Logs.
7575- Exported data data - see below
76- - Any and all other relevent details
76+ - Any other relevant details
7777
7878---
7979
8080## Enable Debug and Debugging
8181
82- - Look at the logs - they're located in ` storage/logs `
82+ - Look at the logs— they're located in ` storage/logs `
8383- Enable debug logging and the Laravel Debug Toolbar, open your ` .env `
8484 - ` APP_DEBUG ` to ` true `
8585 - ` DEBUG_TOOLBAR ` to ` true ` (if you want the debug toolbar)
@@ -104,7 +104,7 @@ Before asking for help, make sure to:
104104- Rescan your scenery (Required for FS9, FSX, P3D and X-Plane)
105105- If crashing, delete the ` data ` folder, and restart
106106- If using MSFS (2020 and/or 2024) be sure your ` fsuipc-lvar-module ` is up to
107- date (Also known as FsUipc WASM Module)
107+ date (Also known as FSUIPC WASM Module)
108108
109109When asking for help:
110110
0 commit comments