Hello,
I've just installed the module.
I've created a field in my custom content type in the aim to have a reference to a block.
When I'm looking for a block in node reference field, I've got this issue in a popup:
An AJAX HTTP error occurred.
HTTP Result Code: 200
Debugging information follows.
Path: http://mydomain/fr/blockreference/autocomplete/node/field_menu_ref/
StatusText: OK
ResponseText: {"\u003Cspan thmr=\u0027thmr_1\u0027 class=\u0027devel-themer-wrapper\u0027\u003EMes instruments\u003C\/span\u003E [bid:121]":"\u003Cspan thmr=\u0027thmr_2\u0027 class=\u0027devel-themer-wrapper\u0027\u003EMes instruments\u003C\/span\u003E"}jQuery.extend(Drupal.settings, {"thmr_1":{"id":"thmr_1","name":"blockreference_item_simple","used":"theme_blockreference_item_simple","type":"func","duration":4.05,"candidates":["theme551_blockreference_item_simple"],"preprocessors":[],"processors":[]},"thmr_2":{"id":"thmr_2","name":"blockreference_item_simple","used":"theme_blockreference_item_simple","type":"func","duration":0.03,"candidates":["theme551_blockreference_item_simple"],"preprocessors":[],"processors":[]},"request_id":"121555085b3f45ee8d","devel_themer_uri":"\/fr\/devel_themer\/variables\/121555085b3f45ee8d"});
I've got JQuery 1.4
An Idea ?
Comments
Comment #1
rudiedirkx commentedI see something with "devel-themer-wrapper". Can you reproduce it with Devel off? I can't reproduce it at all.
It also seems you're missing part of the URL..? Valid paths would be
What happens if you go to
fr/blockreference/autocomplete/node/field_menu_ref//view? (Should search for "view".)Comment #2
rudiedirkx commentedComment #3
aitala commentedI am getting a similar issue with Block reference 7.x-2.4
Comment #4
rudiedirkx commentedThat's a different kind: No access.
BR requires 2 of 3 access checks:
Can you confirm you have the correct accesses? Or check more checkboxes so you do?
Comment #5
swati sharma commented@aitala I am facing a similar issue with blockreference. Could you resolve this for your site?
Comment #6
doostinharrell commentedI don't experience this with blockreference fields added directly to a node. I do however experience this issue when using blockreference in a custom paragraph type. Essentially in this scenario the only way I've been able to add references is to first add my paragraph type, the one containing the blockreference field, to the node (leaving the reference empty), save the node. then edit and populate.
Everything works the second time around.
Comment #7
doostinharrell commentedRe-opened this as I was able to re-produce. I'm unsure if this is an issue with Paragraphs or Block Reference however so I'm going to create an issue on the Paragraphs project as well and provide a link here between the 2.