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: cron ?

cron ? 08 Oct 2013 12:27 #1484

  • Antonio
  • Antonio's Avatar
  • OFFLINE
  • Administrator
  • Posts: 486
  • Thank you received: 66
Hi,
Thanks for reporting.

We are working to resolve.
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.

cron ? 10 Oct 2013 19:58 #1496

I'M getting the following error when i run the cron job:

<br />
<b>Fatal error</b>: Class 'IFileFactory' not found in <b>/home/irdet2/public_html/administrator/components/com_jifile/cron/jifilecron.php</b> on line <b>39</b><br />


please advise.

thanks,
nick
The administrator has disabled public write access.

cron ? 10 Oct 2013 22:45 #1497

  • Giampaolo
  • Giampaolo's Avatar
  • OFFLINE
  • Administrator
  • Posts: 465
  • Thank you received: 43
Hi,
"CRON 1.0.1" works only on JiFile 1.0.9.

We worging for release, in this days (we hope tomorrow) the version for JiFile 2.0.

Please wait.
Thanks
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.

cron ? 11 Oct 2013 11:47 #1498

  • Giampaolo
  • Giampaolo's Avatar
  • OFFLINE
  • Administrator
  • Posts: 465
  • Thank you received: 43
Hi,
released the new version of Cron for working also on JiFile 2.0.

www.isapp.it/it/download-jifile/jifile-cron.html
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.

cron ? 28 Nov 2013 10:59 #1576

Hello
I try to use the cron but I have an error : Errore: Zend Framework is not installed
Do I have to install Zend Framework on my own or does the cron use an embed librairy from iFile?
The administrator has disabled public write access.

cron ? 28 Nov 2013 11:09 #1577

  • Antonio
  • Antonio's Avatar
  • OFFLINE
  • Administrator
  • Posts: 486
  • Thank you received: 66
Hi,
you can install Zend Framework 1.11 (JiFile not works, for now, with Zend Frameworks 2.0) how to PEAR.

Otherwise you can copy the Zend folder present here iFile Library 1.2.1 For JiFile 2.x

and paste this in your application. Now you must define the include path for read Zend from this folder:

Copy this code:
$include_path = get_include_path();
$include_path .= PATH_SEPARATOR."xxx/xxx/xxxx"; 
// where xxx/xxx/xxxx is the Absolute Path of the Zend Folder
set_include_path($include_path);

and paste in the:
jifilecron.php on line 11.

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
Last Edit: 28 Nov 2013 11:10 by Antonio.
The administrator has disabled public write access.

cron ? 28 Nov 2013 14:50 #1578

That is working. thanks a lot.
The administrator has disabled public write access.

cron ? 24 Feb 2014 20:24 #1664

  • asjkldaj
  • asjkldaj's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hi,

JiFile is a great plugin!
But the cron job doesnt work for me:

"Username and password do not match or you do not have an account yet."

I tried to debug this a little bit. The Problem seams to be that the passwords doesnt match.
When I add some debugging code:
 
...
 
if ($result) {
 
			$parts	= explode(':', $result->password);
 
			$crypt	= $parts[0];
 
			$salt	= @$parts[1];
 
			$testcrypt = JUserHelper::getCryptedPassword($credentials['password'], $salt);
 
 
 
			echo "crypt = $crypt";
 
			echo "testcrypt = $testcrypt";
 
			echo "parts0 = $parts[0]";
 
			echo "salt = $salt";
...

the response is:
crypt = $P$D76AAW3hma5pLEPczDT28ejkwTU...
testcrypt = 098f6bcd4621d373cade4e832627...
parts0 = $P$D76AAW3hma5pLEPczDT28ejkwTU...
salt =

So I think the salt is missing?

I am using joomla 3.2.2


Do you have any idea? :)
The administrator has disabled public write access.