-
Just installed the latest docker image and cannot seem to get the time zones function to enable. found the mariadb did not have time zone tables at all so i created the tables and populated them, and …
-
# History
In the meantime, some time has passed as @nilmerg explained me how to create a own custom backend. The requirement was to call Icinga from an application portal (beside the possability via …
-
**Describe the bug**
Warnings shown when displaying non empty subnet with rack devices and debugging active.
**phpIPAM version**
using latest master from git `(git pull)`
**Your Environment …
-
**Describe the issue**
The editor UI of OpnForm is broken because the UI can't load icons which is required.
**Deployment Environment**
- OpnForm Version: 1.4.1
- Hosting Platform: Self-ho…
-
### Preconditions and environment
- Magento version is 2.4.7
### Steps to reproduce
URL: https://dev2.example.com/rest/V1/products/apitest
This in headers: Authorization: "Bearer "
### Expected…
-
### Description
The following code:
```php
$a = 100.0;
$b = \NAN;
$cmp = $a > $b; // since NAN always false;
$cmp2 = !($a > $b); // $expected true;
var_dump($cmp);
var_dump($cmp2);
as…
-
## Bug description
Since the update from version 2.12.4 to 2.13.4 I get a lot of messages in my logs.
It is probably related to the change to `guzzlehttp/guzzle 7.x` / `guzzlehttp/promises 2.x`.
…
-
### Prerequisites
- [X] I have searched for similar issues in open and closed tickets and cannot find a duplicate.
- [X] I have troubleshooted my issue, and it still exists against the latest stab…
-
### OrangeHRM version
5.7
### Environment details
- OrangeHRM source:
- Platform: Ubuntu 24.04
- PHP version: 8.3.6
- Database and version: 10.11.8-MariaDB
- Web server: Apache 2.4.58
- Brows…
-
### Bug
when 2 users create a ticket at the same time, the same id is given by system (eg TS2311-1337)
in version 17.0.2 while confirming the ticket one of 2 users got "duplicated key error" which…