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

Cyrandir’s picture

Version: 6.x-1.0 » 6.x-2.0

+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.

mstef’s picture

Not 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.

mstef’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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