I'm using a previous release candidate as suggested by a user (http://drupal.org/node/841372#comment-3211468) because of sorting issues, and I would like to embed these browsers in other nodes.

Use case: A department controls multiple non-heirarchical folders, necessitating multiple filebrowsers, but I'd like a single CCK page with each of their filebrowsers displayed in one place, including explanatory text above each one).

I'm attempting to use the http://drupal.org/project/node_embed module for it, but when I attempt to save or update a node embedding a filebrowser (incidentally, only a fb node with an actual folder to browse, not one with an empty folder), it immediately crashes Apache.

At the time of the crash, the Apache log file shows:
[Tue Jul 27 16:11:57 2010] [notice] Parent: child process exited with status 3221225725 -- Restarting.

I have found that I can go to admin/content/node and find my new container page, and clicking on it, I see a working page with multiple filebrowsers embedded, but if I try to edit and resave that page, the crash happens again.

I have tried using node_embed to work with other content types and do not see the same problems, so assume that Filebrowser may be partly to blame.

Cross-posted at http://drupal.org/node/865700 because I can't tell which module is causing the issue, this older version of Filebrowser is taking care of my needs otherwise.

Comments

Yoran’s picture

Can you give a try to last dev ?

Yoran’s picture

Status: Active » Postponed (maintainer needs more info)
Yoran’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

no answer, no problem ;p

strategictech’s picture

You can fix this by setting the
pcre.backtrack_limit and pcre.recursion_limit lower!

you can do this in settings.php I opted to set it in my .htaccess like so:

php_value pcre.backtrack_limit 100
php_value pcre.recursion_limit 100