tinymce not working correctly

Feed 8 posts, 2 voices

Avatar
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

 
Avatar
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.

 
Avatar
8 posts

that depends. Can i upgrade without messing up the current site?

 
Avatar
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?

 
Avatar
651 posts

Can i upgrade without messing up the current site?

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)

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?

Ah! That would be the real problem then. The TinyMCE plugin saves its settings in the database, so that shouldn’t be a problem.

  • What DB and DB version are you using?
  • Have you tried setting DEBUG to true in config.php to see if that yields more information?
 
Avatar
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.

 
Avatar
651 posts

This warning shouldn’t impact the functioning of the plugin. You may want to replace line 42 by the following though:

$stmt->execute();

Other than that, no clear problems…

  • Does the tinymce table exist in your Frog DB?
  • What are the values in there?
  • What values (if any) are shown on the TinyMCE tab in the backend?