You are probably on Pharo 3
String>>#substrings: is a new method renamed from String>>#subStrings:
Zinc normally loads a 'forward compatibility' package to add this alias
I think the very latest Pharo 3 also has it

> On 16 Mar 2015, at 21:29, Esteban A. Maringolo <[email protected]> wrote:
> 
> I'm getting the following error log when trying to load
> GlorpDriverPostgreSQL from SmalltalkHub
> 
> ...RETRY->GlorpDriverPostgreSQL-MarianoMartinezPeck.5
> ...RETRY->GlorpDriverPostgreSQL-MarianoMartinezPeck.5
> 
> Error: Could not access
> http://smalltalkhub.com/mc/PharoExtras/PostgresV2/main/:
> MessageNotUnderstood: ByteString>>substrings:
> 
> MCSmalltalkhubRepository(Object)>>error:
> MCSmalltalkhubRepository>>loadAllFileNames in Block: [ :exception |
> self error: 'Could not access ' , s...etc...
> BlockClosure>>cull:
> MethodContext(ContextPart)>>handleSignal: in Block: [ self
> exceptionHandlerBlock cull: exception ]
> BlockClosure>>ensure:
> MethodContext(ContextPart)>>handleSignal:
> MethodContext(ContextPart)>>handleSignal:
> MessageNotUnderstood(Exception)>>signal
> ByteString(Object)>>doesNotUnderstand: #substrings:
> ZnMimeType class>>fromString:
> 
> Is this a know issue or should I debug it?
> 
> Regards,
> 
> Esteban A. Maringolo
> 


Reply via email to