[support] TinyMCE install issue

Halter, Shari SHalter at ThorntonTomasetti.com
Wed Sep 27 16:25:45 UTC 2006


Thank you for your help.
-shari 


Shari L. Halter
Web Programmer, Corporate Services
Thornton Tomasetti
51 Madison Avenue
New York, NY  10010
T 917.661.7800  F 917.661.7801  
D 917.661.7970  
SHalter at ThorntonTomasetti.com



-----Original Message-----
From: Jody Cleveland [mailto:Cleveland at winnefox.org] 
Sent: Wednesday, September 27, 2006 12:05 PM
To: support at drupal.org
Subject: RE: [support] TinyMCE install issue

Hello,

> Has anybody had any luck with getting the TinyMCE plugin to 
> work after encountering this problem?    
> 
> warning: 
> _tinymce_get_buttons(./modules/tinymce/plugin_reg.php): 
> failed to open stream: No such file or directory in 
> /export/archivist/modules/tinymce/tinymce.module on line 377.

Yeah, I actually have this problem with most modules I install. What's
always worked for me is to modify that include one line to include the full
path.

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
--
[ Drupal support list | http://lists.drupal.org/ ]

<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
The information in this email and any attachments may contain
confidential information that is intended solely for the
attention and use of the named addressee(s).  This message or
any part thereof must not be disclosed, copied, distributed or
retained by any person without authorization from the addressee.
If you are not the intended addressee, please notify the sender
immediately, and delete this message. 
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>


More information about the support mailing list