[Typo3] Call to a member function

Kraft Bernhard kraftb at gmx.net
Wed Feb 23 17:36:35 CET 2005


Bart Aninowski wrote:
> Hi
> I am tring to install typo3 on server with ftp access.
> I uploaded all files from testing server but cant figure out where this 
> error came from
> 
> Fatal error: Call to a member function on a non-object in 
> /tslib/class.tslib_fe.php on line 2204
> 

Reading class.tslib_fe.php line 2204:

       if (is_array($this->TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_fe.php']['pageIndexing'])) {
          foreach($this->TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_fe.php']['pageIndexing'] as $_classRef)  {
             $_procObj = &t3lib_div::getUserObj($_classRef);
             $_procObj->hook_indexContent($this);
          }
       }

So it seems as
             $_procObj->hook_indexContent($this);
can't get executed cause $_procObj is no object...

this can just be the case when you have TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_fe.php']['pageIndexing']
set to some option but not have the required class-file included ...


try to reinstall indexed search ...


greets,
Bernhard
-- 
Kraft Bernhard
MOKKA Medienagentur <http://www.mokka.at>
T: +43 - 1 - 895 33 33 - 50



More information about the TYPO3-english mailing list