I just installed graphmind and got the following warning:
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'services_access_menu' was given in /home/mpcollab/public_html/ciportal/includes/menu.inc on line 452.
The flex mind map editor doesn't appear only an xml text window.
Comments
Comment #1
clemens.tolboomI changed upper case ... we don't need to shout ;)
I just installed GraphMind and it worked almost out of the box.
I had to install services and make sure that "Set only session authentication for Services" was working ... see #591422: better warning when user doesn't have appropriate permissions for services
It's a very nice tool.
Comment #2
maui1 commentedSorry didn't mean to shout, sticky shift key. I cleared up the problem with GraphMind when I noticed I had accidentally installed the Menu Services component, that somehow seems to cause this error.
I now have a working GraphMind installation, just a few questions/clarification having to do with how you save a finished mind map. There are two save links where do thy save the map to, is there a way to make the finished Mind Map a Drupal node? for viewing later.
Comment #3
itarato commentedHi,
I think this is what you think: #644844: Conceptual problems with respect to view / edit drupal workflow please tell me what would you prefer?
Regards,
Peter
Comment #4
maui1 commentedI am kind of new to the questions of xml so let me ask a couple more simple questions and work my way up to the more comlex issues.
When I save a Mind map where is it saved to. How can I see it again. Is it saved to a drupal location or is it a client side file.
Comment #5
itarato commentedMindmaps are nodes. Flash saves it as an XML (MM) into node body, so if you edit the node (node/#NID/edit), you will see the XML.
Comment #6
maui1 commentedI thought so. When I save the mind map and select edit I can see the xml. Bt when I try to view the mind map in the flex editor it comes up blank, not even a title node.
What is the procedure for importing a mind map. One way I assume is to cut and paste the xml into the xml field, but that too results in a blank flex editor screen. Is there another way to import a .mm mind map file directly?
Sorry for the noobie questions.
Comment #7
itarato commentedHi,
Your first issue: that's a bug. Please, read this issue queue: #564278: First graphmind item not appears. Maybe you will find what cause this problem. If it isn't, let me know.
About MM file importing: currenlty it is not the most convenient way, you have to:
- open the *.mm file in a plain text editor
- copy it's content
- paste into the node body at the node edit page
- save
Regards,
Peter
Comment #8
itarato commented