Any time I play a video, the following message displays on the next page I navigate to:

user warning: Column 'ip_addr' cannot be null query: INSERT INTO op_video_stats SET type = 'view', video_id = 11, uid = 1, sid = '909338dde83e71597792f751421b3460', ip_addr = INET_ATON('::1'), timestamp = 1214338585 in /Library/WebServer/Documents/includes/database.mysql.inc on line 172.

This didn't happen under 3.7, so it may be something introduced in recent versions.

Comments

jbrown’s picture

Assigned: Unassigned » jbrown
Status: Active » Fixed

Thanks for spotting this. Your php is being weird.

http://drupal.org/cvs?commit=123525

Grantovich’s picture

Oh, I see. It's probably because I'm developing the site on my own computer, so I'm accessing it from the same machine it's running on. It goes ahead and uses an IPv6 address which INET_ATON doesn't support.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.