sasanrose / phpredmin

Yet another web interface for Redis
BSD 3-Clause "New" or "Revised" License
404 stars 96 forks source link

Blank Configurations page #57

Closed elazar closed 9 years ago

elazar commented 10 years ago

When I click Configurations in the navigation bar, I get this:

screen shot 2014-06-30 at 2 08 12 pm

Looking in logs/fpm-fcgi/2014-06-30.log turned up this:

[2014-06-30 14:06:40] [184.186.16.104]  [warning]: Invalid argument supplied for foreach() on /srv/www/phpredmin/views/welcome/config.php:4
sasanrose commented 9 years ago

What is you Redis version?

elazar commented 9 years ago

Not sure offhand what version was running on the date of this issue, but I'm currently running 2.8.6. If you can't replicate it under that version, I'd say go ahead and close this issue.

Ritbit commented 8 years ago

I'm haveing a blank configuration page as well, I'm using the latest phpredmin with Redis 2.8.24 (Via Amazon ElastiCache) on php 5.5.31 with nginx/php-fpm.

I got the very same error as elazar in my logs:

[2016-04-06 14:40:53] [213.214.96.4] [warning]: Invalid argument supplied for foreach() on /opt/phpredmin/views/welcome/config.php:4

Any hints?