Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SVGs not well supported even though listed in "accepted file types" #47

Open
keevan opened this issue Apr 14, 2023 · 0 comments
Open

SVGs not well supported even though listed in "accepted file types" #47

keevan opened this issue Apr 14, 2023 · 0 comments

Comments

@keevan
Copy link
Contributor

keevan commented Apr 14, 2023

Uploading an SVG causes errors to appear as below. We've tried updating web_image to a fixed list of supported types, but this didn't work in Totara 16 and broke image uploads.

Example test using PNG
image

: Undefined property: stdClass::$heightres in
/var/www/site/server/blocks/carousel/block_carousel.php
on line
147

Notice
: Undefined property: stdClass::$widthres in
/var/www/site/server/blocks/carousel/block_carousel.php
on line
147

Notice
: Undefined property: stdClass::$heightres in
/var/www/site/server/blocks/carousel/block_carousel.php
on line
172

Notice
: Undefined property: stdClass::$widthres in
/var/www/site/server/blocks/carousel/block_carousel.php
on line
175

Notice
: Undefined property: stdClass::$heightres in
/var/www/site/server/blocks/carousel/block_carousel.php
on line
175

Warning
: Division by zero in
/var/www/site/server/blocks/carousel/block_carousel.php
on line
175

Notice
: Undefined property: stdClass::$heightres in
/var/www/site/server/blocks/carousel/block_carousel.php
on line
147

Notice
: Undefined property: stdClass::$widthres in
/var/www/site/server/blocks/carousel/block_carousel.php
on line
147

Notice
: Undefined property: stdClass::$heightres in
/var/www/site/server/blocks/carousel/block_carousel.php
on line
172

Notice
: Undefined property: stdClass::$widthres in
/var/www/site/server/blocks/carousel/block_carousel.php
on line
175

Notice
: Undefined property: stdClass::$heightres in
/var/www/site/server/blocks/carousel/block_carousel.php
on line
175

Warning
: Division by zero in
/var/www/site/server/blocks/carousel/block_carousel.php
on line
175

Notice
: Undefined property: stdClass::$heightres in
/var/www/site/server/blocks/carousel/block_carousel.php
on line
147

Notice
: Undefined property: stdClass::$widthres in
/var/www/site/server/blocks/carousel/block_carousel.php
on line
147

Notice
: Undefined property: stdClass::$heightres in
/var/www/site/server/blocks/carousel/block_carousel.php
on line
172

Notice
: Undefined property: stdClass::$widthres in
/var/www/site/server/blocks/carousel/block_carousel.php
on line
175

Notice
: Undefined property: stdClass::$heightres in
/var/www/site/server/blocks/carousel/block_carousel.php
on line
175

Warning
: Division by zero in
/var/www/site/server/blocks/carousel/block_carousel.php
on line
175
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant