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

Backend nach Upgrade nicht aufrufbar wg.bootstrap_package login-logo.svg #1276

Open
2 of 3 tasks
BerndSx opened this issue May 13, 2023 · 1 comment
Open
2 of 3 tasks
Labels

Comments

@BerndSx
Copy link

BerndSx commented May 13, 2023

Bug Report

Prerequisites

  • Can you reproduce the problem on TYPO3 v10.4 LTS
  • Can you reproduce the problem on TYPO3 v11.3
  • Did you perform a cursory search
    to see if your bug or enhancement is already reported?

Description

[A clear and concise description of what the bug is.]

Steps to Reproduce

  1. Version 9.5 fehlerfrei, Datenbankindex,...
  2. local extensions deaktiviert
  3. Temp gelöscht
  4. Upgade auf 10.4.21 über Installtool mit Upgrade-Wizzard - alles OK
  5. Versuch ins Backend zu wechseln -> Error

Expected behavior

Nach Barbeitung des Installtools soll das Backend verfügbar sein, um die Updates der Extensions zu machen.

Actual behavior

Ich erhalte beim Wechsel vom Installtool in das Backend einen Fehler:

(1/2) #1509741912 TYPO3Fluid\Fluid\Core\ViewHelper\Exception
Supplied EXT:bootstrap_package/Resources/Public/Images/Backend/login-logo.svg could not be resolved to a File or FileReference.

Ich habe die Extension inkl. meines Sitepackages vor dem Upgrade deaktiviert. Die Extension bootstrap_package sollte doch jetzt für das Backend nicht notwenddig sein, es wird aber offensichtlich nach der logo-Datei gesucht.

Screenshots

[If applicable, add screenshots to help explain your problem.]

Versions

Typo3 10.4.21 - Bootstrap-package 10.0.11

@BerndSx BerndSx added the bug label May 13, 2023
@BerndSx
Copy link
Author

BerndSx commented May 13, 2023

In der localconfiguration.php habe ich jetzt das gefunden:
'EXTENSIONS' => [
'backend' => [
'backendFavicon' => '',
'backendLogo' => 'EXT:bootstrap_package/Resources/Public/Images/Backend/backend-logo.svg',
'loginBackgroundImage' => 'EXT:bootstrap_package/Resources/Public/Images/Backend/login-background-image.jpg',
'loginFootnote' => '',
'loginHighlightColor' => '',
'loginLogo' => 'EXT:bootstrap_package/Resources/Public/Images/Backend/login-logo.svg',
],
Das kann doch nicht korrekt sein?!?

Ich habe diesen Teil auskommentiert und bin wieder ins Backed gekommen!!!

@gilbertsoft gilbertsoft added question and removed bug labels May 25, 2023
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

2 participants