When a threshold is crossed, the cloud_metering module will attempt to execute notifications via Drupal Queue. The following error occurs

Exception: Serialization of 'CFSimpleXML' is not allowed in serialize() (line 108 of /Applications/MAMP/htdocs/d7-clanavi/sites/default/modules/cloud/modules/cloud_metering/cloud_metering_queue_db.inc).

Comments

baldwinlouie’s picture

Status: Active » Fixed

The snapshot id that is returned from the PHP SDK needed to be explicitly casted to (string) before serialization occurs.

This is fixed now.

http://drupalcode.org/project/cloud.git/commit/7c12b81

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.