WPIntell

Source evidence

PHP Deprecated notices

WP-SCSS · support · 2023-12-06T14:14:00+00:00

mixedsentiment
mediumseverity
0.78relevance
8replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 25 rows with source links

20.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
denism300 resolved
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 Fixed in https://github.com/ConnectThink/WP-SCSS/pull/247 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? 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, 10 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, 5 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 @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 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.

Comments

8 shown
Skylar Bolton 2024-01-18T23:16:00+00:00

Fixed in https://github.com/ConnectThink/WP-SCSS/pull/247

daaan26 2024-03-27T15:05:00+00:00

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 2024-04-16T14:47:00+00:00

Same for me.

clf13 2024-07-09T20:53:00+00:00

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, 10 months ago by clf13 .

hansolodev 2024-12-09T10:42:00+00:00

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, 5 months ago by hansolodev .

Sagar Lakhani 2025-01-09T06:57:00+00:00

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

Skylar Bolton 2025-05-31T14:11:00+00:00

@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 2025-05-31T18:38:00+00:00

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.