Bug #15974
closedTaskcenter doesn't load
0%
Description
Klicking on the Taskcenter link in the left menu of the BE throws the following error message:
Warning: Missing argument 1 for overview_main() in /home/cmsbox/dkg86.de/typo3conf/ext/taskcenter_modules/class.tx_taskcentermodules.php on line 36
Warning: implode(): Bad arguments. in /home/typo3_src-4.0rc2/t3lib/class.t3lib_befunc.php on line 3587
Fatal error: Call to a member function on a non-object in /home/cmsbox/dkg86.de/typo3conf/ext/taskcenter_modules/class.tx_taskcentermodules.php on line 42
Installed taskcenter parts:
taskcenter 0.1.2
sys_action 1.1.2
sys_messages 1.0.6
taskcenter_modules 0.0.4
sys_notepad 1.0.6
taskcenter_recent 0.0.7
taskcenter_rootlist 0.0.7
sys_todos 2.0.2
sys_workflows 2.04
(issue imported from #M3108)
Updated by JoH over 18 years ago
With some trial and error I found out that there are three parts that don't work correctly - the rest seems to be loading as expected. But as soon as you install one of these
sys_messages 1.0.6
taskcenter_modules 0.0.4
sys_notepad 1.0.6
you will get a similar error message as described above.
Each of them contains a function using &$pObj, which doesn't seem to be available.
HTH
Updated by Ingmar Schlecht over 18 years ago
Hi Joey, hi Julle,
I can confirm that the error happens as soon as you install the extension "taskcenter_modules".
I have just assigned this bug to Julle, and would like to ask him to immediately check whether this is a bug in the taskcenter sysext shipped with 4.0 or if this is a problem that needs to be fixed in the taskcenter_modules extension.
If it neeeds changes in the taskcenter extension shipped with the core, a patch must immediately be written, because we're going to release rc3 tonight and final 2 days after.
cheeres,
Ingmar
Updated by Rupert Germann over 18 years ago
seems that taskcenter_modules is not compatible with the taskcenter anymore.
Updated by Christian Jul Jensen over 18 years ago
Hi guys,
The API was changed when I changed the taskcenter for 3.8. At the same time the modules where changed and also moved out of the core.
This error occurs because you did not update your taskcenter modules, please make sure you have the most recent version of the modules from TYPO3xdev cvs.
There has been some confusion about these modules when 3.8 was released. And I think 3.8 was released with the old version of the modules.
I'll make sure the modules are updated in TER, since they are no longer to be distributed with the core.
Please let me lnow that I did not miss something here
Updated by Ingmar Schlecht over 18 years ago
Hi Julle,
Yes, I think you are right.
So please put the latest versions of those extensions to TER.
cheers,
Ingmar
Updated by Christian Jul Jensen over 18 years ago
Uploaded new versions of:
sys_messages
sys_notepad
sys_todos
taskcenter_modules
taskcenter_recent
taskcenter_rootlist
to TER.