# Adminer is showing in debug mode

**URL:** https://community.kinsta.com/t/adminer-is-showing-in-debug-mode/3396
**Category:** Application Support
**Created:** [May 5, 2024, 6:05pm UTC](https://community.kinsta.com/t/adminer-is-showing-in-debug-mode/3396 "2024-05-05T18:05:18Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![rtpHarry](https://avatars.discourse-cdn.com/v4/letter/r/3be4f8/32.png) [@rtpHarry](https://community.kinsta.com/u/rtpHarry)
#### Post date: [May 5, 2024, 6:05pm UTC](https://community.kinsta.com/t/adminer-is-showing-in-debug-mode/3396/1 "2024-05-05T18:05:18Z")

</div>

Adminer works but it seems to be set in debug mode and its showing tons of errors, making it difficult to use.

Every column has an error in it like:

```auto
meta_id
**Warning** : Undefined property: stdClass::$type in **/var/www/html/adminer.php** on line **1484** 

order_item_id
**Warning** : Undefined property: stdClass::$type in **/var/www/html/adminer.php** on line **1484**

```

And all sorts of places.

Where are the show debug settings configured?

---

<div class="post-metadata">

### Author: ![Andrew](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/andrew/32/2792_2.png) [@Andrew](https://community.kinsta.com/u/Andrew)
#### Post date: [May 5, 2024, 10:44pm UTC](https://community.kinsta.com/t/adminer-is-showing-in-debug-mode/3396/2 "2024-05-05T22:44:51Z")

</div>

Hi @rtpHarry! Thank you for reaching out to us on the community forums!

We are aware of an issue with the current version of Adminer distributed with the related DevKinsta container. Our development team is reviewing options for a solution.

However, in the meantime this workaround may help resolve the problem. This will replace the Adminer version with AdminerEvo which we have seen fixes these warnings. You may find details in the thread below about how to try this workaround:

> [@Devkinsta\_adminer database Warnigns make GUI unreadable](https://community.kinsta.com/t/devkinsta-adminer-database-warnigns-make-gui-unreadable/3244/17):
>
> Hi @merineth , I found my solution [here](https://community.localwp.com/t/adminer-trying-to-access-array-offset-on-null-in/42099/2) “Local switched from Adminer to AdminerEvo in 8.3.1, which includes fixes for several PHP warnings like the ones you shared. If you update Local you should no longer see them.” I found this maintained [adminerevo-docker](https://github.com/shyim/adminerevo-docker) Joined it to DevKinsta network and linked it with devkinsta\_db container: docker run --network devkinsta\_network --link devkinsta\_db -p 15201:8080 ghcr.io/shyim/adminerevo:latest Works smoothly. I believe DevKinsta should move from Ad…

Please let us know if this helps or if you need any further assistance!

Best regards

---

<div class="post-metadata">

### Author: ![rtpHarry](https://avatars.discourse-cdn.com/v4/letter/r/3be4f8/32.png) [@rtpHarry](https://community.kinsta.com/u/rtpHarry)
#### Post date: [May 6, 2024, 8:12am UTC](https://community.kinsta.com/t/adminer-is-showing-in-debug-mode/3396/3 "2024-05-06T08:12:30Z")

</div>

thanks for your help. I did try to use the forum search to see if this was being discussed before I posted. Not sure what terms I used but it didn’t bring this thread up.

One thing im cautious about is, if I run this command, this going to need me to research a new command when it the core devkinsta issue is fixed?

Is there somewhere I can find the “url” of the current container that devkinsta\_db uses, so that I can easily revert back to the main functionality when its fixed; otherwise I assume I am rightly on my own for any future support issues if I’m using an unrelated container?

(Not sure if im using the terminology right, devkinsta is the first time im working with docker technologies)

---

<div class="post-metadata">

### Author: ![rtpHarry](https://avatars.discourse-cdn.com/v4/letter/r/3be4f8/32.png) [@rtpHarry](https://community.kinsta.com/u/rtpHarry)
#### Post date: [May 6, 2024, 8:19am UTC](https://community.kinsta.com/t/adminer-is-showing-in-debug-mode/3396/4 "2024-05-06T08:19:04Z")

</div>

Actually i think i might have answered my own query.

I thought that the command was swapping out the devkinsta\_db which was the adminer container.

But what its doing is giving it permission to see the database server devkinsta\_db (adminer is in devkinsta\_adminer)

So running that command will have an extra adminerevo container running that can be accessed via a specific url, and then the original adminer container is still running, which, when fixed, can be used again as the primary access method.

And while im using this alternative version I wont be able to use the database manager button with devkinsta, it will need to be accessed directly via the url.

---

<div class="post-metadata">

### Author: ![rtpHarry](https://avatars.discourse-cdn.com/v4/letter/r/3be4f8/32.png) [@rtpHarry](https://community.kinsta.com/u/rtpHarry)
#### Post date: [May 6, 2024, 8:32am UTC](https://community.kinsta.com/t/adminer-is-showing-in-debug-mode/3396/5 "2024-05-06T08:32:41Z")

</div>

OK yeah i’m back up and running with the solution from the linked topic, thanks!

---

<div class="post-metadata">

### Author: ![merineth](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/merineth/32/3022_2.png) [@merineth](https://community.kinsta.com/u/merineth)
#### Post date: [May 8, 2024, 2:17am UTC](https://community.kinsta.com/t/adminer-is-showing-in-debug-mode/3396/6 "2024-05-08T02:17:00Z")

</div>

Hi @rtpHarry Thank you for the update. Great to know that the workaround has helped you!  
Let us know if you have other questions.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex020/uploads/kinsta/original/2X/8/80f8c4e56fecc02327a0964e6bf63a716483529f.png) [@system](https://community.kinsta.com/u/system)
#### Post date: [May 10, 2024, 2:17pm UTC](https://community.kinsta.com/t/adminer-is-showing-in-debug-mode/3396/7 "2024-05-10T14:17:11Z")

</div>

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.
