Forum

JiFile for Joomla!

JIFile
JiFile is a component for Joomla! that allows you to index file contents (PDF, DOC, etc..) to perform searches in them.

Learn more...  Demo

JoomPhoto Mobile

JPhotoMobile
JoomPhoto Mobile is a component for Joomla! that allows you to share the photos from your Android device to your site Joomla.

Learn more...  Demo

iFile Framework

IFile
IFile is an open source framework written entirely in PHP, allows the indexing of textual content of a document (DOC, PDF, EXCEL, etc.) and a quick search within them.

Learn more...  Demo

Easy Language

EasyLanguage
Easy Language is a plugin for easy and immediate management of multilingual texts in every possible area of joomla, articles, components, modules, metadata, template, other components(example K2) etc.

Learn more...

Article Book Effect

Article Book Effect
View Joomla articles with the effect turns the page of a book. This plugin will display the contents of an article in Joomla as a real book or magazine, using all the benefits of HTML5

Learn more...  Demo

 

Passport photo

Passport photo
The most popular Android app that allows you to print photos cards for your documents with your Android smartphone, in a simple and intuitive way.

Learn more...

 

Crazy Shadow

Crazy Shadow
Crazy Shadow is the 3D fast-paced and fun puzzle Android game! Try to rotate and drag shapes in the position of their shadows without fail! Solve in succession all combinations of levels of the game.

Learn more...

 

Admin Countdown

Admin Countdown
Module for Joomla! 2.5 and 3.x displays in the administration part of the site, a timer with countdown of the time remaining in your session.

Learn more...  Demo

 
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: Errore () Zend Framework is not installed

Re: Errore () Zend Framework is not installed 29 Aug 2012 14:36 #549

  • Rocco
  • Rocco's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
Ho eseguito questa operazione da prompt la xpdf funziona correttamente in quanto stampo a video il contenuto del file passato, ma nonostante ciò non capisco perchè continua a non indicizzare i file pdf e docx.
The administrator has disabled public write access.

Re: Errore () Zend Framework is not installed 29 Aug 2012 14:48 #550

  • Giampaolo
  • Giampaolo's Avatar
  • OFFLINE
  • Administrator
  • Posts: 465
  • Thank you received: 43
Sembra molto strano.
Mi puoi mandare quello che la serverCheck.php stampa a video (anche uno screenshoot)?
Non vorrei che non fosse abilitata la popen().

Altrimenti cominciamo a debaggare l'adapter per l'indicizzazione del PDF e capire dove può nascere il problema (potrebbe essere anche un problema di encoding).
If you like, if it was useful, consider a donation, Thanks
Se vuoi, se ti siamo stati utili, considera una donazione, Grazie
Help us by voting our extensions on Joomla.org:
JiFile
JoomPhoto Mobile
Easy Language
The administrator has disabled public write access.

Re: Errore () Zend Framework is not installed 29 Aug 2012 14:53 #551

  • Rocco
  • Rocco's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
in allegato lo screenshot della schermata servercheck
Attachments:
  • Attachment This image is hidden for guests. Please log in or register to see it.
The administrator has disabled public write access.

Re: Errore () Zend Framework is not installed 29 Aug 2012 15:24 #553

  • Giampaolo
  • Giampaolo's Avatar
  • OFFLINE
  • Administrator
  • Posts: 465
  • Thank you received: 43
ok, tutto è configurato correttamente.

Iniziamo a verificare se l'adapter (Ifile 1.1.4) recupera correttamente il testo.

Apri il file: adapter/Adapter_Search_Lucene_Document_PDF.php

nel metodo: getTxtFromBinaries()

commenta la riga 210 e scrivi questo:
$handle2 = popen($pathBinaryFile .  "helpers/binaries/windows/pdftotext.exe -cfg {$configXpdf} \"{$this->getFilename()}\" - 2>nul", 'r');

prima del return (più o meno verso la riga 230) scrivi:
echo "Contenuto del PDF: </br>";
echo $contents;
die();

Se ritorna il contenuto allora vuol dire che il problema risiede nel tipo di encoding utilizzato nella configurazione della XPDF e nel XML di configurazione di IFile, altrimenti diventa a questo punto difficile capire da remoto quale potrebbe essere il problema.
If you like, if it was useful, consider a donation, Thanks
Se vuoi, se ti siamo stati utili, considera una donazione, Grazie
Help us by voting our extensions on Joomla.org:
JiFile
JoomPhoto Mobile
Easy Language
The administrator has disabled public write access.
  • Page:
  • 1
  • 2