3 messages in com.mysql.lists.eventum-usersRe: Eventum 2.0.1 Email Cron issues| From | Sent On | Attachments |
|---|---|---|
| Kyle Radder | 07 Nov 2007 08:27 | |
| Stuart Tennant | 07 Nov 2007 12:40 | |
| Kyle Radder | 12 Nov 2007 07:42 |
| Subject: | Re: Eventum 2.0.1 Email Cron issues![]() |
|---|---|
| From: | Kyle Radder (kyle...@buzzwire.com) |
| Date: | 11/12/2007 07:42:46 AM |
| List: | com.mysql.lists.eventum-users |
Thanks for the suggestion Stuart. This doesn't appear to be the culprit, but may lead me down the path to what the real issue is. PHP actually core dumps with the options specifying the php.ini file, so obviously that is not good. I have some other things I may try, but thanks again for the reply and suggestion.
Kyle
Stuart Tennant wrote:
Kyle,
This may not be the issue, but may be something to check.
I recently found, when testing a server shift for my Eventum installation, that my windows scheduled task for download_emails.php was failing from the command line with the error that indicated that the imap extension was not loaded in PHP.
Many hours later (more fool me) I found that when calling the command line php.exe from windows scheduled tasks I needed to employ the -c option to indicate the location of the php.ini file.
Stuart
-----Original Message----- From: Kyle Radder [mailto:kyle...@buzzwire.com] Sent: Thursday, 8 November 2007 3:28 AM To: even...@lists.mysql.com Subject: Eventum 2.0.1 Email Cron issues
Hello,
I am using Eventum 2.0.1, but am having an issue with the email crons running correctly. My environment consists of Solaris 10 apache2.2.3, php5.2.0. Everything works fine expect for the email integration. I am able to use the email call script to download email from the web just fine, but not from the command line. I receive errors in the errors.log like the below. I have all the required extensions enabled in php.ini.
[Wed Oct 31 15:09:04 2007] An error was found on line '69' of script '/opt/coolstack/apache2/htdocs/eventum/include/class.db_api.php'.
The error message passed to us was:
'DB Error: extension not found'
A more detailed error message follows:
' [DB Error: extension not found] ** Array'
A backtrace is available:
Array ( [0] => Array (
[file] => /opt/coolstack/apache2/htdocs/eventum/include/db_access.php
[line] => 32
[function] => DB_API
[class] => DB_API
[object] => DB_API Object
(
[dbh] => DB_Error Object
(
[error_message_prefix] =>
[mode] => 1
[level] => 1024
[code] => -25
[message] => DB Error: extension not found
[userinfo] => [DB Error: extension not found] ** Array
[backtrace] => Array
(
[0] => Array
(
[file] => /opt/coolstack/apache2/htdocs/eventum/include/pear/DB.php
[line] => 888
[function] => PEAR_Error
[class] => PEAR_Error
[object] => DB_Error Object *RECURSION*
[type] => ->
[args] => Array
(
[0] => DB Error: extension not found
[1] => -25
[2] => 1
[3] => 1024
[4] => [DB Error: extension not found]
)
Any Ideas, Thanks, Kyle
-- Kyle Radder Buzzwire, Inc. 1400 Market Street, Suite 200 Denver, CO 80202 Email:kyle...@buzzwire.com




