• Excellent editor, clean and effective. I love it. I have one problem though…

    When trying to insert images with the “quick insert”, or when I click on WP box “featured image”, I get this error:

    Fatal error: Class ‘kfmSession’ not found in /var/www/web100/web/wp-content/plugins/foliopress-wysiwyg/fckeditor/editor/plugins/kfm/initialise.php on line 337

    As a “turnaround” I enabled “Wp uploader buttons” but I would still like to be able to use the WP “featured image”.

    Hope I can get help! Thanks in advance!

    https://www.ads-software.com/extend/plugins/foliopress-wysiwyg/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter FlavioSerra

    (@flavioserra)

    Ups… I realized I CAN use the standard WP uploader buttons to select the featured image…. ie. my turnaround works in all cases… but I am leaving the topic open, in case someone wants to post a fix to the problem with the code ??

    Hello FlavioSerra,

    we are providing active support for any Foliopress WYSIWYG issues here: https://foliovision.com/seo-tools/wordpress/plugins/wysiwyg

    Please post your issues over there and we will have a look.

    Thanks for trying our FV WordPress plugins!

    Thanks,
    Martin

    Thats wasnt hard. I had same. Problem is becouse __autoload function do not work properly. All what u need its edit wp-content/plugins/foliopress-wysiwyg/fckeditor/editor/plugins/kfm/initialise.php and add after:

    if(!function_exists('__autoload')){
            function __autoload($class_name) {
                    if (file_exists(KFM_BASE_PATH . 'classes/'  . $class_name . '.php'))
        require_once KFM_BASE_PATH . 'classes/' . $class_name . '.php';
            }
    }

    this line:

    spl_autoload_register(__autoload);

    Atlest, its helped to me

    Thread Starter FlavioSerra

    (@flavioserra)

    Thanks Edrard.

    Your suggestion workes in the sense that I don’t get any longer a “fatal error” message, now Foliopress opens a window divided in two columns, where the left one has a sort of navigation menu: “Directories” and “Directory properties” while the column to the right is blank.

    Not as a big issue, as I am happy with the WP image uploader, but maybe Foliovision should look at the issue when they make a new release.

    I whoud like to help u, but need to see u error.log file. In any ways, try to put 777 on images folder and to all internal folders aswell.

    Thread Starter FlavioSerra

    (@flavioserra)

    Many thanks Edrard, very kind of you!

    Just…I don’t think we should invest more time on the issue ??

    As I said, I am happy with the standard WP uploader. I don’t need to investigate further on a “custom” solution for my own sake, but I copied Foliopress on their forum, in case they want to follow up on the case for future relases of the plugin.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Foliopress WYSIWYG] "Fatal error" when insert images’ is closed to new replies.