Project

General

Profile

Actions

Bug #24757

closed

BE ajax request fails on some systems with php 5.3

Added by Joh. Feustel over 13 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2011-01-23
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Beacause of a php bug on some systems the request to ajax.php fails because it includes '../t3lib/class.t3lib_div.php' with relative path while init.php uses PATH_t3lib.'class.t3lib_div.php'. On some systems PHP seems not to be able to detect the already included file when different patch are used.

Was detected on mac/MAMP PHP 5.3.2 with introductionpackage 4.5RC1

Solution: remove loading of t3lib_div and use $_REQUEST['ajaxID'];

http://lists.typo3.org/pipermail/typo3-dev/2011-January/042340.html
(issue imported from #M17250)


Files

17250.diff (540 Bytes) 17250.diff Administrator Admin, 2011-01-23 19:25
17250v2.diff (554 Bytes) 17250v2.diff Administrator Admin, 2011-01-24 18:40
17250v3.diff (463 Bytes) 17250v3.diff Administrator Admin, 2011-01-25 10:34

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #25408: BE list module fails on some systems with php 5.3ClosedXavier Perseguers2011-03-28

Actions
Related to TYPO3 Core - Bug #26535: Cannot redeclare class backend_toolbaritemClosedXavier Perseguers2011-05-01

Actions
Actions

Also available in: Atom PDF