Bug #26704
wrong image path if TYPO3 installation in subdomain
| Status: | Resolved | Start date: | 2011-05-09 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Dominic Garms | % Done: | 0% |
|
| Category: | Bug | |||
| Target version: | - | |||
| Votes: | 0 |
Description
the generation of the path to the images doesn´t work if the installation is f ex in a subdomain
line 476 in pi1 has to be:
$img .= '<a href="'.t3lib_div::getIndpEnv('TYPO3_SITE_URL').$value0.'"><img src="'.t3lib_div::getIndpEnv('TYPO3_SITE_URL').$value4.'"'.$alt.$captions.$longdesc.' /></a>';
Dann muß an diversen Stellen innerhalb von setOutputImages()
'/'.$image
durch
$image
ersetzt werden.
History
Updated by Dominic Garms about 2 years ago
- Status changed from New to Resolved
Bug is resolved in Galleria vers.: 3.2.1.
Thanks to Jens Schmietendorf!