Does anybody has a solution to this tipe of error..?
------
line 83
chart 2
'tinyMCE' is undefined
code 0
URL http://emprendevision.com/blogs
----------------------
line 73
chart 6
'tinyMCE' is undefined
code 0
URL ../pageBuilder.php
---------------------------
line 83
chart 2
'tinyMCE' is undefined
code 0
URL ../articles.php?....
thx..
http://www.emprendevision.com/blogs or
and you will see the JS error..
thx
Yes I was working all night yesterday trying to find the solution and I found that there were some files that had different tinyMCE.JS references in its code, like this.
<!-- tinyMCE -->
<script language="javascript" type="text/javascript" src="http://www.emprendevision.com/plugins/tiny_mce/tiny_mce_gzip.js
<!-- tinyMCE gz -->
<script type="text/javascript" src="{$site['plugins']}tiny_mce/tiny_mce_gzip.js"></script>
replaced see more
I struggled for hours to fix the tinymce Text Editor issue. It works for me now.
Files effected:
admin/basic_settings.php
inc/classes/BxDolPageViewAdmin.php
templates/base/scripts/BxBaseConfig.php