First of all I would like to know if there are still maontainers on this module, for my last bug reports where never commented/responded ... However the module is good and I try to make it run the best as possible.
Today I tried out the Futures wheel. - It doesn't work. Calling a graphmind node I got following
Fatal error: Call to undefined function db_fetch_object() in drupal7/sites/all/modules/graphmind/plugins/graphmind_futures_wheel/graphmind_futures_wheel.module on line 84
Further on the very serious bug with bigger graphmind nodes continue with a flash-plugin crash + overloading RAM up to system crash. - So far graphmind is only usable for small files. - Also upload/download of freemind files is still too buggy for production use.
Comments
Comment #1
darkooo commentedhi,
I'm not a maintener but I solve this issue myself so if you want:
Fatal error: Call to undefined function db_fetch_object() in drupal7/sites/all/modules/graphmind/plugins/graphmind_futures_wheel/graphmind_futures_wheel.module on line 84
you can solve this bug by replacing line 84 by this one:
Also don't forget to change the return value by this line in the same function:
Comment #2
choy commentedthanks a lot, - I am wondering if there is still a maintainer after graphmind - otherwise would be a pity - the module is very useful and so far the only mindmap solution with drupal....
Comment #3
Yuri commented#1 Well, applying that replacement code results for me in:
Comment #4
Yuri commentedComment #5
Yuri commentedComment #6
voughndutch commentedany ideas or solutions? i am getting the same error?
Comment #7
hgneng commentedMy solution at https://drupal.org/node/1843534#comment-7748557