Hi,

I have the following problem when I tried to relate one content type to another content type.
If I make click in "Search and reference" the window is open but there is no items to relate, the node type is red and the following message appears: Illegal option, please contact to the administrator of the site.

I used then the Devel module to trace it, and there are a lot of querys of menu_per_role...may be here is the problem...

any idea?

Thanks

Comments

markus_petrux’s picture

Status: Active » Fixed

Re: "Illegal option, please contact to the administrator of the site"

This error is generated from FAPI, when the form token validation fails.

IIRC, it may happen when you have a form in the browser, then you logout, then log back in, then you try to send the form on the first browser window again.

Not related to this module.

_snake_’s picture

Thanks for the help

Well, I had modified the noderef view to hide the author information. I want to show only the published nodes to an user to doesn't have permissions to modify the nodes related.

So, I restore the noderef view, and the illegal choice disappears, but the next javascript error is showed up when I use the search and refence button, and in worst cases, it doesn't stop to appear, so the modal frame window is locked and I can't close it...

That error only occurs in the search and reference button, the multiple search and reference button works fine...

uncaught exception: [Exception... "Could not convert JavaScript argument arg 0 [nsIDOMViewCSS.getComputedStyle]"  nsresult: "0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS)"  location: "JS frame :: http://192.168.100.39/misc/jquery.js?R :: anonymous :: line 13"  data: no]

Line 0

...any idea?

Thanks

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

_snake_’s picture

Hi,

looking in the readme file for 6.x-1.5 version and I found the following line:

jQuery UI (works with 1.6.x or 1.7.x).
http://drupal.org/project/jquery_ui

I suppose that you are talking about the JQuery UI 1.6 development package, is that correct?

Well, I try now to update the JQuery version and then install that module release 6.x-1.6

Regards

_snake_’s picture

Status: Closed (fixed) » Active
markus_petrux’s picture

Status: Active » Closed (fixed)

It seems to me that in #2 you introduced a completely different issue. That should have been posted on a separate thread. Also please note that latest version of this module is now 1.6.

_snake_’s picture

Version: 6.x-1.5 » 6.x-1.6
Status: Closed (fixed) » Active

Hi,

if I modified the view of the module, excluding for display node author, when I want to relate one content with another, the error appears

_snake_’s picture

Hi,

I need to hide the node author information, is there another way to do that?

Thanks

_snake_’s picture

Hi,

I have to hide the div class "views-field-name" in the modal frame, but I'm still looking for...

edit: Finnally I find the element using jquery, but the problem persists...For the admin it works perfectly, but for another user it crashes...

keep looking for a solution.

uncaught exception: [Exception... "Could not convert JavaScript argument arg 0 [nsIDOMViewCSS.getComputedStyle]"  nsresult: "0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS)"  location: "JS frame :: http://192.168.100.39/misc/jquery.js?A :: anonymous :: line 13"  data: no]

Line 0
_snake_’s picture

Hi,

using IE 7 I discovered the following error:

Line 10
C.fx.step is null or is not an object
File: http://192.168.100.39/sites/all/modules/jquery_ui/jquery.ui/ui/minified/effects.core.min.js?A

Any idea?

_snake_’s picture

Status: Active » Fixed

It's a conflict with Beauty Tips module, version 6.x-1.1


Line 8
Error: The object doesn't support that property or method
File: http://192.168.100.39/sites/all/modules/beautytips/js/jquery.bt.min.js?A

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.