Bug #14644
closedTask center is not running at all
0%
Description
When you click on the User --> task center you get the following error:
Warning: Missing argument 1 for overview_main() in /home/typo3_src-3.8.0beta1/typo3/ext/sys_notepad/class.tx_sysnotepad.php on line 36
Fatal error: Call to a member function on a non-object in /home/typo3_src-3.8.0beta1/typo3/ext/sys_notepad/class.tx_sysnotepad.php on line 40
The second error is depending on the first, since the argument missing is $pObj for
function overview_main(&$pObj)
Klick on Task Center
(issue imported from #M943)
Updated by Karsten Dambekalns over 19 years ago
Christian Jul Jensen said:
I did the changes to the taskcenter. The changes requires the modules
to have a few things changed since i changed the API slightly.
I have updated all the official modules, they are in t3extdev cvs, I
wasn't aware that the old ones we're shipped with the beta as global
modules.
So this is a packaging bug...