CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • Using TinyMCE leads to entries in Apache error log
Pages: [1]

Author Topic: Using TinyMCE leads to entries in Apache error log  (Read 1632 times)

ken

  • I live on this forum
  • *****
  • Posts: 916
  • Karma: 53
    • City Bible Forum
  • CiviCRM version: 4.6.3
  • CMS version: Drupal 7.36
  • MySQL version: 5.5.41
  • PHP version: 5.3.10
Using TinyMCE leads to entries in Apache error log
June 21, 2009, 02:36:20 am
When I send a CiviMail, the following two errors appear in the Apache error log ...

Quote
[Sun Jun 21 16:27:47 2009] [error] [client 121.44.113.188] File does not exist: .../packages/tinymce/jscripts/tiny_mce/plugins/imagemanager, referer: ...
[Sun Jun 21 16:27:47 2009] [error] [client 121.44.113.188] File does not exist: .../packages/tinymce/jscripts/tiny_mce/plugins/filemanager, referer: ...

I fixed this by applying the following patch to remove the references to 'imagemanager' and 'filemanager' ...

Code: [Select]
--- /data/Download/CiviCRM/civicrm-2.2.0-joomla-alt/admin/civicrm/packages/HTML/QuickForm/tinymce.php 2009-06-19 12:53:52.000000000 +1000
+++ tinymce.php 2009-06-21 18:35:46.000000000 +1000
@@ -146,7 +146,7 @@
     mode : "textareas",
     theme : "advanced",
     editor_selector : "form-TinyMCE",
-    plugins : "safari,spellchecker,layer,table,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,pagebreak,imagemanager,filemanager",
+    plugins : "safari,spellchecker,layer,table,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,pagebreak",
     theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,fontselect,fontsizeselect",
     theme_advanced_buttons2_add : "separator,insertdate,inserttime,preview,separator,forecolor,backcolor",
     theme_advanced_buttons2_add_before: "cut,copy,paste,pastetext,pasteword,separator,search,replace,separator",

Chris Burgess

  • Ask me questions
  • ****
  • Posts: 675
  • Karma: 59
Re: Using TinyMCE leads to entries in Apache error log
June 30, 2009, 08:13:16 pm
http://issues.civicrm.org/jira/browse/CRM-4693
@xurizaemon ● www.fuzion.co.nz

ken

  • I live on this forum
  • *****
  • Posts: 916
  • Karma: 53
    • City Bible Forum
  • CiviCRM version: 4.6.3
  • CMS version: Drupal 7.36
  • MySQL version: 5.5.41
  • PHP version: 5.3.10
Re: Using TinyMCE leads to entries in Apache error log
July 01, 2009, 03:59:38 am
Thanks!

(Greetings from across the Tasman, bro!)

Chris Burgess

  • Ask me questions
  • ****
  • Posts: 675
  • Karma: 59
Re: Using TinyMCE leads to entries in Apache error log
July 01, 2009, 02:47:58 pm
No worries Ken! Hey, that patch has been merged into CiviCRM now, so will probably be available on the next release.

We did a big site upgrade just recently, and I've been stalking the error logs looking for trouble. This one was ringing a bell that didn't need to be rung, but I'd been too lazy to identify the fix until I saw your post - so thank you!
@xurizaemon ● www.fuzion.co.nz

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • Using TinyMCE leads to entries in Apache error log

This forum was archived on 2017-11-26.