Bu hatanın giderilmesi için aşağıdaki işlemleri yapacağız.
Aşağıdaki dosyayı açıyororuz router.php,
C:\wamp\www\xxx\components\com_acepolls\router.php - line 33 (in my case that's the problem file)
33. satırı yani Aşağıdaki satırı siliyoruz,
$items = $menu->getItems('componentid', $component->id);
Aşağıdaki satırı aynı yere kopyalıyorsunuz yada yazıyorsunuz ve kaydediyorsunuz,
$items = $menu->getItems('component_id', $component->id);
Problem çözülmüş olacaktır. Şimdi sorunsuz kullanabilirsiniz.