Horde addition in 81/82 breaks

dRiver

Active Member
Aug 11, 2002
27
0
151
Hi Guys,

nice quick work with the new mail script but it breaks the default email box which still links to neomail.pl resulting in a 404
 
B

bdraco

Guest
[quote:9f1b61f63a][i:9f1b61f63a]Originally posted by dRiver[/i:9f1b61f63a]

Hi Guys,

nice quick work with the new mail script but it breaks the default email box which still links to neomail.pl resulting in a 404[/quote:9f1b61f63a]

I'm not sure I understand what you mean, neomail isn't gone .. where are you getting a 404?
 

dRiver

Active Member
Aug 11, 2002
27
0
151
pops.html

main account------&& read webmail

which links to neomail/******/neomail.pl
 
B

bdraco

Guest
[quote:149c5f5f39][i:149c5f5f39]Originally posted by dRiver[/i:149c5f5f39]

pops.html

main account------&& read webmail

which links to noemail.pl[/quote:149c5f5f39]

hmm .. neomail is still there, not sure what the problem is.
 
B

bdraco

Guest
[quote:44f50fc8dc][i:44f50fc8dc]Originally posted by dRiver[/i:44f50fc8dc]

all other email boxes work fine[/quote:44f50fc8dc]

Please submit a support ticket so I can look at this.
 

JustinK

Well-Known Member
Sep 4, 2001
251
0
316
just adding in a &me too& to this. I just tested it and the url it gives for neomail is giving a 404:
http://www.domain.com/neomail/username/neomail.pl
 

torwill

Well-Known Member
Jun 25, 2002
141
0
166
Fatal error: Failed opening required 'PEAR.php' (include_path='') in /usr/local/cpanel/base/horde/lib/Registry.php on line 4
---------------------------------------------------------------------------------

I got this error when accessing &Horde&......... how could i fix it?
 
B

bdraco

Guest
[quote:00ea8c6c99][i:00ea8c6c99]Originally posted by JustinK[/i:00ea8c6c99]

just adding in a &me too& to this. I just tested it and the url it gives for neomail is giving a 404:
http://www.domain.com/neomail/username/neomail.pl

[edit] in addition I got an error about line 93 in the server.php file:
'maildomain' =& $_SERVER['DNS'],

I changed that to:
'maildomain' =& $_SERVER['HTTP_HOST'],

and the error's now gone.
[/quote:00ea8c6c99]

try

killall -9 cpaneld webmaild
/usr/local/cpanel/startup

and change it back to DNS
 

JustinK

Well-Known Member
Sep 4, 2001
251
0
316
Nope, no neomail still. Put DNS back and now this message returned:

Notice: Undefined index: DNS in /usr/local/cpanel/base/horde/imp/config/servers.php on line 93

Warning: Cannot add header information - headers already sent by (output started at /usr/local/cpanel/base/horde/imp/config/servers.php:93) in /usr/local/cpanel/base/horde/lib/Secret.php on line 95


It's probably just me, but it appears as though that's not a valid variable. It's not something displayed when one brings up a php page with phpinfo();