Needs review
Project:
GraphMind
Version:
7.x-2.0-beta14
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Nov 2012 at 18:22 UTC
Updated:
21 Aug 2013 at 03:26 UTC
Fatal error: Call to undefined function db_fetch_object() in /sites/all/modules/graphmind/plugins/graphmind_futures_wheel/graphmind_futures_wheel.module on line 84
Comments
Comment #1
voughndutch commentedI Am having this same issue what I doing wrong?
Comment #2
hgneng commentedme too.
db_fetch_object is D6 function.
But even I change it into D7 function, it still can't run. The $nid parameter passing into the function is not nid but an array of [map, plugins, features, setting.
Comment #3
hgneng commentedI have solved the issue with following code although I have other issues to run Graphmind...
Comment #4
voughndutch commentedThis fixes the error on my side thank you . Next issue Network request error