Bug #31173
closedimpexp links to a file of the Extension Manager, which does not exist
100%
Description
When i want to import a t3d file with dependencies on extensions (for
example realurl) in the BE of TYPO3 version 4.5.X. Then i get the message:
"Before you can install this T3D file you need to install the extensions
"realurl". Clicking Import will first take you to the Extension Manager so
these dependencies can be resolved."
And when I click Import to import the extensions, I get the following
error:
"Not Found
The requested URL /typo3-4.5.7_temp2/typo3/sysext/em/mod1/index.php was
not found on this server."
For the TYPO3 version 4.4.X it will works fine.
Best regards,
Patrick Wiggelman
Updated by Chris topher about 13 years ago
- Subject changed from impexp bug for TYPO3 version 4.5.X to impexp links to a file of the Extension Manager, which does not exist
Updated by Markus Klein about 13 years ago
Thanks for reporting Patrick!
The reason is line 1278 in typo3/sysext/impexp/app/index.php in current master:
$emURL = $this->doc->backPath . t3lib_extMgm::extRelPath('em') . 'mod1/index.php?CMD[requestInstallExtensions]=' . implode(',', $extKeysToInstall) . '&returnUrl=' . rawurlencode($thisScriptUrl);
Updated by Mr. Hudson about 13 years ago
- Status changed from New to Under Review
Patch set 1 of change I9e31802b11bf67172cd327dda9be04305cf3620e has been pushed to the review server.
It is available at http://review.typo3.org/6186
Updated by Markus Klein about 13 years ago
@Patrick Broens: please test the patch.
Thank you.
Updated by Mr. Hudson about 13 years ago
Patch set 1 of change I517fed495d6280f4839e157083c7de2abc6bf129 has been pushed to the review server.
It is available at http://review.typo3.org/6193
Updated by Xavier Perseguers about 13 years ago
- Status changed from Under Review to Resolved
- Target version set to 4.6.0
- % Done changed from 0 to 100
- Complexity set to no-brainer
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed