Hi @biber
I don't think the sort() function is available to pageimages because pageimages is not WireArray.
The result of the below line returns nothing.
$images = $page->images->sort("iname_".$order, SORT_NATURAL |SORT_FLAG_CASE);
Then
foreach($images as $image)
Give error because the variable $images is empty.
Gideon