$edu = $this->data->education;
foreach ($edu as $k => $node)
{
if ($node->type == $parts[1])
{
unset($parts[0]);
unset($parts[1]);
$newPath = 'education.' . $k . '.' . implode('.', $parts);
$data = parent::get($newPath, $default);
break;
}
}$edu = $this->data->education;
if($edu)
{
foreach ($edu as $k => $node)
{
if ($node->type == $parts[1])
{
unset($parts[0]);
unset($parts[1]);
$newPath = 'education.' . $k . '.' . implode('.', $parts);
$data = parent::get($newPath, $default);
break;
}
}
}We have seen this error before, but they don't seem to affect anything from functioning for us. If you're still having trouble after the above code change let us know. Otherwise, I think turning off the warnings would be fine for this second set of errors.Warning: Cannot modify header information - headers already sent by (output started at /home/snip/components/com_jfbconnect/libraries/profile/facebook.php:290) in /home/snip/components/com_jfbconnect/libraries/provider/facebook.php on line 299"
and
"Warning: Cannot modify header information - headers already sent by (output started at /home/snip/components/com_jfbconnect/libraries/profile/facebook.php:290) in /home/snip/components/com_community/libraries/core.php on line 534"
Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.
