• Resolved denism300

    (@denism300)


    The plugin writes messages about deprecated functions in the logs. I use PHP 8.2

    PHP Deprecated:  Creation of dynamic property Wp_Scss::$scss_dir is deprecated in /wp-content/plugins/wp-scss/class/class-wp-scss.php on line 22
    PHP Deprecated:  Creation of dynamic property Wp_Scss::$css_dir is deprecated in /wp-content/plugins/wp-scss/class/class-wp-scss.php on line 23
    PHP Deprecated:  Creation of dynamic property Wp_Scss::$compile_errors is deprecated in /wp-content/plugins/wp-scss/class/class-wp-scss.php on line 24
    PHP Deprecated:  Creation of dynamic property Wp_Scss::$scssc is deprecated in /wp-content/plugins/wp-scss/class/class-wp-scss.php on line 25
    PHP Deprecated:  Creation of dynamic property Wp_Scss::$cache is deprecated in /wp-content/plugins/wp-scss/class/class-wp-scss.php on line 27
    PHP Deprecated:  Creation of dynamic property Wp_Scss::$sourcemaps is deprecated in /wp-content/plugins/wp-scss/class/class-wp-scss.php on line 32
Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Skylar Bolton

    (@sky-bolt)

    Im using the latest version of WP-SCSS but am still getting these PHP Deprecated notices. Could you also update the latest version on WP.org?

    momo-fr

    (@momo-fr)

    Same for me.

    Hi, I’m also getting a number of deprecation notices after updating to PHP 8.2, along with some “Can’t modify header information” errors and white screens here and there. Are there plans to make the plugin 8.2 compatible or to respond to this post? I have the latest version of both WP and all my plugins.

    Deprecated: Creation of dynamic property Wp_Scss::$scss_dir is deprecated in /home/site/wwwroot/wp-content/plugins/wp-scss/class/class-wp-scss.php on line 22

    Deprecated: Creation of dynamic property Wp_Scss::$css_dir is deprecated in /home/site/wwwroot/wp-content/plugins/wp-scss/class/class-wp-scss.php on line 23

    Deprecated: Creation of dynamic property Wp_Scss::$compile_errors is deprecated in /home/site/wwwroot/wp-content/plugins/wp-scss/class/class-wp-scss.php on line 24

    Deprecated: Creation of dynamic property Wp_Scss::$scssc is deprecated in /home/site/wwwroot/wp-content/plugins/wp-scss/class/class-wp-scss.php on line 25

    Deprecated: Creation of dynamic property Wp_Scss::$cache is deprecated in /home/site/wwwroot/wp-content/plugins/wp-scss/class/class-wp-scss.php on line 27

    Deprecated: Creation of dynamic property Wp_Scss::$sourcemaps is deprecated in /home/site/wwwroot/wp-content/plugins/wp-scss/class/class-wp-scss.php on line 32

    Deprecated: Creation of dynamic property Wp_Scss::$cache_file is deprecated in /home/site/wwwroot/wp-content/plugins/wp-scss/class/class-wp-scss.php on line 105

    • This reply was modified 1 year, 9 months ago by clf13.

    I am getting this errer
    mkdir(): No such file or directory in wp-scss/class/class-wp-scss.php on line 154
    What should i do about it
    WP 6.7.1
    php 8.2.15

    • This reply was modified 1 year, 4 months ago by hansolodev.

    Hello @sky-bolt ,
    It seems plugin is not updated at WordPress.org directory from last 2 years.
    So, it’s dropped the support of php8+ and showing deprecated notices to the site.
    The solution is fine so can you update the same code to the wp.org through the SVN?
    Fixed in https://github.com/ConnectThink/WP-SCSS/pull/247

    Plugin Author Skylar Bolton

    (@sky-bolt)

    @sagarlakhani Finally got around to publishing a new version.

    I don’t use this plugin and am looking for another maintainer.
    https://github.com/ConnectThink/WP-SCSS/releases

    Sagar Lakhani

    (@sagarlakhani)

    Thanks @sky-bolt
    If you need any help to maintain the plugin , I can help you with that.
    I will need access to the plugin repo so I can contribute.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘PHP Deprecated notices’ is closed to new replies.