[Typo3] Kickstarter problem

Dmitry Dulepov typo3 at fm-world.ru
Mon Oct 24 10:25:12 CEST 2005


Hi!

Grunde Løvoll wrote:
> $this->cObj->enableFields(tx_kccbase_category);

Simple PHP error (undefined string contant), it should be:

$this->cObj->enableFields('tx_kccbase_category');

> Further: the debug(); call do not work.

It works only from a number of ip addreses (defined in install tool).
Usually these are 192.168.0.* and 127.0.0.1.

Dmitry.



More information about the TYPO3-english mailing list