On Wednesday 27 September 2006 09:04, Jody Cleveland wrote:
You had this:
include_once './'. drupal_get_path('module', 'tinymce') .'/plugin_reg.php';
Try changing it to this: Include_once('/var/www/html/drupal/modules/tinymce/plugin_reg.php');
Of course, you'll need to make sure that points to where your file is. Ymmv, but it worked for me.
- jody
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';