Hi,
I'm using this module to distribute some content from one site to another site. The communication between slave and master is ok ! (login on master site is ok for example). I've configured retriever to retrieve some content type from one nodequeue of the master site.
But, when I put a "print_r($result)" after a call to xmlrpc() with method views.get [content_retriever_module.php, function content_retriever_xmlrpc()] the result is something like this ;
Array
(
[0] =>
)
Array
(
)
Array
(
[0] =>
[1] =>
[2] =>
[3] =>
[4] =>
[5] =>
[6] =>
[7] =>
[8] =>
)
One array is one content_type list of contents.
I don't know if it is a problem with permissions, or a problem with the view, or something else ... ? When I test the view 'content_distribution_queue' with good parameters, I get good data !
Can you help me ?
Thanks
Yodeloo
Comments
Comment #1
tayzlor commentedhi there,
sorry for the delay, just noticed this message in my queue now.
if the view is actually working in the preview then it sounds like there is a problem with the permissions.
have you tested the views.get method from the admin/build/services page to see if it returns some results for you there.
have you setup the retriever module to get data from the queues in admin/settings/retriever ?
Comment #2
joachim commentedI'm closing this, as I'm pretty sure this has since been fixed.
The 6--2 dev release is definitely working fine :)