I haven't had this problem on other installations of render, but on this particular environment (IIS6, Win2003, MySQL 5, PHP5) I was getting this error when trying to install the module: BLOB/TEXT column 'properties' can't have a default value query: render_install CREATE TABLE render

It was a simple as removing the default '' from the properties line of the render_install() function in render.install:
properties longtext NOT NULL,

Cheers,

Alex

CommentFileSizeAuthor
#1 render-DRUPAL-5.patch766 bytessun

Comments

sun’s picture

Status: Fixed » Needs review
StatusFileSize
new766 bytes

You mean like this?

sun’s picture

Status: Needs review » Fixed

Thanks, committed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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