This occurred after uploading the internationalization module, the patches and adding the table necessary to my database.

I've had this issue before but turned caching OFF and that cured the problem until now - NOW I'm hung out to dry from my site completely. WHAT does this line have to do with this module?

Is there a conflict somewhere? THANK GOD I saved my common.inc/bootstrap.inc/module.inc/node.module/taxonomy.module for reuse

Comments

tulula’s picture

Seems to be with the patch applied specifically to the bootstrap.inc.

I don't know the correlation... but can't use this module until I get to SOMETHING with this.

jose reyero’s picture

I haven't used codefilter, but the problem seems related to this:

i18n patches -for 4.5- change a little bit the init system, so all the modules -with init/exit hook- are included now from bootstrap.inc.

This shouldn't be a problem for other modules as when they implement that hooks, they should be ready to be included either from bootstrap.inc or from common.inc, depending on cache system. But it looks like it is with codefilter module. It is calling a funcion that is in common.inc, though it may have not yet been included.

I won't fix this in this version of i18n, as it would require reworking the *whole* module's init system, and it really performs some critical tasks on 'init' hook.

However, it is completely different in the CVS version -for 4.6-, the module init system has been rewritten

So I suggest you try one of this:

- Try reporting the bug in codefilter.module. Should be a simple patch
- Use Drupal 4.6 RC and cvs version of i18n.