Project

General

Profile

Actions

Bug #25124

closed

ExtDirect API use relative url for ajax.php

Added by Steffen Kamper about 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
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

17699.patch (683 Bytes) 17699.patch Administrator Admin, 2011-02-21 22:03
Actions #1

Updated by Markus Klein about 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.

Actions #2

Updated by Steffen Kamper about 13 years ago

please clear all caches after apply. Look to your HTML source and search for ajax.php - the urls should be correct

Actions #3

Updated by Markus Klein about 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!

Actions #4

Updated by Steffen Kamper about 13 years ago

committed to svn
4_5 rev 10524
trunk rev 10525

Actions

Also available in: Atom PDF