All I get is this..

__type:undefined
__detail:/var/www/drupal/sites/all/modules/amfphp/amfphp.module
__faultstring:Could not find the node.
__faultcode:AMFPHP_RUNTIME_ERROR

My permissions are set ok.

Weirdly on my development site i made connection with out issue.

Is there something i am missing here that anyone can point me in the right direction to get this working.

Thanks for your time.

Comments

snelson’s picture

Status: Active » Closed (fixed)

This message "Could not find the node." is returned when the nid provided does not exist in Drupal. Check that the arguments being sent are correct.

Closing due to age, but do re-open if needed.