FriendsOfShopware / FroshPlatformAdminer

Adminer plugin for Shopware Platform
MIT License
10 stars 8 forks source link

Warning: Trying to access array offset on null in... #26

Closed Wachert closed 1 week ago

Wachert commented 1 month ago

PHP Version

8.3.7

Shopware Version

6.6.3.0

Plugin Version

2.0.0

Actual behaviour

Many "Warning: Trying to access array offset on null in" Errors when accessing tables image

Full Message: Warning: Trying to access array offset on null in /var/www/html/custom/plugins/FroshPlatformAdminer/src/Adminer/Adminer.php on line 592

Expected behaviour

No Errors :D

Steps to Reproduce?

Install the plugin, open adminer, access a table like products

tinect commented 1 week ago

Thank you for opening the issue. Just to be safe: Warnings are no errors.

But sure, these messages should not be printed. I'll check the update of the used library.