Closed (works as designed)
Project:
Views Bulk Operations (VBO)
Version:
6.x-1.9
Component:
Core
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2012 at 20:53 UTC
Updated:
21 Mar 2012 at 20:50 UTC
After being forced to upgrade to PHP 5.3.10 due to security patches, my Drupal site started giving a 500 Internal Server Error. While debugging this problem, I was able to determine that by removing the VBO module the site functions correctly again. I have not been able to pinpoint the exact cause of the issue yet, but I will try to post an update if I uncover it.
I have not tried the 7.x module to see if it has the same behavior.
Comments
Comment #1
bojanz commentedThere's always an exact error behind an Error 500.
You will need to look at your error log and find out what it is, in order for us to be able to debug it.
Also, make sure you're running latest VBO (1.13)
Comment #2
bojanz commentedComment #3
_doyle_ commentedWe are currently running Drupal on IIS 7 w/ FastCGI. Here is what I get from the 500 Error, I also tried setting the ErrorReporting in IIS to "PassThrough" and tried turning on Debugging in the Drupal index.php file but all I receive is the WSOD. (URL because I just re-enabled the 6.x-1.13 module.)
Error Summary
HTTP Error 500.0 - Internal Server Error
C:\PHP\php-cgi.exe - The FastCGI process exited unexpectedly
Detailed Error Information
Module FastCgiModule
Notification ExecuteRequestHandler
Handler PHP_via_FastCGI
Error Code 0x000000ff
Requested URL https://localhost:443/index.php?q=admin/build/modules/list/confirm
Physical Path \index.php
Logon Method Anonymous
Logon User Anonymous
I turned on PHP logging as well and no errors seem to be generated on that end either.
Thanks,
John
Comment #4
bojanz commentedThere is nothing I can do in that case. I have nothing to work on.
Comment #5
_doyle_ commentedIf I can find out any additional details, I will post them.
Thanks,
John
Comment #6
bojanz commentedOkay. Reopen the issue when you do.
Comment #7
ayalon commentedI have exactly the same problem with Zend Server Community Edition 5.6.0 (Php 5.3.9).
If the Views Bulk Operation Module is in the module folder, the server crashes.
ZendEnabler.log
I was not able to find the exact error.
Comment #8
ayalon commentedI was able to trace this down, but I don't know why this is a problem with php 5.3.9
Because of the hook_init() of VBO all drupal pages are affected. The bug takes down the whole drupal site.
I was able to finde the code line that creates the WSOD, but I don't understand why
views_bulk_operations.module: Line 37
Maybe someone has an idea.
Comment #9
ayalon commentedOk i found it:
https://bugs.php.net/bug.php?id=48034
The file is exactly 8192 Bytes long.
Adding or uncommenting anything in the file solved the bug.
The bug has nothing directly to do with VBO but maybe someone has the same problem.
You can solve it by changing the file size.
Comment #10
bojanz commentedThat's a really odd PHP bug. Noted.
Comment #11
marktheshark commentedSorry for reopening, but which file are you referring to in particular?
Comment #12
bojanz commentedcontent_taxonomy.action.inc