[TYPO3-Solr] Re: indexing failes because of no real frontend user
Rolf Nakielski
rolf at nakielski.de
Thu Mar 26 11:27:23 CET 2015
I did another test:
it works OK if I check for the frontend user with this condition:
if (((int)$GLOBALS['TSFE']->loginUser === 1) && $GLOBALS['TSFE']->fe_user->user['uid']){...}
So during the indexing process $GLOBALS['TSFE']->loginUser is true but there is no $GLOBALS['TSFE']->fe_user.
This is strange somehow...
More information about the TYPO3-project-solr
mailing list