phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[phpGroupWare-users] Re: Disable/hide error messages


From: Angelika
Subject: [phpGroupWare-users] Re: Disable/hide error messages
Date: Sat, 19 Apr 2008 07:35:38 -0700 (MST)


hi, i worked yesterday on the same problem ;)

do you have the message, that the empty string is in the file: 
class.crypto.inc.php on line 171?

I changed the line 171: 
$encrypteddata = mcrypt_generic($this->td, $data);

with:

if($data) $encrypteddata = mcrypt_generic($this->td, $data);
else $encrypteddata = "";

After that my file manager worked. 

Greetings
GeliSent from the phpGroupWare forums @ http://forums.phpGroupWare.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]