Simple Machines Community Forum

SMF Support => SMF 2.1.x Support => Topic started by: Juan Carlos on November 01, 2018, 06:29:18 PM

Title: cron error
Post by: Juan Carlos on November 01, 2018, 06:29:18 PM
I have this error in my recent upgrade from gh
Title: Re: cron error
Post by: albertlast on November 06, 2018, 05:48:11 AM
Try this change go here: https://github.com/SimpleMachines/SMF2.1/blob/release-2.1/Sources/Profile-View.php#L389
change the line from
foreach ($extra as $k => $v)
to
foreach ((array) $extra as $k => $v)
Title: Re: cron error
Post by: Juan Carlos on November 06, 2018, 11:04:30 AM
it seems that it was corrected

Thanks albertlast