Actions
Bug #25124
closedExtDirect API use relative url for ajax.php
Start date:
2011-02-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
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
Actions