0

I developed an modul for contao 3.0. In my config.php file i wrote this lines:

$GLOBALS['BE_MOD']['content']['modultest'] = array(
'tables' => array('tl_modultest'),
'icon'       => 'system/modules/modultest/time_go.png',

);

Now i have the problem, that i want to deinstall the modul. But the menupoint in the backend is still there, even if i deleted the lines above.

Can anybody help me to deactivate or delete deactivated or deinstalled modules from the backend menu ?

4

1 回答 1

0

您的问题可能是您没有重建 Contao 3.0 中引入的内部缓存。为此,请转到Maintenance,然后在Purge部分下选中标记为Purge the internal cache的复选框,然后单击Purge data

于 2014-12-19T07:42:42.637 回答