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
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
Comment #1
mfer commentedGood 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...
Comment #2
killes@www.drop.org commented