Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Not all data is rendered #127

Open
gb5256 opened this issue Nov 20, 2014 · 2 comments
Open

Not all data is rendered #127

gb5256 opened this issue Nov 20, 2014 · 2 comments

Comments

@gb5256
Copy link

gb5256 commented Nov 20, 2014

Hello,
I have just updated from the previous version (with the old design) to the new one.
The old one was working super, but the new one is not showing some of the data.
It does display SQL and Logging,
but the others are empty or they show only parts. Like the get paramters are shown, but not the values of them.
See screenshot below
screen shot 2014-11-20 at 11 47 05
Any idea what might be wrong?
gb5256

@ghost
Copy link

ghost commented Mar 30, 2015

I have the same problem!

@jashk
Copy link

jashk commented May 14, 2015

Your SERVER_ADDR not match with REMOTE_ADDR

Try change YiiDebug.php line 37 for:

// } else if (empty($_SERVER['SERVER_ADDR']) || empty($_SERVER['REMOTE_ADDR']) || $_SERVER['SERVER_ADDR'] !== $_SERVER['REMOTE_ADDR']) {
} else if (empty($_SERVER['SERVER_ADDR']) || empty($_SERVER['REMOTE_ADDR'])) {

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants