Sorry for my english.
My server log is full of PHP errors (notices) like "Undefined index [nodetype] in radioactivity.inc on line 129". [nodetype] is my nodetype system names. Is there anything i need worry to?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 885292.radioactivity-missing-index.patch | 572 bytes | bcmiller0 |
Comments
Comment #1
bcmiller0 commenteddon't think it is a worry but, we are cleaning our NOTICEs, and im using the following patch to get rid of the issue in ours. As this code shouldn't happen when that array index doesn't exist.
Comment #2
tcmug commentedThanks guys,
committed!