I wonder about invoking:
-node_load
-entity_load
and others.

I encountered with a website crash error using such calls. Something became wrong in a cache, even 'drush cc all' did not work.

If it possible (it is very important for me) what should I do?

I tried to increase a bootstrap level, but only a DRUPAL_BOOTSTRAP_FULL was working. This is not acceptable.

Any idea?
Upgrade the module to 7.x-2.0-beta1?

Comments

ArtuDrop created an issue. See original summary.

markhalliwell’s picture

Priority: Major » Normal
Status: Active » Closed (works as designed)

The purpose of this module is to only bootstrap Drupal as little as needed. Depending on site build/desired functionality necessary for the callback to function will depend on the numerous functions a callback may ultimately invoke. It is up to the developer who implements the callback to determine what is necessary for a callback to work. Anything else is outside the scope of this project.

Also, the 7.x-1.x branch is outdated and full of bugs. Use the 7.x-2.x branch instead.