New Foliopress WYSIWYG version
July 21st, 2010
New version of our plugin should cure the error message which was appearing on some hosts or sites with broken plugins:
"Toolbar set 'Foliovision' doesn’t exist"
We decided to not use that file anymore and moved all the configuration options for FCKEditor into inline JavaScript. That should fix the problem.
If you had this problem, download the latest version of our plugin (0.9.14) here. This new version fixes this problem and also some other bugs in file management.
We will be glad to hear any feedback on our Foliopress WYSIWYG plugin page.

WordPress WYSIWYG update: new Foliopress version
New Foliopress WYSIWYG version released
New Foliopress WYSIWYG version
New Foliopress WYSIWYG version with Dropdown Customization
5 comments on “New Foliopress WYSIWYG version”
01

Hello, I took a look at the settings page and I got this error message: There is a problem opening your configuration file. Please check if http://website.com/wp-content/plugins/foliopress-wysiwyg/custom-config/foliopress-wysiwyg-config-js.php is executed in PHP correctly.
Is there a way to correct this?
02

Hello Nitro,
sorry about that, that’s the automated checking mechanism from the previous version of our plugin which needs to be removed now.
But it shouldn’t stop plugin from working, are you able to see the editor toolbar when editing and post images?
Thanks,
Martin
03

Hello Martin,
Thanks for the quick reply. Yes I can see the editor toolbar and everything seems to be working fine. I was just going to add more buttons to my toolbar and I noticed the error message.
Is this something I can remove myself?
04

Hello Nitro,
this is just a quick fix until I fix this in plugin repository at wordpress.org. You can change this in the plugin folder in file view/options.php:
Line 36:
$if( $error == 1 ) {
to
if( $error == 100) {
Line 39:
else if( $error == 2 ) {
to
else if( $error == 200 ) {
If you know a little about PHP, it should be easy. If you fail, just remove the plugin and install it again, preferences will be kept. And this error should not affect your buttons configuration.
Thanks,
Martin
05

Got it, thanks.
Leave a Reply