Bug #17494
closedswitch to User does not Work in List Modul
0%
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
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
Updated by Oliver Hader over 17 years ago
In bug #17462 this was the same with the mod.php dispatcher.
Updated by Ingmar Schlecht about 17 years ago
Committed to trunk and TYPO3_4-1. Will be fixed in 4.1.3.