After enabling queries collecting ($conf['dev_query'] = true;) I recieve this message:
Trying to get property of non-object in [www]\includes\database.mysqli.inc on line 102
P.S. My solution (line 102):
$name = isset($user->name) ? $user->name : variable_get('anonymous', 'Anonymous');
Comments
Comment #1
shp commentedComment #2
damien tournoud commentedThis is a duplicate of #321089: Early bootstrap queries generate notices when query logging is enabled.
Comment #3
jwilson3Comment #4
jwilson3Duplicate of #351844: Early mysql queries generate notices when query logging is enabled.