Closed (fixed)
Project:
AMFPHP
Version:
5.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Dec 2008 at 06:31 UTC
Updated:
14 Feb 2009 at 21:59 UTC
Hi
I am trying to get my flex application to save a node with a content type that includes a date (from and to).
My flex application has no problem to save the same node as long as i don't try to input the date.
I have tried several date format but did not succeed to make this working.
I get this message in return :
fault: [RPC Fault faultString="Dates From date is invalid.
Dates To date is invalid." faultCode="AMFPHP_RUNTIME_ERROR" faultDetail="/srv/www/Adooh/modules/amfphp/amfphp.module on line 101"]
Any example on how to save nodes with dates fields?
Thanks
Comments
Comment #1
snelson commentedWhat I usually do when figuring out how to save CCK types is to try and print_r the node form array itself. If you don't know how to do this, look up hook_form_alter in the Drupal api.
Best,
Scott