[TYPO3-Solr] not index pages "BE-users-only"

Irene Eglin irene.eglin at unibas.ch
Thu Mar 22 17:57:00 CET 2012


Hi Ingo

Thank you - it helped!

But I still would appreciate, if you can find out what is the problem, 
because if I initialize the Indexqueue anew, these pages enter it again 
- and I have to do the workaround again ...

Thanks,
Irene



Ingo Renner schrieb:
> Am 20.03.12 18:53, schrieb Irene Eglin:
> 
> Hi Irene,
> 
>> In our website we have a subtree which is "for backend-users only"
>> (Backend User Section; hidden in menus; TCEMAIN.permissions.everybody=0)
>>
>> Up to now the pages in this tree were left out while indexing (like it
>> should be)
>>
>> After updating to the actual EAP-Version, ext-solr tries to index those
>> pages and the whole indexing stops:
> 
> I'm not sure how these pages could have entered the Index Queue.
> 
> As a workaround for now you could simply remove them from the Index Queue.
> 
> * Install EXT:info_subpages
> * Go to Web-> Info
> * Select "Sub Page IDs" in the Info module
> * Select a page in the tree
> * Take the returned comma-separated list of page IDs
> 
> Use this SQL statement to remove all pages of that tree from the Index 
> Queue:
> 
> DELETE FROM tx_solr_indexqueue_item
> WHERE root = {Your root page ID here}
> AND item_type = 'pages'
> AND item_uid IN ( {comma list of page IDs here} )
> 
> 
> Let me know if that helped
> Ingo
> 

-- 
UNIVERSITÄT BASEL
Universitätsbibliothek
Irene Eglin-Müller
Wissenschaftliche Mitarbeiterin IT
Schönbeinstrasse 18-20
4056 Basel, Schweiz
Tel. +41 (0)61 267 30 48
E-Mail irene.eglin at unibas.ch
URL http://www.ub.unibas.ch/


More information about the TYPO3-project-solr mailing list