karma_75 2009-01-13 16:35
Hi there. I have recently installed qucik.cart 3.2. My problem is I don't see any editor in the admin section. Only a plain text area to write a description in html format. I have also changed all file attributes to 777 for all the folders bu no luck.. Anyone knows why this is happening? Tinymce doesn't work at all.. Thanx
» Quick.Cart v3.x karma_75 2009-01-13 19:22
check your browser settings. Some browsers are set up in such a way that they do not support these advanced features. Also try the administration in Firefox 3 or Opera 9. It should work ok. If not, check the setting in administration>settings (use WSYIWYG editor).
karma_75 2009-01-14 09:33
Thanx 4 the quick reply. I found this in the code (both in IE and Firefox) ------------------------------------------- "Error: tinyMCE is not defined Source File: admin.php?p=p-form&iPage=7 Line: 655" Code: <script language="javascript" type="text/javascript" src="plugins/tinymce/jscripts/tiny_mce/tiny_mce.js"></script> <script language="javascript" type="text/javascript"> tinyMCE.init({ -------------------------------------------- I've checked the "tiny_mce.js" file and found nothing which may cause this error. Any ideas?
karma_75 2009-01-14 09:49
I've solved it. Thanks. My ftp software (stupid filezilla!) did not transfer the "plugins/tinymce/jscripts/tiny_mce/themes/" folder.. :)