cms-front | my-blog | Blog library
kandi X-RAY | cms-front Summary
kandi X-RAY | cms-front Summary
my-blog
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of cms-front
cms-front Key Features
cms-front Examples and Code Snippets
Community Discussions
Trending Discussions on cms-front
QUESTION
Right now I am upgrading an old pibased Extension from 6.2 to an extbase 10.2 Extension. After some research I found out that the Request Workflow for Frontend Requests has changed in TYPO3 10.0 (Issue #88540). From the Changelog:
TSFE is instantiated after all site resolving, authentication, page resolving and argument validation is done.
Since I used to store user sessions in $GLOBALS['TSFE']->fe_user
with $GLOBALS['TSFE']->fe_user->setKey('ses','key', $value)
while authentication process (Custom authService) I am not able to store it anymore because of the changed request workflow. $GLOBALS['TSFE']->fe_user
is now instantiated after the authentication process. It seems like that saving frontend user session has to be moved into Middleware (found some Information here: Task #88541). Since I never dealt with Middlewares, my Question now is how I can achive saving my frontend user session data by using a middleware Class? Under Configuration\RequestMiddlewares.php
I got following config:
ANSWER
Answered 2020-Feb-13 at 13:06Since TYPO3 v10.0.0 the Request Workflow for Frontend Requests has changed. That's why it isn't possible anymore to store session data during the authentication process. See: Changed Request Workflow for Frontend Requests I used a custom middleware for this to store it after the $GLOBALS['TSFE']->fe_user
has been created.
QUESTION
I want to install TYPO3 9 with all core extensions, so I can snap the needed extensions for my project.
I used https://get.typo3.org/misc/composer/helper to install TYPO3 9 with all core-exensions.
I clicked on typo3/full and got
...ANSWER
Answered 2019-Apr-07 at 20:27It was my mistake.
I tried to install TYPO3 9.5 with PHP 7.1 only on my local machine. After I started a ddev with PHP 7.2 everything works like expected.
I hope that helps others who get the same issue.
QUESTION
I am trying to understand how to upgrade a LTS8 installation installed with
...ANSWER
Answered 2018-Oct-26 at 13:38It seems there is no direct way on this major update. I finally ended up exporting the pagetree of my 8.7 installation as well as the db, created blank 9.5 installation with all extensions, imported the pagetree and imported the db. Since I only used major ext like georgringer/news and bootstrap_package I had no major prolbmes
QUESTION
With earlier TYPO3 versions, a TYPO3 update via composer was easy:
...ANSWER
Answered 2018-Dec-12 at 08:44You could try composer why-not typo3/cms-core:9.5.2
to get more informations
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install cms-front
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page