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

Re: Basic installation problems 05 Jan 2012 02:31 #59

  • crony
  • crony's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 26
  • Thank you received: 2
The administrator has disabled public write access.

Re: Basic installation problems 05 Jan 2012 10:09 #60

  • Antonio
  • Antonio's Avatar
  • OFFLINE
  • Administrator
  • Posts: 486
  • Thank you received: 66
crony wrote:
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...)

We have found a use case similar to yours, so we are trying to find the cause.

It is normal that the folder components/com_jifile is empty because the extension is just the backend.

To exclude a host issue, try the following change end tries to index a pdf:
libraries/ifile/servercheck/LuceneServerCheck.php line about 516
(function checkPermits)
    ...
    //return $trcss;
    return true;
}  
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 05 Jan 2012 10:21 #61

  • crony
  • crony's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 26
  • Thank you received: 2
I've got :

"Error recovery document: Empty body"
The administrator has disabled public write access.

Re: Basic installation problems 05 Jan 2012 11:31 #62

  • Antonio
  • Antonio's Avatar
  • OFFLINE
  • Administrator
  • Posts: 486
  • Thank you received: 66
Then it is almost certainly a permissions problem host.
Anyway we are checking with our host for answers.

I let you 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
The administrator has disabled public write access.

Re: Basic installation problems 05 Jan 2012 12:25 #63

  • Antonio
  • Antonio's Avatar
  • OFFLINE
  • Administrator
  • Posts: 486
  • Thank you received: 66
Try to edit the file and edit it:
libraries/ifile/servercheck/LuceneServerCheck.php line about 503
(function checkPermits)
   ...
    //chmod($path, $perm); // comment this
    clearstatcache();
   ...

then sets the permissions again to 755 via ftp
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 05 Jan 2012 14:39 #64

  • crony
  • crony's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 26
  • Thank you received: 2
Permission stills 755, but can't index the pdf, same error message on body...
Can't read the pdf...
The administrator has disabled public write access.

Re: Basic installation problems 05 Jan 2012 16:08 #65

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

yum install libstdc++.x86_64 libstdc++.i686

Because our server is in 64 bits and didn't have the libs in 32 bits...
Works perfect !
Maybe add a 64 bits pdftotext.bin ?
The administrator has disabled public write access.
The following user(s) said Thank You: Antonio

Re: Basic installation problems 05 Jan 2012 16:48 #66

  • crony
  • crony's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 26
  • Thank you received: 2
Hmm, still needs to comment //chmod($path, $perm); // comment this
If not, rights are going back to 363...
The administrator has disabled public write access.