FCKEditor for wordpress has been upgraded
Dean’s FCKEditor for wordpress has been upgraded to version 1.2
the new version fix upload problems reported by Andrew Crawford,many thanks for his great help.
Related posts:Dean’s FCKEditor for wordpress has been upgraded to version 1.2
the new version fix upload problems reported by Andrew Crawford,many thanks for his great help.
Related posts:TAGS: Site news
Posted on January 11th, 2007 in Site news
3 Comments »
Leave a comment
James booker:
thanks for your comments and bug fixes,I’ll fix this issue in the next version.
thank you again.
Hi Dean - thanks for this great plugin. Unfortunately, I had two problems installing it:
The first was probably due to my setup - as soon as the plugin was installed (note I didn’t get as far as activating it) I got error message about open_basedir restriction being in effect and couldn’t open config.php - file is in wrong directory. I fixed this by adding the absolute path to the file (thank god for shell access!) - even though the include_path includes ‘.’ - it is actually ‘.;/usr/share/pear’
The second, however was related to the fact that on line 34 of deans_fckeditor.php you use the function update_user_option() which doesn’t exist in Wordpress 1.5.2 - at least not in my installation. To fix it i modified the line 34:
//update_user_option( $current_user->id, ‘rich_editing’, ‘false’, true);
to read
update_option( ‘rich_editing’, ‘false’, true);
Seems to work fine now!
I don’t really use the upload button on wordpress but anyways its a cool upgrade.