Menu

#510 Internal server error after some actions

Git
closed-works-for-me
nobody
None
3
2017-02-19
2016-08-07
exander
No

I have Adminer installed on my server under nginx & php-fpm.

After some actions, for example creating new database, I get Internal server error (500) response, even though the action itself is unaffected, for example in this case the database is succesfully created.

This is what i get in browser (response has no body).

General:
Request URL:https://xxx.xxx.xxx/adminer/?username=&database=
Request Method:POST
Status Code:500 Internal Server Error
Remote Address:xxx.xxx.xxx.xxx:443

Response Headers:
Connection:keep-alive
Content-Type:text/html; charset=UTF-8
Date:Sun, 07 Aug 2016 14:59:46 GMT
Server:nginx
Transfer-Encoding:chunked
X-Powered-By:PHP/5.6.20-0+deb8u1

Request Headers:
Accept:text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,/;q=0.8
Accept-Encoding:gzip, deflate, br
Accept-Language:cs-CZ,cs;q=0.8
Cache-Control:max-age=0
Connection:keep-alive
Content-Length:42
Content-Type:application/x-www-form-urlencoded
Cookie:...
Host:xxx.xxx.xxx
Origin:https://xxx.xxx.xxx
Referer:https://xxx.xxx.xxx/adminer/?username=&database=
Upgrade-Insecure-Requests:1
User-Agent:Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36

Query String Parameters:
username:
database:

Form Data:
name:test
collation:
token:746780:607391

On server, there is no error in nginx error.log or php-error.log. Only in access.log I see that the URL (https://xxx.xxx.xxx/adminer/?username=&database=) vas visited and return code was 500.

There are like 20 other projects running on the server, no problem with any of them, so I am pretty sure it is Adminer problem.

And it is pretty anonying.

Discussion

  • exander

    exander - 2016-08-07

    I have allso tried several Adminer version, all behave the same way.

     

    Last edit: exander 2016-08-11
  • recolorme

    recolorme - 2016-08-30

    I have been having the same problem recently. Simple inserts and updates will return a 500 error. I'm also using nginx+php. Executing the query as SQL will run fine, but if I try to edit a row with adminer, it will often time out.

     

    Last edit: recolorme 2016-08-30
  • Jakub Vrána

    Jakub Vrána - 2017-02-19
    • status: open --> closed-works-for-me
     
  • Jakub Vrána

    Jakub Vrána - 2017-02-19

    I couldn't reproduce and there's not enough information about what could be possibly wrong.

     

Log in to post a comment.