Hello,

I've upgraded my server (VPS) from php 5.2.13 to 5.3.10 and I get this error loading my web:

Error 324 (net::ERR_EMPTY_RESPONSE): Error desconegut.

where "Error desconegut" means "Unknown error" in English.

and I get a white (blank) page.

I've discovered it happens only if I have enabled any of my 3 views blocks.

You can test here:

http://www.calbasi.net/web/test

and here you have the web, rendered OK, because views blocks have been disabled: http://www.calbasi.net/web

I have got other webs hosted on this server, and I think they all are OK, even with views enabled. For example www.delaterra.net

I could try to upgrade to Views 3.x but if you want to test this error, I'll hold the 2.x version to let you test this bug ;-)

Ps.: my server has not php "apc" acceleration, as suggested here, as a possible error source

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dawehner’s picture

Status: Active » Postponed (maintainer needs more info)

Maybe it would help to show actual php errors see http://drupal.org/node/158043
With this it's much easier to actually understand what's going on your site. Maybe you could ask your hoster, whether they have an idea.

calbasi’s picture

Version: 6.x-2.16 » 6.x-2.2
Status: Postponed (maintainer needs more info) » Active

Thanks, I'm trying to get the php errors, as described in the document... I post here the info as soon as I get it...

In the other hand, I've discovered other of my webs has this error too. It seems the commont element is Views Slideshow module. But I don't close this ticket (but I'll reply it at Views Slideshow issues list) because at calbasi.net, even when I disabled Views Slideshow module, the error appears in a block view (that don't use views slideshow style, what is used in other display).

These two webs have, both, other views displys running well (uc_catalog in calbasi.net and customized views in espaivertical.net).

calbasi’s picture

Ok, my error.log shows tat:

less /usr/local/apache/logs/error_log

...
[Mon Feb 27 20:28:22 2012] [notice] child pid 7467 exit signal Segmentation fault (11)
[Mon Feb 27 20:28:23 2012] [notice] child pid 7699 exit signal Segmentation fault (11)
[Mon Feb 27 20:29:44 2012] [notice] child pid 7472 exit signal Segmentation fault (11)

calbasi’s picture

admin/reports/dblog shows nothing ;-) (I supose the error crash the proces before)

steeph’s picture

After migrating a site from a server using PHP 5.2 to a server running PHP 5.3 I had the same issue (But with Views 3). I got the error only on pages that contained a view that uses "Group multiple values". All other views worked fine. I also got nothing in the error_log. Maybe it's the same issue with yours.

Switching to PHP 5.2 solved it for now.

calbasi’s picture

I've disabled views slideshow style and used unformatted (as suggested here). And I get the same error. I suppose that means it's NOT a views_slideshow error, but a Views error, isn't it?

steeph’s picture

I got this error after moving to a new host with PHP 5.3 (from PHP 5.2). In my case the error only occurred when a view had "Group multiple values) enabled. Hope it helps.

Anybody’s picture

Hi,

we're having the same issue with PHP 5.3.14 and I can confirm that the problem occurs when "Group multiple field values" is activated (like screenshot attached shows).

There must be something inside the code that leads to problems. Eventually we will have a closer look for our customer soon.

Any ideas so far?

Anybody’s picture

You can find the Screenshot attached here.

The site was running without any problems unter PHP 5.2

Anybody’s picture

Okay, further information!

The bug can be "workarounded" by simply changing the "link to node" selection if grouping Field: Imagefield (at least in our case). If you use the imagefield link instead of the views-option link to node, no error occurs anymore.

garbo’s picture

Big props and thanks for finding this problem and posting the solution!

I was having troubles with a view that caused a frontpage from not loading. This solution fixed it!

Anybody’s picture

Here you can find the solution in German. Perhaps other users may use Google Translate to understand how it works. Furthermore I've used some screenshots that may be helpful for all: http://julian.pustkuchen.com/drupal-6-php-53-views-mehrfachwerte-gruppie...

Anybody’s picture

Issue tags: +PHP 5.3, +PHP 5.3 compatibility

Added some important issue tags. @Author: Please rename the title of this issue to [...]php 5.3.10[...] (add a "5." please)

Thanks a lot :)

dawehner’s picture

Anybody can change the title of the issue :)

Anybody’s picture

Title: Error 324 (net::ERR_EMPTY_RESPONSE) and php 3.10 upgrade » Error 324 (net::ERR_EMPTY_RESPONSE) and php 5.3.10 upgrade

Sorry, my mistake!

Chris Matthews’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

The Drupal 6 branch is no longer supported, please check with the D6LTS project if you need further support. For more information as to why this issue was closed, please see issue #3030347: Plan to clean process issue queue

apaderno’s picture

Issue tags: -views, -, -php 5.3.10, -error 324