Bug description from here: http://www.drupal.ru/node/38100?page=4
Bug reporter: http://www.drupal.ru/user/7040 (Arturus)
У меня ошибки вывалились после обновления
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '\n FROM {node} n\n WHERE n.type = \'blog\'\n ' at line 3 query: SELECT COUNT(*) FROM club_users u INNER JOIN (SELECT n.uid, COUNT(*) AS count\n FROM {node} n\n WHERE n.type = \'blog\'\n AND n.status = 1\n AND n.uid <> 0\n GROUP BY n.uid) c ON c.uid = u.uid WHERE c.count >= 1 in /home/webmaster/www/club.shintoptrophy.ru/sites/all/modules/bloggers/bloggers.module on line 100.
А в первой версии было все в порядке
Comments
Comment #1
vladsavitsky commentedFixed in 6.x-1.3
Comment #2
vladsavitsky commented