Closed (fixed)
Project:
Shoutbox
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2009 at 12:32 UTC
Updated:
5 Aug 2010 at 13:20 UTC
Hi,
I noticed mysql needs a default value under Windows (MySQL 5.0). Without it shoutbox couldn't save shouts and mysql gives error. If I added the default value like this:
'hostname' => array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => 'localhost', 'description' => t('The hostname where the post originated.')),
it worked.
Cheers,
Peter
Comments
Comment #1
Cyrandir commented+1
I just got this same issue, downloaded the new version that just came out ~1 week ago. Would be nice to have this resolved by default as it's a simple fix.
Comment #2
mstef commentedNot sure how I missed this issue post. Good catch. Will fix and commit. I think this issue is easy enough to resolve that we don't need a patch.
Comment #3
mstef commentedhttp://drupal.org/cvs?commit=396432