WapplerSystems / ws_scss

SASS Compiler for TYPO3
12 stars 24 forks source link

Deprecated function call #57

Open jyskweb opened 2 years ago

jyskweb commented 2 years ago

V1.2.1 seems to have a deprecated function call here:

https://github.com/svewap/ws_scss/blob/80b763f7b1962bf26dcc38de8ba2f48c1e89e501/Classes/Hooks/RenderPreProcessorHook.php#L194

TYPO3 v11.5 PHP 7.4

Master branch is ok.

bh-teufels commented 2 years ago

get same error

Call to undefined method TYPO3\CMS\Core\Utility\GeneralUtility::getApplicationContext()

Typo3 11.5.5 ws_scss: 1.2.1

i will try to install master branch

bh-teufels commented 2 years ago

get this error also on master branch if i had an error in my scss Files.

xerc commented 2 years ago

FIX @ https://github.com/svewap/ws_scss/commit/aa4454a6a76a8aaa989e6033e716f4938d96b7e4

bh-teufels commented 1 year ago

when will the fix https://github.com/WapplerSystems/ws_scss/commit/aa4454a6a76a8aaa989e6033e716f4938d96b7e4 get in a new version 1.2.2?

fischhase commented 1 year ago

Hi bh-teufels,

I had the same error message and changed the RenderPreProcessorHook.php as you said. Now the error message has gone, but no concrete error message appears; nothing happens. I put an echo $ex to get the error message, but please check, why the DebugUtility does not work.

Thanks Martin