on line 905 (and further) of the twitter.install file, the function db_field_exists is called.

this function is part of the drupal 7 api, not the drupal 6.

CommentFileSizeAuthor
#5 twitter-n2572569-5.patch855 bytesdamienmckenna

Comments

Serris created an issue. See original summary.

damienmckenna’s picture

Version: 6.x-5.3 » 6.x-5.x-dev
Parent issue: » #2572747: Plan for Twitter v6.x-5.4 release

.

damienmckenna’s picture

Priority: Normal » Major
Issue tags: -Entity Field API, -blocker

.

ak55’s picture

I have encountered the same issue and had to modify the function to db_column_exists.

damienmckenna’s picture

Status: Active » Needs review
StatusFileSize
new855 bytes

This should fix the problem.

damienmckenna’s picture

damienmckenna’s picture

Status: Needs review » Fixed

  • DamienMcKenna committed 648e4ac on 6.x-5.x
    Issue #2572569 by DamienMcKenna, ak55: Wrong function used to verify db...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.