Hi all,

Anyone ever had this problem? When i update the model i get this
error: "Call to undefined method BaseXXXXX::__sleep".

stack trace

    * at ()
      in SF_ROOT_DIR/lib/model/om/BaseXXXXX.php line 3757 ...
            3754.   {
            3755.     if (!$callable =
sfMixer::getCallable('BaseXXXXX :'.$method))
            3756.     {
            3757.       throw new sfException(sprintf('Call to
undefined method Base XXXXX::%s', $method));
            3758.     }
            3759.

            3760.     array_unshift($arguments, $this);
    * at BaseXXXXX::__call()
      in SF_ROOT_DIR/lib/model/om/Base XXXXX.php line 3757 ...
            3754.   {
            3755.     if (!$callable = sfMixer::
getCallable('BaseMusicas:'. $method))
            3756.     {
            3757.       throw new sfException( sprintf('Call to
undefined method BaseMusicas::%s' , $method));
            3758.     }
            3759.

            3760.     array_unshift ($arguments, $this);
    * at XXXXX->__call('__sleep', array())
      in SF_ROOT_DIR/lib/symfony/helper/PartialHelper.php line 265 ...
             262.   if ($cacheManager = $context -
>getViewCacheManager())
             263.   {
             264.      $cacheManager-
>registerConfiguration($moduleName );
             265.     $uri = '@sf_cache_partial?module=' .
$moduleName.'&action=' .$actionName.'&sf_cache_key='.
(isset( $vars['sf_cache_key']) ? $vars['sf_cache_key'] : md5
(serialize($vars)));
             266.     if ( $retval = _get_cache( $cacheManager, $uri))
             267.     {
             268.       return $retval;
    * at XXXXX->__sleep()
      in SF_ROOT_DIR/lib/symfony/helper/PartialHelper.php line 265 ...
             262.   if ($cacheManager = $context -
>getViewCacheManager())
             263.   {
             264.      $cacheManager-
>registerConfiguration($moduleName );
             265.     $uri = '@sf_cache_partial?module=' .
$moduleName.'&action=' .$actionName.'&sf_cache_key='.
(isset( $vars['sf_cache_key']) ? $vars['sf_cache_key'] : md5
(serialize($vars)));
             266.     if ( $retval = _get_cache( $cacheManager, $uri))
             267.     {
             268.       return $retval;
    * at serialize(array(object('YYYYYY'), object('XXXXX')))
      in SF_ROOT_DIR/lib/symfony/helper/PartialHelper.php line 265 ...


Thanks!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to