When I go to the Relativity Settings page (http://[domain]/admin/content/relativity/settings) I get the following error message:

warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'relativity_admin_settings' was given in W:\www\includes\form.inc on line 366.

Comments

Renee S’s picture

Yeah, it looks like the download is just a bunch of empty files. The CVS was cleared out but development hasn't begun on the latest version...

wvd_vegt’s picture

This bug is still in the latest downloadable version (6.x-3.x-dev).

Another bug is that 'presetdescription' in the table 'relativity_preset'
does not have a default value. This shows when a first preset is added (without success).

A third bug is that the 'New Relationships' fieldgroup is empty.

jonhattan’s picture

Status: Active » Closed (won't fix)

Error reported in #0 happen in an atipical situation when --in this case-- the function 'relativity_admin_settings', that is an argument to drupal_get_form() in a menu item defined in hook_menu() is missing. This may happen because the module folder is remove or renamed, or the module is upgraded to a newer version where this function does not exist anymore *and* the menu cache hasn't been cleared yet.

Anyway, it is not a bug in the module.