phpgroupware-users
[Top][All Lists]
Advanced

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

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


From: Chris Weiss
Subject: Re: [phpGroupWare-users] Re: Disable/hide error messages
Date: Sat, 19 Apr 2008 10:37:46 -0500

On Sat, Apr 19, 2008 at 9:35 AM, Angelika wrote:
>
>
>  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.
>

check in setup - manage header to see if the mcrypt string is empty,
it should not be, and I think it's only blank by default if you don't
have mcrypt in your php before you install phpgw.




reply via email to

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