Re: Empty file uploads

2005-03-02 Thread Robert Norris
> Anyone seeing this? Where should be looking to find the solution? Just FYI, while working on something else within the same Embperl::Object tree today, I screwed up some code, so it failed to compile. I got this in the Apache error log: [Thu Mar 03 14:24:00 2005] [error] [2743]ERR: 24: Error

RE: Embperl 1.3 to 2.0 conversion issues, configuring Apache

2005-03-02 Thread Gerald Richter
> Do you have a ClearModuleList in your config? > > > Yes, this is how we've been loading these modules for about 5 years. > Please try without the ClearModuleList and the AddModule's Gerald > ClearModuleList > AddModule mod_env.c > AddModule mod_log_config.c > AddModule mod_mime.c > A

RE: Embperl 1.3 to 2.0 conversion issues, configuring Apache

2005-03-02 Thread Trey Hyde
On Wed, 2005-03-02 at 06:47 +0100, Gerald Richter wrote: > snippet from my apache config: > Do you have a ClearModuleList in your config? Yes, this is how we've been loading these modules for about 5 years. ClearModuleList AddModule mod_env.c AddModule mod_log_config.c AddModule mod_mim

RE: Problems with print OUT before $http_headers_out

2005-03-02 Thread Gerald Richter
Hi! > > We have a problem. After a "major" upgrade from perl 5.8.2 to > 5.8.6, and modperl mod_perl-1.99_13 and then Embperl 2.0rc2. > Some scripts (sorry) have some print OUT before > $http_headers_out{Location}, this has worked before but now > it seems to print the contents of print OUT bef

Problems with print OUT before $http_headers_out

2005-03-02 Thread Stefan Cars
Hi! We have a problem. After a "major" upgrade from perl 5.8.2 to 5.8.6, and modperl mod_perl-1.99_13 and then Embperl 2.0rc2. Some scripts (sorry) have some print OUT before $http_headers_out{Location}, this has worked before but now it seems to print the contents of print OUT before it sends