• Resolved Carl Rozema

    (@carlrozemaaxcintnl)


    Hi,

    After updating to 2.3.2 the checkboxes for Enqueuing options and Development settings have become regular input boxes. And when I save the settings I get a fatal error.
    Fatal error: Uncaught InvalidArgumentExeption: Invalid output style “”.

    Anyone else experience the same?

    It breaks the site to a point where even reinstalling an older version doesn’t fix the problem

    Please help!

    Regards,
    Carl

    • This topic was modified 3 years, 2 months ago by Carl Rozema.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi

    I am in the same state.

    Rename the wp-scss plugin holder to no-wp-scss

    I added the following line to functions.php of the theme.

    
    delete_option ('wpscss_options');
    

    Repair option values

    
    $option_vals = array ( 'base_compiling_folder' => 'put path stylesheet directoty', 'scss_dir' => '/source/scss/', 'css_dir' => '/css/', 'compiling_options' => 'compressed', 'sourcemap_options' => 'SOURCE_MAP_FILE', 'errors' => 'hide', );
    
    update_option( 'wpscss_options' ,$option_vals );
    

    wp-scss older version 2.3.1 (not work maybe review version )
    wp-scss 2.3.0 maybe public older version.

    In my case, it looks like it’s recovered.

    Thank you

    • This reply was modified 3 years, 2 months ago by nobita.
    • This reply was modified 3 years, 2 months ago by nobita.
    • This reply was modified 3 years, 2 months ago by nobita.
    • This reply was modified 3 years, 2 months ago by nobita.
    Plugin Author Sky Bolt

    (@sky-bolt)

    @carlrozemaaxcintnl What was your output style before the update?

    Plugin Author Sky Bolt

    (@sky-bolt)

    This has been corrected in version 2.3.3, I was missing some options for wp_kses function.

    Thread Starter Carl Rozema

    (@carlrozemaaxcintnl)

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘2.3.2 Fatal error on save settings’ is closed to new replies.