Joomla!ŪPlug

. XCloner - Backup and Restore Component

OOPS. Your Flash player is missing or outdated.Click here to update your player so you can see this content.
Joomla backup and restore component

XCloner for Wordpress new!

 
 
JoomlaPlug.com
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Erron on line 51 (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Erron on line 51
#6782
csrc (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Erron on line 51 1 Year, 1 Month ago  
I'm having the following problem on my site:

Warning: Invalid argument supplied for foreach() in /home/storage/4/c9/c2/souadministrador1/public_html/plugins/system/jcron.php on line 51

Any solution?
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#6783
Ovidiu - Support! (Admin)
Admin
Posts: 2927
graph
User Online Now Click here to see the profile of this user
joomlaplug JoomlaPlug.com
Re:Erron on line 51 1 Year, 1 Month ago  
It seems that JCron is unable to find any published tasks to run , anyway, to fix that, simply open the public_html/plugins/system/jcron.php file and before line 51

foreach($data as $value)

add this code

if(is_array($data))

so it will look like

if(is_array($data))
foreach($data as $value)

Ovidiu
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop

Search JoomlaPlug.com

All rights reserved to JoomlaPlug.com ©2006-2012!

The Joomla!® name is used under a limited license from Open Source Matters in the United States and other countries.
JoomlaPlug.com is not affiliated with or endorsed by Open Source Matters or the Joomla! Project.