Support (offered by community volunteers) > Upgrading CiviCRM

WYSIWYG JS Files

(1/1)

Hershel:
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: ---<script type='text/javascript' src='http://mysite.org/wp-content/plugins/civicrm/civicrm/packages/jquery/jquery.min.js?ver=3.4'></script>
--- End code ---

I instead see:


--- Code: ---<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>

--- End code ---

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.

Navigation

[0] Message Index

Go to full version