This one bugged me all afternoon - I'd click on, for example, search results, and it just did nothing. Or I'd change the amount per page to over 100 ...and nothing.
Finally, I looked at that bit of phpadmin no-one looks at, the very bottom of the front page!
And it said
Quote:
|
Server running with Suhosin. Please refer to documentation for possible issues.
|
You can read all that if you want, but to cut to the good stuff...
edit /etc/php5/fpm/conf.d/suhosin.ini
add
Code:
suhosin.request.max_vars=2048
suhosin.post.max_vars=2048
suhosin.request.max_array_index_length=256
suhosin.post.max_array_index_length=256
suhosin.request.max_totalname_length=8192
suhosin.post.max_totalname_length=8192
suhosin.get.max_value_length=1024
save,
service nginx restart
service php5-fpm restart
and there you go! phpmyadmin all working properly again! Hope this manages to save you the couple of hours I spent looking, and teaches ME to look more closely at the foot of pages...
EDIT: Sorry, mods - I thought I was posting in the hints and tips section. Would you mind moving this post if you feel it belongs there?
Recent comments
11 hours 14 min ago
14 hours 10 min ago
15 hours 23 min ago
16 hours 47 min ago
18 hours 25 min ago
19 hours 53 min ago
21 hours 7 min ago
1 day 13 hours ago
1 day 13 hours ago
1 day 17 hours ago