Horde problem after update

nyjimbo

Well-Known Member
Jan 25, 2003
1,136
1
168
New York
After some recent upcp and eximup work my customers are now reporting that when they go to the Horde webmail it comes up with "No input file specified." and nothing else.

I tried it and it produces the same thing. It was working before the updates. Anyone else getting this ?

This is on a Freebsd 5.4 server.
 

yayyo

Well-Known Member
Jul 10, 2004
61
0
156
London, UK
cPanel Access Level
Root Administrator
I received the same horde "No input file specified" error this am. About five minutes later all was well. It appears that there was a major horde update today and I had been trying to use horde while the update was actually in progress.

From /scripts/upcp log:-
Installed Version: 10.8.2-RELEASE_119
Newest Version: 10.9.0-RELEASE_32

YMMV
Marty
 

AndyReed

Well-Known Member
PartnerNOC
May 29, 2004
2,217
4
193
Minneapolis, MN
nyjimbo said:
when they go to the Horde webmail it comes up with "No input file specified." and nothing else.

I tried it and it produces the same thing. It was working before the updates. Anyone else getting this ?
Make sure that Zend Optimizer is running and the the latest release. You might want to re-install ZO, just in case. If that doesn't help, see if you can repair Horde DB using PhpMyAdmin.
 

vinonuevo

Member
Oct 9, 2006
9
0
151
Juarez, Mexico
other error

usings:

/scripts/upcp -- force

I got this error on Horde:

Internal Server Error
Unable to open engine binary (php) at cpsrvd-ssl.pl line 4484
main::phpHandler() called at cpsrvd-ssl.pl line 3385
main::dodoc_webmaild() called at cpsrvd-ssl.pl line 637
main::dodoc() called at cpsrvd-ssl.pl line 543




Using: /scripts/fixwebmail


chown: cannot access `/usr/local/etc/cpanel/base/webmail/data': No such file or directory
chmod: cannot access `/usr/local/etc/cpanel/base/webmail/data': No such file or directory


sorry I'm new using cpanel
 

fmalekpour

Well-Known Member
PartnerNOC
Dec 4, 2002
85
1
158
Try:

mv /var/lib/mysql/horde /var/lib/mysql/horde_backup
/scripts/fullhordereset

That will reset all horde settings, Note that user preferences will be reset, but that seems to be the only way to get the horde to work again.

- Farhad