[TYPO3-english] site_crawler status "Error: No crawler entry found!"

2011-08-11 Thread Jan Wehe
Hi, I use realURL 1.11.2 and site_crawler 3.2.0 with TYPO3 4.5.4 to fill the indexed_search results. On our old server everything works fine, so the site_crawler configuration should be correct. (we used realURL 1.7.0 and site_crawler 3.2.0 with TYPO3 4.4.4) I build the crawler queue on the con

[TYPO3-english] felogin hook beforeRedirect doesn't work

2012-05-16 Thread Jan Wehe
Hello, I'm using TYPO3 4.6.7 with felogin 1.4.0 and try to use the beforeRedirect hook. I created a class file named class.felogin-hook.php in my extension directory. It only contains sample code: class.felogin-hook.php == class user_nwsso_login { function login(&$par

Re: [TYPO3-english] felogin hook beforeRedirect doesn't work

2012-05-17 Thread Jan Wehe
, 16 May 2012 22:12:41 +0200, Jigal van Hemert wrote: > Hi, > > On 16-5-2012 15:04, Jan Wehe wrote: >> >> Hello, >> I'm using TYPO3 4.6.7 with felogin 1.4.0 and try to use the >> beforeRedirect >> hook. > > The hook is only called if: > -

Re: [TYPO3-english] felogin hook beforeRedirect doesn't work

2012-05-18 Thread Jan Wehe
$user['password'] = $this->login['uident_text']; return $user; } function authUser($user) { $OK = false; // phpBB Login... return $OK; } } if (defined('TYPO3_MODE') && $TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS'][&#x