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

TOPIC: Basic installation problems

Basic installation problems 02 Jan 2012 17:29 #48

  • crony
  • crony's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 26
  • Thank you received: 2
Hello,

After installing I've got 2 errors :
-no path configured for the index, that I've managed adding the 2 lines :

/public_html/images/jifile/
and below :
/public_html/images/jifile/ifile_index

But I don't understand the purpose of ifile_index...


Then into/public_html/libraries/ifile/adapter/helpers/binaries
I've modified all rights to 755 but still have message :

XPDF Binaries File Unexecutable CHMOD 0755 Please set to 0755 for binaries XPDF in LIN.

Also, a documentation of the framework in english would be really great !
Thanks for your help !
Last Edit: 03 Jan 2012 10:11 by crony.
The administrator has disabled public write access.

Re: Basic installation problems 02 Jan 2012 17:56 #49

  • Antonio
  • Antonio's Avatar
  • OFFLINE
  • Administrator
  • Posts: 486
  • Thank you received: 66
Hi,
the folder ifile_index (you can call as you like) is used to contain the index of files to search.
To configure the path of the index must click on the "preferences" and also set the path to the folder that contains files to be indexed.

Note that the index folder is created automatically, and the file folder must be created manually.

For the problem on the XPDF Binaries may be that your host server does not allow you to run executable files.

Just we have time we will translate the documentation, but unfortunately this is not our primary job but a hobby and then we work in their free time.

I hope I helped
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: Basic installation problems 03 Jan 2012 17:15 #53

  • crony
  • crony's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 26
  • Thank you received: 2
Hello,

Thanks for your help. But it seems there's no problem with executing binaries with my hoster...
Does it needs XPDF to be installed as well on the server ? (as a lib seen into the php.ini ?)
I get this is a free open project, but you surely got more people interested with your project if it was in english at least.
I think we may work with your framework after testing, and extend it with other doc types. (we are a university)
Last Edit: 03 Jan 2012 17:18 by crony.
The administrator has disabled public write access.

Re: Basic installation problems 03 Jan 2012 17:58 #54

  • Antonio
  • Antonio's Avatar
  • OFFLINE
  • Administrator
  • Posts: 486
  • Thank you received: 66
Hello,
XPDF does not require installation.
Can you tell me which operating system and which version you use?
Perhaps it is a problem in the control.

What documentation you need, JiFile(for Joomla) or iFile(framework)?
Anyway we are already working on the translation of documentation jifile.

Out of curiosity, what University are you?
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.
The following user(s) said Thank You: crony

Re: Basic installation problems 04 Jan 2012 19:57 #55

  • crony
  • crony's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 26
  • Thank you received: 2
Hello,

Sent you a mail... :)

About our config :

Linux x86_64
MySql 5.0.77-log
PHP 5.3.2
Apache/2.2.15 (CentOS)
Serveur web pour interface PHP cgi-fcgi

Joomla! 2.5 beta

Everything seems okay, I've been able to index .doc files, but at the moment, the search engine does not find anything.
And I can't index pdf files due to right execution problem on XPDF / pdf2text file...

As I've seen your video tutorials where under windows, might be a problem with path ? I'll check a bit the source code to see what's going on as soon as I can...

Thanks !
The administrator has disabled public write access.

Re: Basic installation problems 04 Jan 2012 21:45 #56

  • Antonio
  • Antonio's Avatar
  • OFFLINE
  • Administrator
  • Posts: 486
  • Thank you received: 66
Are you sure that setting the permissions to 755 via ftp(file libraries/ifile/adapter/helpers/binaries/linux/pdftotext) this is effective.

Try also to print the permissions from the file libraries/ifile/servercheck/LuceneServerCheck.php in the following line(about 508):
...
if (!$oct) {
    $configmod = substr(sprintf('%o', fileperms($path)), -4);
    echo $configmod; // print permissions
    $trcss = (($configmod == $perm || $configmod == "0777") ?  true : false);
} else {
...
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
Last Edit: 04 Jan 2012 21:47 by Antonio.
The administrator has disabled public write access.

Re: Basic installation problems 04 Jan 2012 23:14 #57

  • crony
  • crony's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 26
  • Thank you received: 2
FTP tells me 755, but $configmod returns 1363 !!!
I also noticed there's no files into components/com_jifile (but there are into administrator/components/com_jifile , admin is fully functionnal...)
The administrator has disabled public write access.

Re: Basic installation problems 04 Jan 2012 23:23 #58

  • crony
  • crony's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 26
  • Thank you received: 2
Every times I reload the admin component page, the rights are setuping to 363 automaticaly...
The administrator has disabled public write access.