Here's what I get when enabling this module on my local dev site:

No BUEditor

As you can see, no BUEditor stuff.

My bueditor_buttons table is filled with rows like this:
Empty table rows

Something is wonky. I'm going to try a fresh install.

Comments

webchick’s picture

Priority: Normal » Critical

Yep, confirmed this on a clean install as well.

webchick’s picture

Hm. So the two files with a .csv extension have absolutely nothing like CSV data in them. There is also a bunch of literal strings like " in there. Very strange.

webchick’s picture

Status: Active » Fixed

Ok. This apparently was caused by PHPMyAdmin's exporting functionality utterly sucking. I did the SELECT ... INTO OUTFILE from the command-line and it seems to work now.

http://drupal.org/cvs?commit=221530

karens’s picture

Status: Fixed » Active

There is all kinds of weird garbage in the BUEditor database. You can't do anything normal with that data because it needs so much escaping it gets garbled and won't work.

I tried doing a copy/paste into the installer with the values to create the data there and that totally failed because I couldn't get the escaping right.

Then I created the .sql file and the two .csv files by exporting from PhpMyAdmin. I couldn't find any way to get the installer to import the sql file (the better alternative) but on a fresh install it would install the csv files.

I don't understand why it worked on a fresh install for me and not for you.

Finding a stable way to import this data is still an issue.

webchick’s picture

Status: Active » Fixed

I don't understand why it worked on a fresh install for me and not for you.

I'm not actually sure it did. Or at least the database dump from the DruBB distribution has a bunch of empty rows as well.

I created #483774: Find better way of importing BUEditor settings to discuss a better way of doing this, but the current way seems to be working, so marking this fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.