Hi all,
on vb 2.3.0, this is the error:
----------------------------
Database error in vBulletin Control Panel 2.3.0:
Invalid SQL: SELECT type,modlog.userid as userid,modlog.threadid as threadid,modlog.postid as postid,fromforumid,toforumid,modlog.timestamp as timestamp,modlog.ipaddress as ipaddress,threadtitle, user.username as username
FROM modlog
LEFT JOIN user ON modlog.userid = user.userid
ORDER BY modlog.timestamp DESC
LIMIT 0,100
mysql error: Unknown column 'modlog.ipaddress' in 'field list'
mysql error number: 1054
--------------------
Can you help me?
Thanks to all