Debug TYPO3 site configurationTYPO3 handling of Domains (sysdomains) / Multiple root pages with same domainxdebug + phpstorm +typo3 extensionTYPO3 redirection to root page from another domainSymfony 3.0 - Cannot load resource “.” - Custom Route LoaderTYPO3 v7.6.19: solr PHP Warning: failed to open stream: Redirection limit reachedTYPO3 Backend with reverseProxyIP and sslSite management and application context TYPO3 9TYPO3 9 LTS - Site configuration in multidomain environmentTYPO3 Xdebug PhpStormTYPO3 v9.5 Sites: Language Redirects
Is it legal in the UK for politicians to lie to the public for political gain?
Is it possible to kill all life on Earth?
Can you please explain this joke: "I'm going bananas is what I tell my bananas before I leave the house"?
How do I get a cleat that's stuck in a pedal, detached from the shoe, out?
What is the right way to float a home lab?
Is there a rule that prohibits us from using 2 possessives in a row?
Does any lore text explain why the planes of Acheron, Gehenna, and Carceri are the alignment they are?
Does Peach's float negate shorthop knockback multipliers?
Do adult Russians normally hand-write Cyrillic as cursive or as block letters?
Computing the differentials in the Adams spectral sequence
Comma Code - Ch. 4 Automate the Boring Stuff
Hygienic footwear for prehensile feet?
Are there practical reasons to NOT use a stepper motor with lead screw for the X and or Y axes?
Pros and cons of writing a book review?
Where do the UpdateInstallationWizard.aspx logs get saved in Azure PaaS?
Unorthodox way of solving Einstein field equations
Can an old DSLR be upgraded to match modern smartphone image quality
Can a magnetic field of a large body be stronger than its gravity?
Story about a toddler with god-like powers, dangerous tantrums
How should I push back against my job assigning "homework"?
Is there any Biblical Basis for 400 years of silence between Old and New Testament?
Beginner's snake game using PyGame
Asking bank to reduce APR instead of increasing credit limit
Will TSA allow me to carry a CPAP?
Debug TYPO3 site configuration
TYPO3 handling of Domains (sysdomains) / Multiple root pages with same domainxdebug + phpstorm +typo3 extensionTYPO3 redirection to root page from another domainSymfony 3.0 - Cannot load resource “.” - Custom Route LoaderTYPO3 v7.6.19: solr PHP Warning: failed to open stream: Redirection limit reachedTYPO3 Backend with reverseProxyIP and sslSite management and application context TYPO3 9TYPO3 9 LTS - Site configuration in multidomain environmentTYPO3 Xdebug PhpStormTYPO3 v9.5 Sites: Language Redirects
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I have to update a complicated RealURL configuration to the new site configuration in V9. I get 404 errors and unwanted redirects, so I need something to debug the routing.
While debugging through core files I realized TYPO3 uses Symfony Routing, and Symfony has already a debug interface: https://symfony.com/doc/current/routing/debug.html
Is it possible to use it for debugging TYPO3 routes as well? If yes, can you tell me how to do this?
If not, some hints about the main routing classes/functions would be helpfull, so I can write myself some PHP debug output. My problems are with routeEnhancers and aspects.
typo3 typo3-9.x symfony-routing
add a comment |
I have to update a complicated RealURL configuration to the new site configuration in V9. I get 404 errors and unwanted redirects, so I need something to debug the routing.
While debugging through core files I realized TYPO3 uses Symfony Routing, and Symfony has already a debug interface: https://symfony.com/doc/current/routing/debug.html
Is it possible to use it for debugging TYPO3 routes as well? If yes, can you tell me how to do this?
If not, some hints about the main routing classes/functions would be helpfull, so I can write myself some PHP debug output. My problems are with routeEnhancers and aspects.
typo3 typo3-9.x symfony-routing
add a comment |
I have to update a complicated RealURL configuration to the new site configuration in V9. I get 404 errors and unwanted redirects, so I need something to debug the routing.
While debugging through core files I realized TYPO3 uses Symfony Routing, and Symfony has already a debug interface: https://symfony.com/doc/current/routing/debug.html
Is it possible to use it for debugging TYPO3 routes as well? If yes, can you tell me how to do this?
If not, some hints about the main routing classes/functions would be helpfull, so I can write myself some PHP debug output. My problems are with routeEnhancers and aspects.
typo3 typo3-9.x symfony-routing
I have to update a complicated RealURL configuration to the new site configuration in V9. I get 404 errors and unwanted redirects, so I need something to debug the routing.
While debugging through core files I realized TYPO3 uses Symfony Routing, and Symfony has already a debug interface: https://symfony.com/doc/current/routing/debug.html
Is it possible to use it for debugging TYPO3 routes as well? If yes, can you tell me how to do this?
If not, some hints about the main routing classes/functions would be helpfull, so I can write myself some PHP debug output. My problems are with routeEnhancers and aspects.
typo3 typo3-9.x symfony-routing
typo3 typo3-9.x symfony-routing
edited Mar 24 at 23:04
Peter Kraume
1,1961821
1,1961821
asked Mar 24 at 12:22
Andrea SchmuttermairAndrea Schmuttermair
334623
334623
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Can you point to what is the issue exactly here?
- Redirects when calling "regular" pages?
- Issues with Route Enhancers? When resolving the URL?
As Symfony Routing works with static routes w/ modifiers by default ("I have a list of 100 URL endpoints"), and TYPO3 has dynamic routes (populated by the database) the simple debug tool from Symfony Routing does not work here.
When it comes to resolving, the "PageResolver" PSR-15 middleware and the "PageRouter" is a good start when debugging.
Issue is a complex REST Api in realurl, and I want to bring it step by step to V9. ExtBase Controller, Lookup Table, and so on. All I get is 404 without any information currently, and it is all new to me, so I really could use some debug output.
– Andrea Schmuttermair
Mar 24 at 12:36
Debugging the PageResolver and PageRouter functions was the right suggestion, works now
– Andrea Schmuttermair
Mar 24 at 19:55
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55323752%2fdebug-typo3-site-configuration%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Can you point to what is the issue exactly here?
- Redirects when calling "regular" pages?
- Issues with Route Enhancers? When resolving the URL?
As Symfony Routing works with static routes w/ modifiers by default ("I have a list of 100 URL endpoints"), and TYPO3 has dynamic routes (populated by the database) the simple debug tool from Symfony Routing does not work here.
When it comes to resolving, the "PageResolver" PSR-15 middleware and the "PageRouter" is a good start when debugging.
Issue is a complex REST Api in realurl, and I want to bring it step by step to V9. ExtBase Controller, Lookup Table, and so on. All I get is 404 without any information currently, and it is all new to me, so I really could use some debug output.
– Andrea Schmuttermair
Mar 24 at 12:36
Debugging the PageResolver and PageRouter functions was the right suggestion, works now
– Andrea Schmuttermair
Mar 24 at 19:55
add a comment |
Can you point to what is the issue exactly here?
- Redirects when calling "regular" pages?
- Issues with Route Enhancers? When resolving the URL?
As Symfony Routing works with static routes w/ modifiers by default ("I have a list of 100 URL endpoints"), and TYPO3 has dynamic routes (populated by the database) the simple debug tool from Symfony Routing does not work here.
When it comes to resolving, the "PageResolver" PSR-15 middleware and the "PageRouter" is a good start when debugging.
Issue is a complex REST Api in realurl, and I want to bring it step by step to V9. ExtBase Controller, Lookup Table, and so on. All I get is 404 without any information currently, and it is all new to me, so I really could use some debug output.
– Andrea Schmuttermair
Mar 24 at 12:36
Debugging the PageResolver and PageRouter functions was the right suggestion, works now
– Andrea Schmuttermair
Mar 24 at 19:55
add a comment |
Can you point to what is the issue exactly here?
- Redirects when calling "regular" pages?
- Issues with Route Enhancers? When resolving the URL?
As Symfony Routing works with static routes w/ modifiers by default ("I have a list of 100 URL endpoints"), and TYPO3 has dynamic routes (populated by the database) the simple debug tool from Symfony Routing does not work here.
When it comes to resolving, the "PageResolver" PSR-15 middleware and the "PageRouter" is a good start when debugging.
Can you point to what is the issue exactly here?
- Redirects when calling "regular" pages?
- Issues with Route Enhancers? When resolving the URL?
As Symfony Routing works with static routes w/ modifiers by default ("I have a list of 100 URL endpoints"), and TYPO3 has dynamic routes (populated by the database) the simple debug tool from Symfony Routing does not work here.
When it comes to resolving, the "PageResolver" PSR-15 middleware and the "PageRouter" is a good start when debugging.
answered Mar 24 at 12:31
BenniBenni
53423
53423
Issue is a complex REST Api in realurl, and I want to bring it step by step to V9. ExtBase Controller, Lookup Table, and so on. All I get is 404 without any information currently, and it is all new to me, so I really could use some debug output.
– Andrea Schmuttermair
Mar 24 at 12:36
Debugging the PageResolver and PageRouter functions was the right suggestion, works now
– Andrea Schmuttermair
Mar 24 at 19:55
add a comment |
Issue is a complex REST Api in realurl, and I want to bring it step by step to V9. ExtBase Controller, Lookup Table, and so on. All I get is 404 without any information currently, and it is all new to me, so I really could use some debug output.
– Andrea Schmuttermair
Mar 24 at 12:36
Debugging the PageResolver and PageRouter functions was the right suggestion, works now
– Andrea Schmuttermair
Mar 24 at 19:55
Issue is a complex REST Api in realurl, and I want to bring it step by step to V9. ExtBase Controller, Lookup Table, and so on. All I get is 404 without any information currently, and it is all new to me, so I really could use some debug output.
– Andrea Schmuttermair
Mar 24 at 12:36
Issue is a complex REST Api in realurl, and I want to bring it step by step to V9. ExtBase Controller, Lookup Table, and so on. All I get is 404 without any information currently, and it is all new to me, so I really could use some debug output.
– Andrea Schmuttermair
Mar 24 at 12:36
Debugging the PageResolver and PageRouter functions was the right suggestion, works now
– Andrea Schmuttermair
Mar 24 at 19:55
Debugging the PageResolver and PageRouter functions was the right suggestion, works now
– Andrea Schmuttermair
Mar 24 at 19:55
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55323752%2fdebug-typo3-site-configuration%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown