yii-debug-toolbar
yii-debug-toolbar copied to clipboard
Not all data is rendered
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
Any idea what might be wrong?
gb5256
I have the same problem!
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'])) {