Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade issues with scss and variables #1243

Closed
blackbasket opened this issue Jan 18, 2023 · 0 comments
Closed

upgrade issues with scss and variables #1243

blackbasket opened this issue Jan 18, 2023 · 0 comments
Labels

Comments

@blackbasket
Copy link

Support

Hi guys,

because of the PHP 7.4 deprecation I have to upgrade some sites to typo3 v11. I know, it is bad, but I have lost sight on some applications. I ttry to upgrade bootstrap from 11.0.2 to any newer version without luck. I cannot find out, what I did wrong (in the past?).

Please help me.

Regards,
Marcel

Description

I am getting this error if I try to load the application after bootstrap_package update. No matter if I try 11.0.3 or something newer.

Core: Exception handler (WEB): Uncaught TYPO3 Exception: variables file not found for @import: /ext/site/Resources/Public/Scss/Theme/theme.scss on line 4, at column 1 Call Stack: #0 import /ext/site/Resources/Public/Scss/Theme/theme.scss (unknown file) on line 1 | ScssPhp\ScssPhp\Exception\CompilerException thrown in file /ext/bootstrap_package/Contrib/scssphp/src/Compiler.php in line 6032. Requested URL: http://test.....de/de/

This is the file that should be imported first.

// Variables
//
@import "variables";

//
// Import needed Bootstrap Package Files
//
@import "../../../../../bootstrap_package/Resources/Public/Scss/bootstrap4/theme";

I edited the list line including the folder bootstrap4 today, but without any luck.

BTW: I tried without this file. I get the error on the next file than, but without all this files the application is not running either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant