I tried to install Flag content module, but there is problem that 'flag_content' table is used already by Flag module.

CommentFileSizeAuthor
#2 flag_content_flag_compat.patch5.26 KBmehmeta

Comments

walker2238’s picture

Same here...

mehmeta’s picture

Title: Problem with name of table » Flag module compatibility patch
Status: Active » Needs review
StatusFileSize
new5.26 KB

Here's a patch for flag module compatibility that's based on the latest drupal 6 dev snapshot. Note that you need to go to update.php after applying the patch (as if you are updating a module). After that, the flag_content module should work as it was before, and you should be able to install flag module without any problems.

gmark’s picture

Status: Needs review » Needs work

This patch breaks Flag Content if your site's database has a prefix ($db_prefix in settings.php).