patologovic Posted November 9, 2014 Share Posted November 9, 2014 I upgraded to 1.6.0.9 from 1.5.4.1., however, I have a problem with the html editor when editing product descriptions or CMS pages. I am able to see and edit the texts in the backoffice, however, the editor does not appear and the texts come with html tags only. Could anyone help please? Link to comment Share on other sites More sharing options...
NemoPS Posted November 10, 2014 Share Posted November 10, 2014 Try replacing the AdminProductsController.php file (controllers/admin) with a clean file If it doesn't help, replace the whole themes folder within the admin one Link to comment Share on other sites More sharing options...
vekia Posted November 10, 2014 Share Posted November 10, 2014 on cms / product edit page turn on browser console, please (ctrl+shift+j in chrome) then try to open these pagas again do you see there some red errors? (in console log output) Link to comment Share on other sites More sharing options...
patologovic Posted November 10, 2014 Author Share Posted November 10, 2014 Vekia, thanks. It shows the following error: Uncaught TypeError: Cannot read property 'split' of undefined index.php:2 Link to comment Share on other sites More sharing options...
vekia Posted November 11, 2014 Share Posted November 11, 2014 ctrl+u and show first several lines of contents that you see in "view source" (ctrL+u) Link to comment Share on other sites More sharing options...
patologovic Posted November 11, 2014 Author Share Posted November 11, 2014 (edited) <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7 lt-ie6 " lang="en"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8 ie7" lang="en"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9 ie8" lang="en"> <![endif]--> <!--[if gt IE 8]> <html lang="fr" class="no-js ie9" lang="en"> <![endif]--> <html lang="sk"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=0.75, maximum-scale=0.75, user-scalable=0"> <meta name="apple-mobile-web-app-capable" content="yes"> <link rel="icon" type="image/x-icon" href="/img/favicon.ico" /> <link rel="apple-touch-icon" href="/img/app_icon.png" /> <meta name="robots" content="NOFOLLOW, NOINDEX"> Edited November 11, 2014 by patologovic (see edit history) Link to comment Share on other sites More sharing options...
patologovic Posted November 11, 2014 Author Share Posted November 11, 2014 Vekia and Nemo 1, thank you for your assistance. The problem is solved, I had to replace the files in the js/tiny_mce/ folder by the newest version (4.1.6) downloaded from http://www.tinymce.com/download/download.php. The Tiny MCE version in the 1.6.0.9 installation package might be outdated. 1 Link to comment Share on other sites More sharing options...
Recommended Posts