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

shp’s picture

Status: Active » Closed (fixed)
damien tournoud’s picture

Priority: Critical » Normal
Status: Closed (fixed) » Closed (duplicate)
jwilson3’s picture