Fatal error: Call to undefined function _feedapi_get_settings() in ...sites/all/modules/feedapi_mapper/feedapi_mapper.module on line 134

Last checked: 0 sec ago (Check manually)
Up to dateok
Drupal 5.7
Includes: System, Taxonomy, Tracker, Color, Ping, Path, User, Menu, Watchdog, Block, Comment, Help, Statistics, Node, Filter
Up to dateok
Admin Role 5.x-1.4
Includes: Admin Role

Content Construction Kit (CCK) 5.x-1.6-1
Includes: Node Reference, Option Widgets, Content, Fieldgroup, Number, Content Copy, Text, User Reference
Up to dateok
FeedAPI 5.x-1.1
Includes: FeedAPI Inherit, FeedAPI Aggregator, FeedAPI, FeedAPI Node, Common syndication parser
Up to dateok
Feed Element Mapper 5.x-1.x-dev (2008-Mar-12)
Recommended version: 5.x-1.0-beta5 (2008-Feb-29) Download · Release notes
Includes: FeedAPI Mapper
Up to dateok
Panels 5.x-2.0-beta2
Includes: Panel nodes, Panel pages, Views panes, Mini panels, Panels exporter, Panels simple cache, Panels, Legacy node panes, Legacy views panes
Up to dateok
Update Status 5.x-2.2
Includes: Update status
Up to dateok
Views 5.x-1.6
Includes: Views U

CommentFileSizeAuthor
#4 femp_feedapi_1.1_compatibility.patch727 bytesalex_b

Comments

ekes’s picture

You've got the -dev version of feedapi. I think if you look in the feedapi-dev version you will even still find calls to _feedapi_get_settings in the code.

The stable alternative is use the last release of the FeedAPI as the -dev code is changing pretty rapidly. If you want to use the -dev version changed the line in feedapi_mapper to :

  $settings = feedapi_get_settings($node->type);

But I wouldn't suggest this as a patch for mapper until the next release of FeedAPI.

ekes’s picture

Status: Active » Postponed

Changed to postponed unless anyone disagrees?

alex_b’s picture

Assigned: Unassigned » alex_b
Status: Postponed » Active

feed element mapper 1.0 beta 5 is

- compatible with feedapi 1.0
- not compatible with feedapi 1.1

I will roll a patch for feed element mapper beta6

Alex

alex_b’s picture

Status: Active » Needs review
StatusFileSize
new727 bytes

Please try patch. It is straightforward and simple and should just work. This will be part of Feed Element Mapper 1.0 beta 6

drutube’s picture

I'm applying now. I'll let you know. and THANKS

alex_b’s picture

Status: Needs review » Closed (fixed)

this patch is part of beta6. drutube: please reopen if you encounter problems.