Premature end of header scripts

carlo_gra

Verified User
Joined
Aug 7, 2007
Messages
56
Hello, I've strange problem: recently I've upgraded my server and everything Is working fine except Roundcube and PhpMyAdmin.

I obtain "Premature end of header scripts" only for RC and PhpMyAdmin: SquirrelMail and UebiMiau are working fine. User's domains are working fine.

Permissions are ok.


Have you got ideas (I've recompiled all daemons)?


Thanks,


Carlo
 
Hello,

Are you using php CLI (default) or php CGI (suPhp) ?

Try:

/usr/local/bin/php /var/www/html/roundcube/index.php

to see if you get any obvious errors.

Also try:

cd /usr/local/directadmin/custombuild
./build rewrite_confs
./build roundcube

John
 
Hello,

Are you using php CLI (default) or php CGI (suPhp) ?

Try:

/usr/local/bin/php /var/www/html/roundcube/index.php

to see if you get any obvious errors.

Also try:

cd /usr/local/directadmin/custombuild
./build rewrite_confs
./build roundcube

John

I've solved by:

Code:
./build clean
./build php y

And without re-build RoundCube.

Thanks for your help. :)
 
Back
Top