I don't know what this means, it's over my head - but I'm about to give up... so I figured this might help someone else who still wants to stick with Drupal.

My Tiny MCE vomited earlier today, and no matter how often I re-install it I get the following error:

# user warning: Table 'brainshr_drupal.tinymce_settings' doesn't exist query: SELECT s.name FROM tinymce_settings s INNER JOIN tinymce_role r ON r.name = s.name WHERE r.rid IN (2,3) in /home/brainshr/public_html/includes/database.mysql.inc on line 120.
# user warning: Table 'brainshr_drupal.tinymce_settings' doesn't exist query: SELECT * FROM tinymce_settings in /home/brainshr/public_html/includes/database.mysql.inc on line 120.
# user warning: Table 'brainshr_drupal.tinymce_settings' doesn't exist query: SELECT s.name FROM tinymce_settings s INNER JOIN tinymce_role r ON r.name = s.name WHERE r.rid IN (2,3) in /home/brainshr/public_html/includes/database.mysql.inc on line 120.
# user warning: Table 'brainshr_drupal.tinymce_settings' doesn't exist query: SELECT * FROM tinymce_settings in /home/brainshr/public_html/includes/database.mysql.inc on line 120.
# user warning: Table 'brainshr_drupal.tinymce_settings' doesn't exist query: SELECT s.name FROM tinymce_settings s INNER JOIN tinymce_role r ON r.name = s.name WHERE r.rid IN (2,3) in /home/brainshr/public_html/includes/database.mysql.inc on line 120.
# user warning: Table 'brainshr_drupal.tinymce_settings' doesn't exist query: SELECT * FROM tinymce_settings in /home/brainshr/public_html/includes/database.mysql.inc on line 120.

Dunno what this means, but this is what I get. I'm done.

No hard feelings, I know Drupal is a great product - it's just that I'm not a programmer, and no matter how much I study and read, when I fix one thing three other things implode.

Comments

kloomis’s picture

You need to install the tables the old fashioned way.

Take the sql statements in the tinymce.install file for your database and run them against your database. If you're using mySQL that's probably phpMyAdmin.

This will install the tables you need. Then tinyMCA should run ok.

HTH

Ken