@@ -14,7 +14,7 @@ Before asking for help, try to reproduce on the
14
14
15
15
:::
16
16
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.
18
18
19
19
---
20
20
@@ -23,7 +23,7 @@ Without a lot of this information, it will be difficult to provide help.
23
23
### Forums
24
24
25
25
The 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
27
27
party addons, be sure to post in your own
28
28
29
29
### Discord
@@ -34,8 +34,8 @@ There's also a Discord channel for quick questions.
34
34
### Github
35
35
36
36
The 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."
39
39
There is a small template there that you can use, but try to include as much of
40
40
the information below:
41
41
@@ -45,41 +45,41 @@ the information below:
45
45
46
46
- A clear description of the issue
47
47
- What page stuff happened on
48
- - Relevent data
48
+ - Relevant data
49
49
- Versions
50
50
- ** 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
53
53
- ** phpVMS Version**
54
54
- From either the admin panel (bottom left, click on the version for the
55
55
full version)
56
56
- Running ` php artisan phpvms:version ` ![ ] ( img/version.png )
57
57
- How to reproduce the error
58
58
- 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
60
60
the expenses are configured. See "Exporting Data" below.
61
61
- Screenshots
62
- - Type of hosting - shared, VPS, dedicated, etc
62
+ - Type of hosting— shared, VPS, dedicated, etc.
63
63
64
64
### Logs
65
65
66
66
- ** Laravel logs** : These are located in ` storage/logs ` , you must include these.
67
67
Look through the logs to also ensure that no sensitive information is included
68
- inadvertantly
68
+ inadvertently
69
69
- ** PHP logs** : These can be found wherever your PHP error logs are kept, for
70
70
example, the PHP-FPM logs. Ask your host, if you don't know. They're often
71
71
found in cPanel, under Error Logs.
72
72
- ** HTTP logs** : These are, for example, your Apache logs. These might be
73
73
required, depending on the issue. If you're not sure how to get them, ask your
74
74
host. They're often found in cPanel, under Error Logs.
75
75
- Exported data data - see below
76
- - Any and all other relevent details
76
+ - Any other relevant details
77
77
78
78
---
79
79
80
80
## Enable Debug and Debugging
81
81
82
- - Look at the logs - they're located in ` storage/logs `
82
+ - Look at the logs— they're located in ` storage/logs `
83
83
- Enable debug logging and the Laravel Debug Toolbar, open your ` .env `
84
84
- ` APP_DEBUG ` to ` true `
85
85
- ` DEBUG_TOOLBAR ` to ` true ` (if you want the debug toolbar)
@@ -104,7 +104,7 @@ Before asking for help, make sure to:
104
104
- Rescan your scenery (Required for FS9, FSX, P3D and X-Plane)
105
105
- If crashing, delete the ` data ` folder, and restart
106
106
- 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)
108
108
109
109
When asking for help:
110
110
0 commit comments