6.0.0-beta1
7/30/25

[#2589] Notice: Undefined index: smtphost and smtpport
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

History
09/14/2005 01:01:47 AM rosenfeld (at) alum (dot) mit (dot) edu Comment #10 Reply to this comment
Thanks.  Works for me.
09/14/2005 12:37:54 AM Michael Slusarz Comment #9 Reply to this comment
The undefined index error has been fixed in HEAD.
09/13/2005 11:03:27 PM rosenfeld (at) alum (dot) mit (dot) edu Comment #8 Reply to this comment
I should have checked closer.  In addition to still having the 
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.
09/13/2005 03:18:09 AM rosenfeld (at) alum (dot) mit (dot) edu Comment #7 Reply to this comment
Nope.  It used to only appear the first time the left sidebar loaded
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.
I get one each of the error messages if I omit the two arguments or 
set them to null in servers.php.  If I set them to '', each error 
message appears twice.
09/13/2005 03:03:16 AM rosenfeld (at) alum (dot) mit (dot) edu Comment #6 Reply to this comment
Nope.  It used to only appear the first time the left sidebar loaded 
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.
09/13/2005 02:58:55 AM Chuck Hagenbuch Comment #5 Reply to this comment
how about now?
09/12/2005 10:25:53 PM rosenfeld (at) alum (dot) mit (dot) edu Comment #4 Reply to this comment
Sync'd again.  I can now send messages, but still get the following at 
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
09/12/2005 02:04:04 PM Chuck Hagenbuch Comment #3
State ⇒ Resolved
Reply to this comment
This should be fixed now. Bad Jason.
09/12/2005 01:51:53 PM jens (at) peino (dot) de Comment #2 Reply to this comment
Jan told me to add my issue here...

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






09/12/2005 01:02:15 PM Chuck Hagenbuch Assigned to eraserhd
State ⇒ Assigned
 
09/12/2005 12:43:03 PM rosenfeld (at) alum (dot) mit (dot) edu Comment #1
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Notice: Undefined index: smtphost and smtpport
Queue ⇒ IMP
State ⇒ Unconfirmed
Reply to this comment
I updated to CVS IMP,  Horde, and Framework this morning.  After 
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' => '',


Saved Queries