News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

cron error

Started by Juan Carlos, November 01, 2018, 06:29:18 PM

Previous topic - Next topic

Juan Carlos

I have this error in my recent upgrade from gh
Juan Carlos

albertlast

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)

Juan Carlos

it seems that it was corrected

Thanks albertlast
Juan Carlos

Advertisement: