Zend Framework

Zend_Amf Serializer problem

Details

Description

My code:
if (! ($this->_cache->test ( $cache_id )) { # generate data # save to cache # return data } else { # load data from cache # return data }

The problem is when data from cache is loaded I get the following Notice:
Undefined property: VOKpiValues::$1962 in <b>/var/www/html/Zend/Amf/Parse/Amf3/Serializer.php</b> on line <b>469</b>

So the problem is only, when data is loaded from cache. "1962" is an object with some properties. When I disable error_reporting "1962" is set to null.

  1. gateway.php
    22/Jan/10 1:54 AM
    2 kB
    miran
  2. QosDataService.php
    22/Jan/10 1:54 AM
    25 kB
    miran
  3. SampleQosGetData.mxml
    22/Jan/10 1:54 AM
    2 kB
    miran
  4. VOKpiValue.php
    22/Jan/10 1:55 AM
    0.2 kB
    miran
  5. VOKpiValues.php
    22/Jan/10 1:55 AM
    0.2 kB
    miran

Activity

Hide
Wade Arnold added a comment -

Can you upload your zend amf endpoint and service also any flex code that shows what you are trying to do.

Show
Wade Arnold added a comment - Can you upload your zend amf endpoint and service also any flex code that shows what you are trying to do.

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated: