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 »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • WYSIWYG JS Files
Pages: [1]

Author Topic: WYSIWYG JS Files  (Read 432 times)

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
WYSIWYG JS Files
July 16, 2012, 12:23:49 pm
Today I took a Drupal 6 / CiviCRM 3.1 site and upgraded the CiviCRM DB to 4.1.5 in D6 and then transferred it to WordPress 3.4. Everything worked fine except for the TinyMCE JS file reference. Instead of the correct reference, which should something like this (which is a good reference to a different file):

Code: [Select]
<script type='text/javascript' src='http://mysite.org/wp-content/plugins/civicrm/civicrm/packages/jquery/jquery.min.js?ver=3.4'></script>
I instead see:

Code: [Select]
<script type="text/javascript" src="/packages/tinymce/jscripts/tiny_mce/jquery.tinymce.js"></script>
<script type="text/javascript" src="/packages/tinymce/jscripts/tiny_mce/tiny_mce.js"></script>

But just for those two files. I tried switching to CKeditor and they also came out starting with /packages.

Haven't figured out how to fix it, so for now, I just copied the packages/tinymce folder into the webroot. :(

But now it works anyhow.
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • WYSIWYG JS Files

This forum was archived on 2017-11-26.