Forum

JiFile per Joomla!

JIFile
JiFile è una componente per Joomla! che permette di indicizzare il contenuto dei file(PDF, DOC, ecc.) per poter effettuare delle ricerche al loro interno.

Scopri di più...  Demo

JoomPhoto Mobile

JPhotoMobile
JoomPhoto Mobile è una componente per Joomla! che ti permette di condividere le foto dal tuo dispositivo Android sul tuo portale Joomla!.

Scopri di più...  Demo

iFile Framework

IFile
IFile è un framework open source scritto interamente in PHP, permette l'indicizzazione dei contenuti testuali di un documento (DOC, PDF, EXCEL, etc) e una rapida ricerca all'interno degli stessi.

Scopri di più...  Demo

Easy Language

EasyLanguage
Easy Language è un plugin per la gestione semplice ed immediata di testi multilingua in ogni parte possibile di joomla, articoli, componenti, moduli, metadata, template, altri componenti(esempio K2) ecc.

Scopri di più...

Article Book Effect

Article Book Effect
Visualizza gli articoli di Joomla con l'effetto volta pagina di un libro. Questo plugin consente di visualizzare il contenuto di un articolo Joomla come un vero e proprio libro o una rivista, utilizzando tutti i vantaggi di HTML5

Scopri di più...  Demo

 

Fototessera

Article Book Effect
La più famosa Android App che ti permette di stampare le foto tessere per i tuoi documenti con il tuo smartphone Android, in modo semplice ed intuitivo.

Scopri di più...

 

Ombra pazza 3D

Ombra pazza 3D
Ombra Pazza è il puzzle game 3D frenetico e divertente per Android! Prova a ruotare le forme portandole nella posizione delle proprie ombre senza mai fallire! Risolvi una dopo l'altra tutte le combinazioni dei livelli di gioco.

Scopri di più...

 

Admin Countdown

Admin Countdown
Modulo per Joomla! 2.5 e 3.x visualizza nella parte di amministrazione del sito, un timer con il conto alla rovescia del tempo rimanente della tua sessione.

Scopri di più...  Demo

 
Benvenuto, Ospite
Nome utente: Password: Ricordami
  • Pagina:
  • 1
  • 2
  • 3

ARGOMENTO: [SOLVED] No results in front end - back end ok

[SOLVED] No results in front end - back end ok 17/01/2013 21:47 #898

  • Aaron
  • Avatar di Aaron
  • OFFLINE
  • Fresh Boarder
  • Messaggi: 7
I've seen 2 other topics with the same problem, and there isn't any solutions in either of them. I'm getting the same problem. Files index fine in the backend, but no results show on the front end.

I have all smart search plugins disabled and I have "Search - Content" and "Search - JiFile plugins enabled."

I have created a menu item as "Search » Search Form or Search Results"

None of the indexed files show up in the results on the front end of the site.

Please advise!



Ultima modifica: 01/02/2013 13:08 da Giampaolo.
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

No results in front end search - back end ok 19/01/2013 12:30 #900

  • Antonio
  • Avatar di Antonio
  • OFFLINE
  • Administrator
  • Messaggi: 486
  • Ringraziamenti ricevuti 66
We check the log, and you do know
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
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

No results in front end search - back end ok 19/01/2013 13:31 #901

  • Antonio
  • Avatar di Antonio
  • OFFLINE
  • Administrator
  • Messaggi: 486
  • Ringraziamenti ricevuti 66
From the log it all seems ok except the server configuration 32 bit since your server is 64-bit, but since it works on the backend, you can leave it.

We can only debug the code to understand where is the problem:
plugins/search/jifile/jifile.php at line 95 about, add this line
...
$pathD = jifilehelper::getCorrectFilename($doc->getFieldValue('path'));
die($pathD); //add this
...
then do a search and tell me what you print.
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
Ultima modifica: 19/01/2013 13:38 da Antonio.Motivo: add file
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

No results in front end search - back end ok 19/01/2013 14:48 #902

  • Aaron
  • Avatar di Aaron
  • OFFLINE
  • Fresh Boarder
  • Messaggi: 7
Yea, for some reason, if I set it to 64-bit, all of the PDF's fail to index in the backend.

Nothing happened when I added die($pathD); //add this
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

No results in front end search - back end ok 19/01/2013 15:02 #903

  • Antonio
  • Avatar di Antonio
  • OFFLINE
  • Administrator
  • Messaggi: 486
  • Ringraziamenti ricevuti 66
Ok, then try adding the following code to the line 83:
...
$lucene = $model->search($text, null, $phrase, null, null, $limit);
die($text.'  '.var_dump(empty($lucene))); //add tihs
...

If here does nothing to put the following at line 77:
...
$model = JModel::getInstance('JifileModelLucene');
die($text.'  '.var_dump($model->getError())); //add tihs
...
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
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

No results in front end search - back end ok 19/01/2013 16:49 #904

  • Aaron
  • Avatar di Aaron
  • OFFLINE
  • Fresh Boarder
  • Messaggi: 7
nothing happened when I added the first suggestion from above, but when I added the second suggestion, I got this, on a blank page:

string(31) "Root-application_does_not_exist" 4860
Ultima modifica: 19/01/2013 16:52 da Aaron.
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

No results in front end search - back end ok 19/01/2013 17:18 #905

  • Antonio
  • Avatar di Antonio
  • OFFLINE
  • Administrator
  • Messaggi: 486
  • Ringraziamenti ricevuti 66
mmm... there has never happened...
Now we can do two things, you can give a user to log in via FTP to your site in order to act directly, or continue as now and going to add debugging code.

Let us know.
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
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

No results in front end search - back end ok 21/01/2013 00:49 #907

  • Matthias
  • Avatar di Matthias
  • OFFLINE
  • Fresh Boarder
  • Messaggi: 7
Hi, I´m having the exact same problem as Aaron.
Backend indexing is fine, automatic as well as manual - server set to 64 bit and the server uses 64 bit.
No results in front end search.

I already added the code you suggested for line 95 but still nothing.

Joomla 2.5.8, three different templates. Backend and standard frontend language is German, the site is bilingual (German and English).
The language of all German articles is set to "German".
I´m using Joomla´s standard search and it also finds e. g. keywords from JComments.
My ISP said I am using XCache and this wouldn´t work..?

Any help is much appreciated.

Thanks, Matthias
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.
  • Pagina:
  • 1
  • 2
  • 3