mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Include OS and client information in easy error info copy/paste and on the about dialog
This commit is contained in:
@@ -35,7 +35,9 @@
|
||||
|
||||
<p>
|
||||
PHP Version <code>{{ $system_info['php_version'] }}</code><br>
|
||||
SQLite Version <code>{{ $system_info['sqlite_version'] }}</code>
|
||||
SQLite Version <code>{{ $system_info['sqlite_version'] }}</code><br>
|
||||
OS <code>{{ $system_info['os'] }}</code><br>
|
||||
Client <code>{{ $system_info['client'] }}</code>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
@@ -32,6 +32,11 @@ Error message:
|
||||
Stack trace:
|
||||
```
|
||||
{!! $exception->getTraceAsString() !!}
|
||||
```
|
||||
|
||||
System info:
|
||||
```
|
||||
{!! json_encode($system_info, JSON_PRETTY_PRINT) !!}
|
||||
```
|
||||
</textarea>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user