Bug #21253
closedIndexing of files provided by dam_frontend extension fails
0%
Description
I've just add dam_frontend extension to manage links to files stored and managed by dam extension.
I try indexing all pages showing single views of my files (descriptions, link to the file ....)
With crawler i successfully manage to send URLS of these single views, but when indexing the content is not indexed, nor the file (PDF) neither the description etc ...
I don't know why because with same configuration i manage to index single views of my tt_news including content and file links.
I attach 2 examples in debug mode (see additional informations for source of contents trying to index)
The difference i see is that in contentParts the body is empty for dam_frontend.
Here is the source of the ttt_news content
<div class="contenu_1">
<a id="c636"></a>
<h2>Mise à disposition des packages DB2 EVALSTAT et restitutions BO pour les évaluations CE1 et CM2 </h2>
<h4>24.07.09 13:13 Il y a: 80 Jour(s) </h4>
<h3></h3>
<p class="news-single-author"> </p>
<p class="bodytext">Les académies peuvent dès à présent télécharger :<br /> - une mise à jour de la base EVALSTAT avec la procédure d'installation <a href="http://difftest.in.ac-orleans-tours.fr/diff/produits/evaluation_primaire/tel/versionsBO.html&quot; target="_blank" >ici</a> ou dans la rubrique 'Univers BO''.<br /> - l'univers et les requêtes BO avec leur documentation associée <a href="http://difftest.in.ac-orleans-tours.fr/diff/produits/_bo.php&quot; target="_blank" >ici</a> ou dans la rubrique 'Univers BO''.<br /> NB : une note d'information spécifique aux requêtes CM2 est jointe dans le package.
</p>
<p class="bodytext">Selon votre situation en académie, vous devez vous référer aux consignes données le 15 juillet 2009.<br /> Les scénarii ODI qui effectueront l'alimentation de la base de données EVALSTAT <strong>ne pourront être déclenchés qu'à partir du 24 juillet après-midi</strong>, après confirmation du PIAD par e-mail.
</p>
<p class="bodytext"> N'oubliez pas de répondre au suivi de l'installation des Restitutions BO - CE1 en académie à l'adresse <a href="javascript:linkTo_UnCryptMailto('nbjmup+ejgg/fwbmAbd.psmfbot.upvst/gs');" >diff.eval(at)ac-orleans-tours.fr</a> .</p>
<div class="news-single-additional-info">
<dl class="news-single-files"><dt>Fichiers:</dt>
<dd><img src="typo3/sysext/cms/tslib/media/fileicons/pdf.gif" width="18" height="16" border="0" alt="" title="" /><a href="uploads/media/MPD_DIAG_GEOGRAPHIQUE.pdf" >MPD_DIAG_GEOGRAPHIQUE.pdf</a></dd></dl>
</div>
<a href="index.php?id=248" >Retourner à la liste</a>
</div>
</div>
And here is the source of the dam_frontend content
<div class="contenu_1">
<a id="c735"></a>
<div class="tx-damfrontend-pi1">
<table class="file_singleView" border="1">
<tr>
<th>TITRE</th><th>Calendrier Evaluation 2009</th>
</tr>
<tr>
<td class="title">PUBLIE LE </td><td>04-03-2009</td>
</tr>
<tr>
<td class="title">DESCRIPTION</td><td>Le calendrier du projet pour les prochains mois.</td>
</tr>
<tr>
<td class="title">TAILLE </td><td>21 Ko</td>
</tr>
<tr>
<td class="title">TYPE</td><td>pdf</td>
</tr>
<tr>
<td class="title">LIEN</td><td><a href="fileadmin/diffusion/produits/eval1d/Documentations/Documents_Reference/calendrier_evaluation_2009.pdf" ><img src="typo3conf/ext/dam_frontend/res/ico/clip_pasteafter.gif" width="12" height="12" border="0" alt="" title="" /></a> <span style="font-weight: bold"><a href="fileadmin/diffusion/produits/eval1d/Documentations/Documents_Reference/calendrier_evaluation_2009.pdf" >calendrier_evaluation_2009.pdf</a></span></td>
</tr>
<tr>
<td colspan="2" ><a href="index.php?id=291" ><img src="typo3conf/ext/dam_frontend/res/ico/turn_left.gif" width="9" height="11" border="0" alt="" title="" /></a></td>
</tr>
</table>
</div>
</div>
</div>
(issue imported from #M12208)
Files
Updated by eric about 15 years ago
It appears that content generated by dam_frontend is not in cache (using USER_INT) ...
Is there a way to index it ??
Updated by Axel Brand almost 15 years ago
Is there any code like
$GLOBALS['TSFE']->set_no_cache();
in the extension? comment it out and it will work.