Project

General

Profile

Actions

Bug #17042

closed

Tools->User Admin-> List users online is broken

Added by Steffen Müller about 17 years ago. Updated about 17 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2007-02-26
Due date:
% Done:

0%

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

Description

Tools->User Admin-> List users online in the The Backend User Administration is broken.

I don't get information about online users, but:

Warning: Invalid argument supplied for foreach() in /var/www/typo3_src/typo3_src-4.1.0RC2/typo3/sysext/beuser/mod/index.php on line 1515

Warning: Invalid argument supplied for foreach() in /var/www/typo3_src/typo3_src-4.1.0RC2/typo3/sysext/beuser/mod/index.php on line 1525

Warning: Invalid argument supplied for foreach() in /var/www/typo3_src/typo3_src-4.1.0RC2/typo3/sysext/beuser/mod/index.php on line 1533

Go to module Tools->User Admin and choose "List users online" from dropdown menu.

(issue imported from #M5073)


Files

bug_5073.diff (808 Bytes) bug_5073.diff Administrator Admin, 2007-02-26 18:42
bug_5073_v2.diff (4.38 KB) bug_5073_v2.diff Administrator Admin, 2007-02-26 18:59

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #17056: Error in "Who is online" in T3 4.1 rev. 2163ClosedOliver Hader2007-02-28

Actions
Actions #1

Updated by Steffen Müller about 17 years ago

Appended patch fixes the issue.

Actions #2

Updated by Oliver Hader about 17 years ago

Thanks Steffen! I've uploaded a new patch that fixes some other oddities:
  • removed the "u" (as already done by Steffen's patch)
  • fixed gethostbyaddr if the IP lock was disabled for a back-end user
  • rewritten the rendering part to visualize the table
  • added is_array($sessions) check to foreach loop
Actions #3

Updated by Oliver Hader about 17 years ago

Committed to Trunk.

Actions

Also available in: Atom PDF