PLEASE REMOVE DAVID.NGUYEN@CINGULAR.COM FROM THIS MAILING LIST. THANK YOU -----Original Message----- From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Jason Flatt Sent: Wednesday, September 27, 2006 10:26 AM To: support@drupal.org Subject: Re: [support] TinyMCE install issue 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/ -- [ Drupal support list | http://lists.drupal.org/ ]