phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [bugs #10797] asyncservices broken


From: anonymous
Subject: [Phpgroupware-tracker] [bugs #10797] asyncservices broken
Date: Tue, 26 Oct 2004 03:35:47 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040917 Firefox/0.9.3

This mail is an automated notification from the bugs tracker
 of the project: phpGroupWare.

/**************************************************************************/
[bugs #10797] Latest Modifications:

Changes by: Anonymous user
Date:  
                Tue 10/26/2004 at 03:30

------------------ Additional Follow-up Comments ----------------------------
Have a read of /path/to/phpgroupware/docs/php-configuration.txt

You error level is too high, which causes those message.  It is your config 
which is broken not phpgw.






/**************************************************************************/
[bugs #10797] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10797>
Project: phpGroupWare
Submitted by: JM López-Cepero
On: Mon 10/25/2004 at 13:25

Item Group:  0.9.16.003
Category:  API - phpGWapi
Severity:  5 - Average
Priority:  7 - High
Resolution:  None
Privacy:  Public
Assigned to:  None
Status:  Open
Component Version:  TGZ
Platform Version:  GNU/Linux - RedHat/Fedora
Reproducibility:  Every Time
Planned Release:  None
Fixed Release:  


Summary:  asyncservices broken

Original Submission:  I have recently installed phpgw 0.9.16.003 and set it up 
as described in the web page documentation. Everything seems to be working fine 
except for the asynchronous services. The crontab is correctly set up and 
asyncservices is called OK, but if I add the TestJob I get the following PHP 
output:

PHP Notice:  Use of undefined constant MCRYPT_TRIPLEDES - assumed 
'MCRYPT_TRIPLEDES'
in /var/www/phpgroupware/phpgwapi/inc/common_functions.inc.php on line 533
PHP Notice:  Use of undefined constant MCRYPT_MODE_CBC - assumed 
'MCRYPT_MODE_CBC'
in /var/www/phpgroupware/phpgwapi/inc/common_functions.inc.php on line 533
PHP Notice:  Undefined index:  HTTP_HOST in
/var/www/phpgroupware/phpgwapi/inc/class.sessions.inc.php on line 419
PHP Fatal error:  Call to a member function on a non-object in
/var/www/phpgroupware/email/inc/class.mail_msg_base.inc.php on line 888

The notices are there whenever I run the script (they are rather annoying, by 
the way), but the fatal error only appears when an e-mail was supposed to be 
sent. It seems that the email sending method is correctly invoked.

The offending line (really 887) is

 $this->so->prep_db_session_compat('begin_request LINE '.__LINE__);

Maybe the $this->so is not initialized properly when the line is reached?

My setup: Apache 2.0.51, php 4.3.8 (module), mysql 3.23.58 (all the db stuff 
seems to be working fine).

Thanks for your time. I have found a few similar errors by searching in 
forums/google/bugs, but none had any valid solution.

Best regards - CP

Follow-up Comments
------------------


-------------------------------------------------------
Date: Tue 10/26/2004 at 03:30       By: 0 <None>
Have a read of /path/to/phpgroupware/docs/php-configuration.txt

You error level is too high, which causes those message.  It is your config 
which is broken not phpgw.












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=10797>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

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