Bug #38989
'PATH_thisScript' not resolved in 'returnmail.phpsh'
| Status: | New | Start date: | 2012-07-16 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | - | |||
| TYPO3 Version: | PHP Version: | |||
| Votes: | 1 (View) |
Description
The method to define 'PATH_thisScript' does not succeed. A patch is supplied that
1. additionally looks at $_SERVER('_') to find a result.
2. issues a message and exits the script if the path can't be found.
Note: A similar problem is described in http://forge.typo3.org/issues/37881 Gernot Ploiner proposed a different solution there.