On Mon, Jan 19, 2004 at 07:13:37PM -0600, Dan Rue wrote:
> Hi,
>
> I'm trying to get an install of 1.3.7 going on at a hosting facility
> (1and1.com). I have set up 1.3.7 numerous times on my own servers, but
> I am having a pesky problem with 1and1.com's setup. They are using
> standard linux/apache/mysql/php (LAMP). In fact, I can get 1.2.2 running
> without a hitch.
>
> After setting up all the config stuff, I go to the page and it loads the
> default pages from pgsrc just fine. But, when I click or refresh to go
> to my new homepage, it comes up blank. If I view source, I just see
> <html><body></body></html>. No error messages.
>
> I have scoured the code trying to find the silent error. Any
> troubleshooting tips? I know that it's connecting fine to the DB
> backend (which is on a seperate server, btw), because I see that the DB
> gets populated. Any hints/suggestions much appreciated,
> dan
Solved - Thanks to a suggestion in the forums, I set the compress output
line in index.php to false:
define('COMPRESS_OUTPUT', false);
Still not sure what the deal was, but happy to be up and running again.
Dan
|