Closed (fixed)
Project:
TinyMCE
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Mar 2007 at 19:56 UTC
Updated:
23 Sep 2008 at 19:00 UTC
I've been using the various permutatations of TinyMCE. I did have a modified earlier version of tinymce, then used the Moxie module and noticed that it is no longer being maintained and TinyMCE is being managed by a different group.
So, I decided to switch from Moxie to TinyMCE. Unfortunately, that created problems ever since. I cannot create a new profile for TinyMCE no matter what I try. If I switch back to Moxie, it works, but I can't get IMCE working again!
Any suggestions to get TinyMCE to create a profile for me? Thanks.
Comments
Comment #1
giorgoskfor some strange reason I think the tables are never created (but I thought it was only my issue)
for now if you have access to mysql (phpmyadmin) run the following queries to create the tables
(phpmyadmin > select your drupal database > sql tab)
Comment #2
drupalluver commentedI never thought it was the tables not forming. I followed your instructions and it worked perfectly. I also removed moxie just in case. I read through the install directions and it converts the tinymce tables into the moxie tables.
Evertything appears to be working normally. Thank you!
Comment #3
kreynen commentedConverts or duplicates?
Comment #4
giorgosk@to the maintainer
I had Moxie setup on my system and wanted tinyMCE instead when this happened
so this might be a moxie converting to tinyMCE related issue
Comment #5
drupalluver commentedTo kreynen, I believe it was a conversion.
Here's a sample of the moxiecode:
db_query("RENAME TABLE {tinymce_settings} TO {moxie_settings}");Comment #6
kreynen commentedWow... I'm really glad Steve and Allie aren't pushing Moxie anymore. Deleting another modules tables?!?
Why didn't they use...
db_query("CREATE TABLE {moxie_settings} SELECT * FROM {tinymce_settings}");
db_query("CREATE TABLE {moxie_roles} SELECT * FROM {tinymce_roles}");
Unless of course you are so mad that no one was responding to your issues that you are trying to kill the other module?!?
Comment #7
kreynen commentedComment #8
manasalekar commentedDrupal 5.8
TinyMCE module 1.9
TinyMCE 3.1.0-1
I just checked the database. Tables are in place. I still cannot see the new profile link.
Comment #9
hansrossel commentedTry with TinyMCE version 2.1 and try also with garland as theme.