Closed (fixed)
Project:
Textimage
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2009 at 14:09 UTC
Updated:
16 Aug 2012 at 18:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
decipheredWhat other modules are you using?
It sound's like another module is causing a namespace issue, and just because it's defining 'PREG_CLASS_PUNCTUATION', doesn't mean it's got the same value.
Cheers,
Deciphered.
Comment #2
decipheredClosed due to lack of response.
Comment #3
Garrett Albright commentedWe got bit by this one.
PREG_CLASS_PUNCTUATION is defined in search.module. In fact, it looks like the definition in textimage.module is just a copy-paste of what's in search.module.
I'm surprised we didn't run into this problem earlier… but recently when we tried updating our codebase to use the most recent release of Pressflow, we had some really bizarre WSOD problems where this error would happen while modules were being loaded, and it would cause Drupal/Pressflow to try to fire up the theme engine and print the error apparently, causing undefined function errors when stuff in the theme layer tried to cause functions in modules which weren't loaded yet.
Patch attached. Tempted to mark this as "critical," since this problem pretty much kills us, but since apparently nobody else has had to use this issue since January, I'll settle for "normal."
Comment #4
Garrett Albright commentedChanging version to 6.x - co-worker just noticed that. Perhaps this is only an issue in 6.x?
Comment #5
wundo commentedFixed