On Wednesday 27 September 2006 12:25, Jason Flatt wrote:
I'm comming at this totally blind, not having ever installed TinyMCE, nor actually having read this thread, but just looking at the code, I would be inclined to try this as a replacement:
include_once drupal_get_path('module', 'tinymce') . '/plugin_reg.php';
Using drupal_get_path() is indeed the correct way to reference a file for inclusion, as it is the most stable. If you come across a module that is not doing that, please file a bug against it as that it what it is. :-)