Internal Server Error 500, Undefined offset: 2 when updating

by mathcoll @, Saturday, November 16, 2013, 13:43 (3786 days ago) @ lcd

Hello,

I used to have the same error message on the previous release 2.8.
I confirm I have the same on 2.9.

I can suggest that "fix" that works on both 2.8 and 2.9 (works for me) :
on file helpers/ContentLoader.php, line 128

change that line :
$icon = $item->getIcon();


to this:
try {
$icon = $item->getIcon();
} catch(\exception $e) {
return;
}


I'm not a developer, and that "fix" didn't really fix the issue.


Complete thread:

 RSS Feed of thread

powered by my little forum