Using Pharo 8.0 64-bit, I ran this from the TinyBlog book:
Metacello new baseline:'TinyBlog';
repository: 'github://LucFabresse/TinyBlog/src';
onConflict: [ :ex | ex useLoaded ];
load.
When I load the page and login as ���admin��� and password, the page displays:
thisContextOrderedCollection(Object)>>errorSubscriptBounds:selfan OrderedCollection()
thisContextOrderedCollection>>at:selfan OrderedCollection()
thisContextOrderedCollection(SequenceableCollection)>>firstselfan OrderedCollection()
thisContextOrderedCollection(SequenceableCollection)>>anyOneselfan OrderedCollection()
thisContextTBPostsReport class>>from:selfTBPostsReport
Why is that, and what is the correction fir it? Thanks