[support] TinyMCE install issue

Jason Flatt drupal at oadae.net
Wed Sep 27 17:25:39 UTC 2006


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';

-- 
Jason Flatt
http://www.oadae.net/
Father of Six:  http://www.flattfamily.com/ (Joseph, 13; Cramer, 11; Travis, 
9; Angela; Harry, 5; and William, 12:04 am, 12-29-2005)
Linux User:     http://www.sourcemage.org/
Drupal Fanatic: http://drupal.org/


More information about the support mailing list