Hi,

I recognized that you're using varchar(10) for the primary key "uid" in table "bloginfo". This cause problems in sql statements with joins.

Please fix it to integer(10) like table "users"

Thanks,

Jakob

Comments

mfer’s picture

Assigned: codewhisper » mfer
Status: Active » Fixed

Good call. It's fixed in the new release at http://drupal.org/node/139273.

If your curious it's fixed in the code at http://cvs.drupal.org/viewcvs/drupal/contributions/modules/bloginfo/blog...

killes@www.drop.org’s picture

Status: Fixed » Closed (fixed)