Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have a specific requirement to give a few hundred user of a drupal 6 site a specific role 'author' before migration. These are essentially users who have contributed content. I have tried Views Bulk Operations but there are no options to add relationships to a view of 'nodes' to manipulate user roles with VBO. With a view of users, the VBO options to add user roles become available but there is no option to filter by users who have created content.
I have drupal 6 installed on linux with mysql 5.6 and php 5.4. All working.
But search give error: You must include at least one positive keyword with at least 3 characters. . I enter word with 5-6 characters.
I try see logs of server and php, errors: 0. In admin panel: admin/settings/search all indexed on 100%. What this can be? I think, that drupal incorrectly checks for counting characters in search. May be need a module php? But I have installed all modules..