[horde] Undefined property: _iv

Jonathan Hutchins hutchins at tarcanfel.org
Thu Feb 20 14:27:42 PST 2003


Fix one error, on to the next: 

After logging in, I get: 

"Warning: Undefined property: _iv in /var/www/html/horde/lib/Cipher.php 
on line 89" 

Which would be from 

85 function encrypt($plaintext) 
86    { 
87        require_once HORDE_BASE . '/lib/Cipher/BlockMode.php'; 
88        $blockMode = &Horde_Cipher_BlockMode::factory($this-\ 
>_blockMode); 
89        if (!is_null($this->_iv)) { 
90            $blockMode->setIV($this->_iv); 
91        } 
92 
93      return $blockMode->encrypt($this, $plaintext); 
94    } 

I get about three of the errors, followed by "Warning: Undefined 
property: _iv in /var/www/html/horde/lib/Cipher.php on line 107"; if I 
refresh or revisit the page I get just the latter. 


-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/


More information about the horde mailing list