-
onjour,
J'ai effectué de nombreuses recherches avant de poster mais je ne trouve pas de solution. Je n'arrive pas à générer de QRCode avec la fonction massiveaction.php j'ai une page blanche, en mo…
-
I got this error by trying to get any Bar- or QRCode:
glpiphplog.CRITICAL: *** Uncaught Exception Error: Call to undefined method QRcode::png() in /var/www/glpi/plugins/barcode/inc/qrcode.class.p…
-
I have make sure GD was installed, but i always got this error
```
Fatal error: Cannot redeclare class QRcode in C:\xampp\htdocs\yanibaru\application\libraries\qrcode\qrencode.php on line 156
A P…
-
## Issue
Currently there is an issue with custom output classes based on `QRGdImage` where the mime type of the base64 output is not properly set to the image type but rather to `"custom"`. This ha…
-
Despite composer have
```
"require": {
"php": ">=5.6"
},
```
```
$ php80 /usr/bin/phpunit9 --verbose
PHPUnit 9.5.21 #StandWithUkraine
Runtime: PHP 8.0.21RC1
Configuratio…
-
I downloaded the zip file and trying without composer:
I am using as follows:
The output looks something like:
hello_world.png
Fatal error: Uncaught Error: Class 'QrReader' not found in C:…
-
error for custom page
`No property found for validation: [qr_options]
`
```
-
using same code as mentioned.
# returning bool(false)
private $dataWidth =>
int(1021)
private $dataHeight =>
int(2459)
private $left =>
int(0)
private $top =>
int(0)
private $image …
Jayad updated
7 years ago
-
php: 7.4.32
version: 1.0.6
PHP Parse error: syntax error, unexpected '|', expecting variable (T_VARIABLE) in https://github.com/khanamiryan/php-qrcode-detector-decoder/blob/1.0.6/lib/QrReader.p…
-
Hello, downloaded this project composer but i cant found example file so i made a test.php file on root folder and use sample code like this.
```
```
After then i had this error message: "…