Joomla-Update macht Probleme mit TinyMCE

Nach mein Update auf Joomla 1.514 funktioniert mein TinyMCE Editor nicht mehr. Ich kann nun keinen neuen Beitrag erstellen, da alle Symbolleisten fehlen. Neben den Weiterlesen-Button habe ich nun einen weiteren Button mit der Aufschrift “Toggle editor”. Ein Click darauf bewirkt nichts.
Folgende Lösungen habe ich probiert:

  1. Update von TinyMCE 2.0 auf TinyMCE 3.2.-> ohne Erfolg
  2. Installation anderer Editoren:
  • JCE 1.5.2 -> das gleiche wie bei TinyMCE
  • Joomla FCK -> funktioniert mit vielen Fehlermeldungen
    wie z.B.:
    [size=85]JFolder::create: Infinite loop detected

[code]Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/users/ttvwurzen/wwwplugins/editors/fckeditor) is not within the allowed path(s): (/users/ttvwurzen/temp:/users/ttvwurzen/www) in /users/ttvwurzen/www/libraries/joomla/filesystem/file.php on line 283

Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/users/ttvwurzen/wwwplugins/editors) is not within the allowed path(s): (/users/ttvwurzen/temp:/users/ttvwurzen/www) in /users/ttvwurzen/www/libraries/joomla/filesystem/folder.php on line 392

Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/users/ttvwurzen/wwwplugins) is not within the allowed path(s): (/users/ttvwurzen/temp:/users/ttvwurzen/www) in /users/ttvwurzen/www/libraries/joomla/filesystem/folder.php on line 392

Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/users/ttvwurzen) is not within the allowed path(s): (/users/ttvwurzen/temp:/users/ttvwurzen/www) in /users/ttvwurzen/www/libraries/joomla/filesystem/folder.php on line 392

Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/users) is not within the allowed path(s): (/users/ttvwurzen/temp:/users/ttvwurzen/www) in /users/ttvwurzen/www/libraries/joomla/filesystem/folder.php on line 392

Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/users/ttvwurzen/temp:/users/ttvwurzen/www) in /users/ttvwurzen/www/libraries/joomla/filesystem/folder.php on line 392

Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/users/ttvwurzen/temp:/users/ttvwurzen/www) in /users/ttvwurzen/www/libraries/joomla/filesystem/folder.php on line 392

Warning: file_put_contents() [function.file-put-contents]: open_basedir restriction in effect. File(/users/ttvwurzen/wwwplugins/editors/fckeditor/fckstyles_template.xml) is not within the allowed path(s): (/users/ttvwurzen/temp:/users/ttvwurzen/www) in /users/ttvwurzen/www/libraries/joomla/filesystem/file.php on line 298

Warning: file_put_contents(/users/ttvwurzen/wwwplugins/editors/fckeditor/fckstyles_template.xml) [function.file-put-contents]: failed to open stream: Operation not permitted in /users/ttvwurzen/www/libraries/joomla/filesystem/file.php on line 298[/code][/size]

Habt ihr eine Ahnung was da ist? Ich hätte es am liebsten wieder mit dem TinyMCE Editor.
Vielen Dank
Atze

Da fehlt wohl ein / zwischen www und plugins.

Also schau in der Kofiguration von Joomla nach, wo der Plugin-Pfad(?) angegeben ist, und ergänze dort einen führenden Slash (oder einen abschliessenden beim Basis-Pfad, k.A. wie herum Joomla das nun handhabt).

Danke der FCK- Editor läuft nun, keine Fehlermeldung mehr. Habt ihr noch eine Idee zuTinyMCE?
Atze