Summary | Notice: Undefined index: smtphost and smtpport |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | eraserhd (at) |
Requester | rosenfeld (at) alum (dot) mit (dot) edu |
Created | 09/12/2005 (7261 days ago) |
Due | |
Updated | 09/14/2005 (7259 days ago) |
Assigned | 09/12/2005 (7261 days ago) |
Resolved | 09/12/2005 (7261 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
warnings, the last checkin (rev 1.99) of imp/lib/Session.php breaks
imp. I can still login to horde (I use IMAP authentication) and all
other modules work, but when I try to enter IMP, I get "Login Failed".
Checking my IMAP logs, I see no activity at all when I enter IMP.
Rolling back to rev 1.98 lets me back into IMP.
and would disappear if I'd refresh the sidebar frame or the full
framset.
Now it appears everytime the sidebar loads. It no longer disappears.
set them to null in servers.php. If I set them to '', each error
message appears twice.
and would disappear if I'd refresh the sidebar frame or the full
framset.
Now it appears everytime the sidebar loads. It no longer disappears.
login. Figured I leave it here since it's the title of the ticket.
Notice: Undefined index: smtphost in
/var/www/localhost/htdocs/horde/imp/lib/Session.php on line 190
Notice: Undefined index: smtpport in
/var/www/localhost/htdocs/horde/imp/lib/Session.php on line 190
State ⇒ Resolved
Using horde/imp HEAD. Last update 12.09.2005 3pm german time.
When trying to send a mail i get:
"There was an error sending your message: Unable to find class for driver"
Nothing after "driver"
Regards,
Jens
State ⇒ Assigned
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Notice: Undefined index: smtphost and smtpport
Queue ⇒ IMP
State ⇒ Unconfirmed
logging in, the following appears in my left menu sidebar.
Notice: Undefined index: smtphost in
/var/www/localhost/htdocs/horde/imp/lib/Session.php on line 190
Notice: Undefined index: smtpport in
/var/www/localhost/htdocs/horde/imp/lib/Session.php on line 190
There was no update to imp/config/servers.php.dist and it still seems
to indicate that these are only valid if my mailer type is set to
SMTP, but I am using "Using the local sendmail binary".
When I try to send a message from compose, I now get the following error:
Notice: Undefined index: type in
/var/www/localhost/htdocs/horde/imp/lib/Compose.php on line 137
Message Composition
Error There was an error sending your message: Unable to find class
for driver
My imp/config/servers.php contains the following:
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => 'localhost',
'hordeauth' => 'full',
'protocol' => 'imap/ssl/novalidate-cert',
'port' => 993,
'maildomain' => 'rosenfeld.to',
'realm' => 'rosenfeld.to',
'preferred' => '',
'dotfiles' => true,
);
I have also tried including the following in my "imap" server with no change
'smtphost' => '',
'smtpport' => '',