Postponed (maintainer needs more info)
Project:
Relevant Content
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Jan 2009 at 11:10 UTC
Updated:
20 Jan 2011 at 22:29 UTC
Hi,
The strangest thing .. this is a vanilla install on my production site and the blocks do not show when all was perfect before on the test site. Just so love this module :)
Could it be that in automated url-aliases I have for node-paths ..
[field_newscategory-term]/[title-raw]
I've tried by path the newscategory term (i.e. 'production/*'), but did not do it either. All permissions are correct.
Perhaps any pointers on what I'm missing here please?
Look so forward to hearing from you.
Lilian
Comments
Comment #1
nicholasthompsonHmmm..
There are a number of places the module could be falling over. To start with, you could try chucking in some debugging into the module code. Find this section in the function
relevant_content_block:and change it to
This should print out the text "Node terms are..." followed by an array of the current node's terms at the top of the page. If nothing at all comes up then the block isn't being viewed. If just the text comes up then your node doesn't have any taxonomy available. If the whole shebang comes up then we're good to move on.
The other problem could be to do with the terms getting excluded due to vocabulary filtering. Try putting in a little more debugging code...
change that to this:
Please post back with the results :-)
Comment #2
liliplanet commentedThank you so much for your super-fast reply.
Followed instructions and have the following and not much to report actually. On the top of the page just shows:
'Node Terms are...Array ( )'
If you don't mind, have contacted you directly :)
Comment #3
vevhlos commentedI have the same problem with Liliplanet, though i see you continued your troubleshouting in private. I see that liliplanets webpage no longer suffers from the problem, so could you please make the solution public, if there is one ofcourse. I use postgresql if it helps. thanks
Comment #4
wexy commentedCheck if you are using Node Breadcrumb module, after turning this off the Relevant content module appeared, now I have another problem... breadcrumbs are not the way I wont them anymore.
Comment #5
drecute commented@wexy my node breadcrumb module is disabled by default, but I still can't view the rc block as well.
Also, the rc_cck module is throwing errors as well. When it throws this error, the cck field won't show up on the node creation page. The error says "invalid argument supplied for foreach() in relevant_content_cck.module on line 226".
As promising as this module would have been, these errors are does not make worth the effort.
Please, help fix with a patch.
Thanks.
Comment #6
drecute commented@Liliplanet Please, make the solution public. Thank you.
Comment #7
liliplanet commentedHi,
If I remember correctly, I did not do anything to fix it. Just re-installed on a clean site and it worked. It's possible that it was in conflict with another module, but honestly have no idea which. Sorry ..
Comment #8
benlotter commentedI have Relevant Content working great. As soon I installed Node Breadcrumbs, the Relevant Content blocks will not appear even if I remove the default restriction to appear on node/* pages only.
UPDATE:
As soon as I disable the Node Breadcrumbs module, the Relevant Content blocks appear again.