Cicerone80
Trekkie

Offline
Posts: 15
|
 |
« on: December 12, 2009, 12:37:20 PM » |
|
Hellò The default editor TinyMCE 2.0 of Joomla 1.5 of my web-site does not work on the frontend with any kind of permission, that is not working or if the' registered user is an author, nor if 'registered user is an editor, even if it is a publisher.  When I click on 'Submit an Article' of the 'User Menu' appears a comic editor that has only a box for inclusion of the title, another box for inclusion of the text, and two buttons 'Save' and 'Cancel' and below it 's a white background for text.  Moreover, this funny and skeletal editor allows me only to insert the title of article, but does not allow me to insert the text, and then the buttons' Save' and 'Cancel' does not work. I tried to install JCE 1.5.6, but the same does not work.  It is possible that something is wrong with the core files of Joomla.  If the author is a friend, I do send via e-mail the article, which I public via back-end. But I can not find a solution to the registered user anonymous. What do you advise me to do? Thank you.  Cicerone80
|
|
|
|
|
Logged
|
|
|
|
Troy L
Support
Galactic Royalty
   
Offline
Posts: 405
Darkwolf
|
 |
« Reply #1 on: December 13, 2009, 02:26:08 AM » |
|
Have not had much experience with tinyMCE however for JCE I have found it works best on linux hosting (if you are on basic, this is what you have), have to have all folders set to permissions of 755 and file set to 644.
You will also want to make sure if using JCE to have php5 enabled from within cpanel. While it does work on php4, I have found works best on php5
I have noticed however that for some reason, joomla causes the files to change ownership or cause files to change to incorrect permissions, so you will want to check these via an FTP program such as filezilla.
|
|
|
|
|
Logged
|
|
|
|
|
MrPhil
|
 |
« Reply #2 on: December 13, 2009, 07:14:33 AM » |
|
TinyMCE is, AFAIK, purely Javascript. I haven't used it in ages, but have some suggestions. If it's not showing up at all, it's possible that the .js files are corrupted or in the wrong place or have wrong permissions. View > Page source and see what .js files it wants, and see if they're there and readable. If it's present on the page, but not fully functioning, check that the browser has Javascript enabled. Otherwise, if the editor permits the full WYSIWYG markup but other functions aren't working, I don't think the problem is in TinyMCE. You might try it on IE6 to see if it gives you any Javascript errors (IE6 seems to be much less forgiving of bad JS than Firefox). If this editor is built-in to Joomla (not an add-on of yours), presumably all the HTML coding is correct.
|
|
|
|
|
Logged
|
|
|
|
|
|
|
MrPhil
|
 |
« Reply #4 on: December 13, 2009, 02:14:14 PM » |
|
And of course, your browser has Javascript enabled, right?
|
|
|
|
|
Logged
|
|
|
|
Cicerone80
Trekkie

Offline
Posts: 15
|
 |
« Reply #5 on: December 21, 2009, 02:29:40 AM » |
|
Dear Troy L and MrPhil.
Excuse me if I have not responded, but for a few days I have been sick with a fever. Then, when I recovered, I have followed the trend of tickets Lunarpages staff, and I have temporarily solved the problem by restoring the site. Then, the old problem was partially resolved. However, I have treasured your advice and went to read the link.
Now the problem is another! Following an operation to restore my site, have appeared strange characters, like ¨ Ã, Â Ã, Ã ¬ Ã ¨, Ã ¹, Which are in place of accented vowels. The restore operation is this: in fact, the root public_html public_html_old has been renamed, and then it was done restoring the public_html folder, perhaps the cause is due to the fact that the servers have generally editor coarse but very fast ... but that's not what interests me! I would just like to know if there is a program or some technique that can convert those strange characters in the original character. Someone help me?
Cicerone80
|
|
|
|
|
Logged
|
|
|
|
|
MichaelT
|
 |
« Reply #6 on: December 21, 2009, 04:07:06 AM » |
|
Now the problem is another! Following an operation to restore my site, have appeared strange characters, like ¨ Ã, Â Ã, Ã ¬ Ã ¨, Ã ¹, Which are in place of accented vowels.
Hi Cicerone80, If you haven't already, please send an email to support@lunarpages.com regarding this with any link to the pages you are seeing it, etc.
|
|
|
|
|
Logged
|
|
|
|
|
MrPhil
|
 |
« Reply #7 on: December 21, 2009, 06:30:31 AM » |
|
When you see accented letters appear as pairs of odd letters, what's usually happening is that your database and/or application is creating text encoded in UTF-8, but the page is marked as Latin-1 (ISO-8859-1). In UTF-8, European language accented characters come out as pairs of bytes, which happen to be various Latin-1 accented characters if that's what your page is displaying as.
Check your database and Joomla settings that they are consistent (probably as UTF-8), and that Joomla is configured to display in the same encoding (UTF-8). You can View > Page source in your browser and look at the "Content-Type" <meta> tag up near the top. Once they're all singing from the same book, you should see the correct accented characters.
|
|
|
|
|
Logged
|
|
|
|
Cicerone80
Trekkie

Offline
Posts: 15
|
 |
« Reply #8 on: December 22, 2009, 03:20:07 AM » |
|
Dear Mr.Phil I check my database and Joomla settings. I do not know if I tried to correct and just. I did this: My account on Lunarpages cPanel -> phpMyAdmin-> Database of my site: MySQL Character Set: UTF-8 Unicode (utf8). Collation: utf8_general_ci I viewed> Page Source in my browser and I looked at the "Content-Type" tag <meta> up near the top, I read this: Source of: http://lanostrapiazzetta.net - Mozilla Firefox: <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Cicerone80
|
|
|
|
|
Logged
|
|
|
|
|
MrPhil
|
 |
« Reply #9 on: December 22, 2009, 06:46:15 AM » |
|
This is material (text) that you or members put into the database, rather than hard-coded Joomla language files? Does it happen with new material, or just with old (from before the restore)? If it happens to new material, I'm stumped -- you say the database, Joomla settings, and page display are all UTF-8? If new material works OK, but old material gets displayed as pairs of letters (for accented characters), all I can think of is that something got corrupted during the backup or restore.
Go into phpMyAdmin and "browse" your Joomla database. Do a View > Page source to confirm that the page is displaying in UTF-8, rather than Latin-1/ISO-8859-1. Do the entries look OK there, but are corrupted when displayed on the Joomla page? If they are bad, even in the database, then it sounds like whoever did the backup and restore did some kind of "conversion" in the process, to make the pairs of UTF-8 bytes (for accented characters) be treated as Latin-1, and then they were converted to equivalent pairs of UTF-8 characters. What was originally a two-byte UTF-8 accented character became two one-byte Latin-1 accented characters, became two two-byte UTF-8 accented characters?
I think whoever did the backup and restore on your site has some investigating to do, to see where the process went off the tracks, and to see what might be done to correct it. If you now have pairs of "wrong" UTF-8 characters in your database, worst case you'll have to manually edit all the text fields in the database to replace them with single UTF-8 characters. Let's hope it's not that bad, and can be fixed without manual editing of everything.
|
|
|
|
|
Logged
|
|
|
|
Cicerone80
Trekkie

Offline
Posts: 15
|
 |
« Reply #10 on: December 22, 2009, 08:44:51 AM » |
|
Dear MrPhil. I wrote an article of evidence, and then I 'vie published: The characters are regular, fixed (only utf8), so the new text is ok, and the problem only affects the old test (from before the restore). In the database I've seen that only the table is jos_content_extravote collation: latin1_swedish_ci. All other tables are utf8. The strange characters are present only in the content of the articles and titles of articles, and so the problem is only in the database, but only for old [/ i] text. Patience! I decided correct everything manually. But will send an email to support@lunarpages.com to understand what happened. Mr Phil, thanks, thanks, thanks!
Cicerone80
|
|
|
|
|
Logged
|
|
|
|
|