After clicking submit on "Display Settings" page, it shows up errors, no matter what values are there in the form.
I made some quick check and found the problem to be in the "relativity_render_" variables that control how children nodes will appear. The variable name was getting too long because I had some long content type names that made the variable name exceed 48 characters allowed.

Comments

owahab’s picture

I made my own solution though I do not think everyone will like it: I MD5ed part of the variable to make sure it will neither exceed 48 characters nor collide with other variable (which is the bug originally).
Hope this helps anyone.
Omar

darius’s picture

Status: Active » Closed (duplicate)

See http://drupal.org/node/76828, it's a known issue.

owahab’s picture

Thanks darius, I seen it.
I just would like th share some ideas I have about relativity, IRC?

darius’s picture

OK, I might have misunderstood your posting. Include a patch, so people can take a look at it.

If you have ideas, best is to open a task or feature issue. Second best is to drop me an email. I don't think it's likely you'll find me on IRC.

Cheers,

Darius