Project

General

Profile

Actions

Bug #17494

closed

switch to User does not Work in List Modul

Added by Christian Wolff over 17 years ago. Updated over 16 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2007-08-03
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

if selection "switcht to user" out of the context menu in the list modul.
the switch does not work.
im getting an php-error message:
---
Fatal error: main() [function.require]: Failed opening required 'PATH_t3libclass.t3lib_basicfilefunc.php' (include_path='.:/usr/local/lib/php') in /homepages/10/d195659318/htdocs/typo3/sysext/beuser/mod/index.php on line 103
---

in the user modul it works just fine.

(issue imported from #M6071)


Files

0006071.diff (887 Bytes) 0006071.diff Administrator Admin, 2007-08-25 17:26

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #17462: BE-Shortcut to Tools->User Admin returns errorClosedOliver Hader2007-07-11

Actions
Actions #1

Updated by Martin Kutschker over 17 years ago

The problem is that the context menu calls the module's index.php directly, but it's meant to be called via the dispatcher mod.php. So the correct URL looks like that:

typo3/mod.php?M=tools_beuser&SwitchUser=3&switchBackUser=1
mod.php?M=tools_beuser

Actions #2

Updated by Oliver Hader over 17 years ago

In bug #17462 this was the same with the mod.php dispatcher.

Actions #3

Updated by Christian Kuhn about 17 years ago

Added attached patch to fix this.

Actions #4

Updated by AZ about 17 years ago

happens also in 4.1.1

Actions #5

Updated by Ingmar Schlecht about 17 years ago

Committed to trunk and TYPO3_4-1. Will be fixed in 4.1.3.

Actions

Also available in: Atom PDF