joecoolio66 Posted May 29, 2010 Share Posted May 29, 2010 The HTML Editor for everything (product description, etc) seems to have disappeared in my shop admin and I have to put html tags around everything instead of using WYSIWYG functionality (which is a huge pain). Did I shut off an option somewhere? How do I get my HTML editors back? Link to comment Share on other sites More sharing options...
rocky Posted May 29, 2010 Share Posted May 29, 2010 There may be a Javascript error preventing TinyMCE from loading. Check whether it says "Done, with errors" in the bottom-left corner in IE. If it does, click the icon to view the error messages and paste them here. Link to comment Share on other sites More sharing options...
joecoolio66 Posted May 29, 2010 Author Share Posted May 29, 2010 Good idea. Here is the IE error (note we recently went live with our site and redirected our domain to point to our PrestaShop... when we did this we changed the PS Directory from /PrestaShop/ to /... I believe this is when it started happening. Here is the dump when my categories admin page loadsWebpage error detailsUser Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.4; SU 3.27; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; MS-RTC LM 8)Timestamp: Sat, 29 May 2010 12:47:30 UTCMessage: Object expectedLine: 39Char: 1Code: 0URI: http://canadacardworldblog.com/PrestaShop/admin66/index.php?tab=AdminCatalog&token=44dd1d14db47988bbdde0132e53c14d5Message: 'jQuery' is undefinedLine: 6Char: 1Code: 0URI: http://canadacardworldblog.com/PrestaShop/js/jquery/jquery.tablednd_0_5.jsMessage: Object expectedLine: 12Char: 1Code: 0URI: http://canadacardworldblog.com/PrestaShop/js/admin-dnd.js Link to comment Share on other sites More sharing options...
joecoolio66 Posted May 29, 2010 Author Share Posted May 29, 2010 This is from a specific product detail admin pageWebpage error detailsUser Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.4; SU 3.27; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; MS-RTC LM 8)Timestamp: Sat, 29 May 2010 13:13:25 UTCMessage: Object expectedLine: 39Char: 1Code: 0URI: http://canadacardworldblog.com/PrestaShop/admin66/index.php?tab=AdminCatalog&id_product=34&updateproduct&token;=44dd1d14db47988bbdde0132e53c14d5Message: Object expectedLine: 165Char: 9Code: 0URI: http://canadacardworldblog.com/PrestaShop/admin66/index.php?tab=AdminCatalog&id_product=34&updateproduct&token;=44dd1d14db47988bbdde0132e53c14d5Message: Object expectedLine: 196Char: 9Code: 0URI: http://canadacardworldblog.com/PrestaShop/admin66/index.php?tab=AdminCatalog&id_product=34&updateproduct&token;=44dd1d14db47988bbdde0132e53c14d5Message: Object expectedLine: 496Char: 3Code: 0URI: http://canadacardworldblog.com/PrestaShop/admin66/index.php?tab=AdminCatalog&id_product=34&updateproduct&token;=44dd1d14db47988bbdde0132e53c14d5Message: '$' is undefinedLine: 1005Char: 10Code: 0URI: http://canadacardworldblog.com/PrestaShop/admin66/index.php?tab=AdminCatalog&id_product=34&updateproduct&token;=44dd1d14db47988bbdde0132e53c14d5Message: Object expectedLine: 1061Char: 5Code: 0URI: http://canadacardworldblog.com/PrestaShop/admin66/index.php?tab=AdminCatalog&id_product=34&updateproduct&token;=44dd1d14db47988bbdde0132e53c14d5 Link to comment Share on other sites More sharing options...
rocky Posted May 29, 2010 Share Posted May 29, 2010 It looks like you forgot to change the "PS directory" on the Preferences tab. You should change it from "/PrestaShop/" to "/". If you can't access the Preferences tab, you'll need to edit config/settings.inc.php and change __PS_BASE_URI__ instead. Link to comment Share on other sites More sharing options...
joecoolio66 Posted May 29, 2010 Author Share Posted May 29, 2010 We originally modified the settings.inc.php file and directly changed /PrestaShop/ to /... that seems to be when this started happening... perhaps there are other files that need to be modified? As a failsafe, we put the shop back to /PrestaShop/ via the Admin Preferences, then changed it back to /, but this didn't help our problem. We're still getting those errors on IE and no HTML Editor. Link to comment Share on other sites More sharing options...
rocky Posted May 29, 2010 Share Posted May 29, 2010 From the errors, it appears that jQuery isn't being loaded. Make sure that all js/jquery/jquery-1.2.6.pack.js (and all the other js/ files) have been uploaded and are the right paths are being linked. Link to comment Share on other sites More sharing options...
joecoolio66 Posted May 29, 2010 Author Share Posted May 29, 2010 How can I validate the path? Is it possible that this is happening because my domain resolution is not yet complete? Link to comment Share on other sites More sharing options...
rocky Posted May 29, 2010 Share Posted May 29, 2010 You may be right. Wait until the domain resolution is complete, then if there is still a problem, you'll need to check your "PS directory" is right. Link to comment Share on other sites More sharing options...
Recommended Posts