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: cronjob usable for joomla 3.3.3 ?

cronjob usable for joomla 3.3.3 ? 24 Sep 2014 16:13 #1894

  • MERCIER
  • MERCIER's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
I have installed jifile in Ubuntu 14.4 and all works well.

But when I have tried to use the command for the cronjob, jifilecron.php gives me an error :

php -f /var/www/html/administrator/components/com_jifile/cron/jifilecron.php user1 password1

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

But Username and password are ok !

What could be the problem ?
The administrator has disabled public write access.

cronjob usable for joomla 3.3.3 ? 24 Sep 2014 19:22 #1895

  • Giampaolo
  • Giampaolo's Avatar
  • OFFLINE
  • Administrator
  • Posts: 465
  • Thank you received: 43
Hi,
We think that the new Joomla! have changed the process of login, and we need upgrade the Cron Job for the new version of Joomla!.

For now you can open a ticket at isApp.it Team to send you a workaround

Ticket link: www.isapp.it/en/support-ticket.html

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.

cronjob usable for joomla 3.3.3 ? 26 Sep 2014 17:11 #1896

  • MERCIER
  • MERCIER's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
To help other users in my case :

I received today a workaround from support team :

Consists in a "forcing" of username and password in file jifilecron.php

But I needed also to force the recognizing of the "Zend Framework" to use definitely the script jifilecron.php in a cron job :

To do this I have added the following line at the start of jifilecron.php ( Ubuntu 14.04 + Apache2 + Joomla 3.3.3 ) :

set_include_path(get_include_path() . PATH_SEPARATOR . "/var/www/administrator/components/com_jifile/libraries/ifile");

Replace in your case with the correct path of your Zend Framework.
The administrator has disabled public write access.