Bug #25124
closedExtDirect API use relative url for ajax.php
0%
Description
This result in some wrong calls, if the API call comes out of a module.
You may notice red flashmessages from Router with "Connection problems" - it's rather connection problem but wrong url.
Solution:
use TYPO3_SITE_URL . /typo3/ajax.php to be sure call has correct url.
(issue imported from #M17699)
Files
Updated by Markus Klein over 13 years ago
Sorry, but I'm still getting this connection problem, showing up right after login.
It also causes the page and list module to crash.
Wrong path is: /typo3/sysext/tstemplate/ts/ajax.php
Thx for taking care.
Updated by Steffen Kamper over 13 years ago
please clear all caches after apply. Look to your HTML source and search for ajax.php - the urls should be correct
Updated by Markus Klein over 13 years ago
Oh thx.
I'm sorry, clearing all the caches all the time I actually forgot about the major cache. (Maybe should have cleaned my brain's cache first with some wine or beer. lol)
Works now!
Updated by Steffen Kamper over 13 years ago
committed to svn
4_5 rev 10524
trunk rev 10525