kasoft
kasoft
Hi, i ran into the same problem and didn't manage to add an event Listener to a marker. I tried to recieve Lat and Lng after a user moved the...
Maybe it's not that comfortable, but the file could be temoprarily saved (to a tmp folder), passed to fpdf to generate the Pdf File and deleteded afterwards. This is the...
> @kasoft > > Can you check wether [script45 Memory Image Support](http://www.fpdf.org/en/script/script45.php) works with `allow_url_fopen` disabled? Yes, i’ll check on Monday
With the proposed script it will work. ``` $qr = $qrCode->getAsString($this->getQrCodeImageFormat()); $this->fpdf->MemImage($qr, 50, 30); ```
Hi @kohlerdominik Thanks for the solution. I can confirm that it worked. Only the Line about the Position and the Size of the QR Code had to be adjusted. `$this->fpdf->MemImage($qr,...
Same Problem with me
This Question is answered in [Issue #67 ](https://github.com/notamedia/yii2-sentry/issues/67)
I also need to change CSP values dynamically. So this would be great!
I used this except code, but it's not working. I sentry there are still errors showing up "yii\web\NotFoundHttpException". I tried also just "NotFoundHttpException" with no success. Any ideas? ``` 'except'...
Thanks @Levii22 - seems to work. I was on the wrong track an thougt i put a Yii Path like "yii\web\NotFoundHttpException" in the list, but the working thing is "yii\web\HttpException:404"