Hi,

Node relativity, dev version of march 25th, works a bit : we can setup relation when we ask for "create new CT xx". It does not work every time, but most of time.

But version of july 12, do not establish the relation, so when we ask for "create new CT xx", we go to node/add screen. We can create our child node, but the relation must be built manualy in relativity table. So it may help but is unsuable by visitors.

I will help testing d6 dev version when some new version is uploaded.

Thank you for this very interesting module

CommentFileSizeAuthor
#4 relativity.tar_.gz30.77 KBchipway
#3 relativity.tar_.gz30.75 KBchipway
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

chipway’s picture

Sorry,

I get also problems with version of march 25 (or many more).

I don't understand why some time relation is created and some time it is not.

So I put back version of july 12.

Thank you

chipway’s picture

Hi,

Any news about d6 dev for relativity ?

Do you think that a non developer could try upgrading relativity with Deadwood module ?

Thank you

chipway’s picture

FileSize
30.75 KB

Hi,

I tried Deadwood, and got the attached result, but now I have an error on admin/build/modules

Node relativity 5.x-2.4 Links nodes to form relationship graphs.
Depends on: Module2 (missing), Module3 (missing)

Could this help ?

Thank you.

chipway’s picture

FileSize
30.77 KB

Hi,

I commented #dependencies = module1 module2 module3

But now I get :
Parse error: syntax error, unexpected ',', expecting ']' in /home/golfcom/www/golf/sites/all/modules/relativity/relativity.module on line 444

changed
$items['node/add/'. $type, 'title' => 'content type requires parent'] = array(
by
$items["node/add/". $type, "title" => "content type requires parent"] = array(

Parse error: syntax error, unexpected ',', expecting ']' in /home/golfcom/www/golf/sites/all/modules/relativity/relativity.module on line 444

I am blocked here.