Project

General

Profile

Actions

Bug #31173

closed

impexp links to a file of the Extension Manager, which does not exist

Added by Patrick no-lastname-given over 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
Start date:
2011-10-21
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:

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

Actions #1

Updated by Chris topher over 12 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
Actions #2

Updated by Markus Klein over 12 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);

Actions #3

Updated by Mr. Hudson over 12 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

Actions #4

Updated by Markus Klein over 12 years ago

@Patrick Broens: please test the patch.

Thank you.

Actions #5

Updated by Mr. Hudson over 12 years ago

Patch set 1 of change I517fed495d6280f4839e157083c7de2abc6bf129 has been pushed to the review server.
It is available at http://review.typo3.org/6193

Actions #6

Updated by Xavier Perseguers over 12 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
Actions #7

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF