Giter Club home page Giter Club logo

t3-multisite_belogin's People

Contributors

georgringer avatar svewap avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

t3-multisite_belogin's Issues

PHP Warning: Undefined array key "msblToken"

Thanks for the quick fix of the fatal error during login.

The extension is now running as expected, hoever there are a lot of php warnings in the error log:
Core: Error handler (BE): PHP Warning: Undefined array key "msblToken" in /var/www/html/public/typo3conf/ext/multisite_belogin/Classes/Authentication/TokenAuthenticationService.php line 76

Changing the line from
return trim((string)($_GET[$parameterName]));
to
return trim((string)($_GET[$parameterName] ?? ''));
for me fixes the problem.

timeout / JS issues

trying the ext on 11 brings some issues in console

sites.js?bust=1693826473:115 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'timed_out')
    at sites.js?bust=1693826473:115:69
(anonym) @ sites.js?bust=1693826473:115
12sites.js?bust=1693826473:140 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'success')
    at sites.js?bust=1693826473:140:45

Fatal error during login

I installed the version for TYPO3 11 (running TYPO3 11.5.33).

When I try to login in the backend i just get the error message:

Too few arguments to function TYPO3\CMS\Core\Session\UserSessionManager::__construct(), 3 passed in /var/www/html/public/typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 3216 and exactly 4 expected

No backend login is possible anymore.

Provide .gitattributes files

Please provide a .gitattributes file with e.g. at least

/.github/ export-ignore
+ all dot files

which will be skipped when installed via composer dist

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.