tinymce not working correctly
|
8 posts
|
I installed tinymce without any problems, enabled it in the admin window, and now when I go to change my editor on a page to tinymce, it just gives me the standard text editor.I am using tinymce 1.3.0 with frog 0.9.4 |
|
651 posts
|
That means tinymce’s javascript is not being loaded by the browser. I don’t suppose you are able to use Frog 0.9.5 RC2 and the tinymce plugin 2? That would probably save you a lot of hassle in getting it up-and-running. |
|
8 posts
|
that depends. Can i upgrade without messing up the current site? |
|
8 posts
|
also, when i go to the tinymce tab, and put in the paths to my CSS file, etc. And save, it says “settings saved”, but it does not keep the files i put in. Could this be a permissions issue? |
|
651 posts
|
Assuming you know what you’re doing and you follow the upgrade instructions? ;-) Sure. But wait a couple of hours. I should have Frog 0.9.5. final pushed out the door before the end of today. (CET time)
Ah! That would be the real problem then. The TinyMCE plugin saves its settings in the database, so that shouldn’t be a problem.
|
|
8 posts
|
i just turned debug on Warning: PDOStatement::execute() expects parameter 1 to be array, string given in /home/newport1/public_html/newsite/frog/plugins/tinymce/TinymceController.php on line 42 Notice: Trying to get property of non-object in /home/newport1/public_html/newsite/frog/plugins/tinymce/TinymceController.php on line 48 I am using MySQL 5.0.75-community-log. |
|
651 posts
|
This warning shouldn’t impact the functioning of the plugin. You may want to replace line 42 by the following though:
Other than that, no clear problems…
|