Re: /phpgwapi/inc/class.crypto.inc.php on line 171

"Chris Weiss" <[email protected]> Fri, 16 May 2008 08:30:10 -0500
Newsgroups gmane.comp.web.phpgroupware.general
Message-ID <[email protected]>
On Thu, May 15, 2008 at 10:16 AM, Jonathan <[email protected]> wrote:
>
>
> I always got this error message.
>
>
> Warning: mcrypt_generic() [function.mcrypt-generic]: An empty string was passed in  /homepages/12/d37846245/htdocs/wsc38251790/hasenboard/phpgwapi/inc/cla ss.crypto.inc.php on line 171
>
> Warning: Cannot modify header information - headers already sent by (output started at  /homepages/12/d37846245/htdocs/wsc38251790/hasenboard/phpgwapi/inc/cla ss.crypto.inc.php:171) in  /homepages/12/d37846245/htdocs/wsc38251790/hasenboard/phpgwapi/inc/cla ss.phpgw.inc.php on line 152
>
>
>
>
> If I add a user, first login this message comes.
> If a normal user adds a date to the group planner it comes also-
>
>
> What does it mean? How can I stop it?

this happens when in setup / header manager you don't enter a random
string for mcrypt.  if mcrypt is enabled when you install phpgw it
should enter one for you, but won't if mcrypt isn't enabled.  adding
mcrypt support to php after the fact will cause your problem.