I've upgraded FCKEditor after migrating from Drupal 5.7 to 6.2. When I run update.php, query failed because there were no fckedotpr tables in the database - where's the code creating them? If I tried to create profiles, no error but no profiles either. I was able to create the tables trying to guess the field types [(varchar(255), integer) and (varchar(255), text) ???], and got it working, but I wonder who should create the table and when.

Comments

wwalc’s picture

I think the best solution in such situation would be to uninstall FCKeditor and install it again. Code responsible for creating tables is in fckeditor.install file.

wwalc’s picture

Category: bug » support
Jorrit’s picture

Status: Active » Closed (fixed)

Closed because of inactivity. If it is still a problem, please reopen.