TimWolla / docker-adminer

Database management in a single PHP file
https://hub.docker.com/_/adminer/
157 stars 69 forks source link

Hide PHP error #113

Closed khoazero123 closed 2 years ago

khoazero123 commented 2 years ago

Docker tag: adminer:4.8.1

When exporting, file content includes PHP error, so can't import that file.

<br />
<b>Warning</b>:  Undefined property: stdClass::$flags in <b>/var/www/html/adminer.php</b> on line <b>200</b><br />
<br />
<b>Warning</b>:  Undefined property: stdClass::$flags in <b>/var/www/html/adminer.php</b> on line <b>200</b><br />
<br />
<b>Warning</b>:  Undefined property: stdClass::$flags in <b>/var/www/html/adminer.php</b> on line <b>200</b><br />
<br />
TimWolla commented 2 years ago

Are you sure that you are running the most recent version of the Docker Image? This is a PHP 8 issue that was fixed by reverting back to 7.4.

khoazero123 commented 2 years ago

I just pulled the image adminer:4.8.1 and the error above disappeared. Thank you for letting me know.