Closed (fixed)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
6.x-1.1-beta2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Mar 2008 at 17:53 UTC
Updated:
7 Jul 2009 at 19:18 UTC
Comments
Comment #1
wwalc commentedForgive my silly question, but did you install it on Drupal 6?
What kind/version of database are you using?
Comment #2
phicarre commentedI installed on the version 6.1
Mysql has the version 5.0.45
Comment #3
wwalc commented#1 Could you try to reinstall it again (I can't reproduce it on my local server)?
Disable FCKeditor module in admin/build/modules, then uninstall it (admin/build/modules/uninstall).
Now login to the Drupal database and run this query:
show tables like '%fckeditor%';If both tables appear, the error message should be gone.
If there are no tables with such names, let's try to debug it.
* If you can't enable the general query log, please try at least to check later the database error log file and run the queries I have posted above.
Comment #4
phicarre commentedI have a syntax error in the line:
'rid' int not null default 0,
database.mysql-common.inc on line 261
Comment #5
sopko commentedI had this same issue. I upgraded from 5.6 to 6.1. I followed the instructions
in the 6.1/UPGRADE.txt. I replaced the fckeditor 5.x module with the 6.x module
at the end of the edit and re-ran update.php. This did not create the
fckeditor_settings and fckeditor_role tables.
Doing the uninstall, (admin/build/modules/uninstall), fixed for me.
Note, at first I did not use admin/build/modules/uninstall since in 5.6
none of my modules were listed including fckeditor. I then used
admin/build/modules/uninstall, (thanks phicarre), to uninstall fckeditor.
I noted that the modules software sites/all/modules/fckeditor was still
intact. I went back and enabled the module and that created the tables
and got it working.
Comment #6
Jorrit commentedClosed because of inactivity.