Re: [Pharo-users] Latest Pharo and Aida/Web

2018-12-04 Thread eftomi
Thanks, Benoît, it helped! However, when I visit the home page another halt happens in AIDASite>>answerTo: with exception "Error: Guest user missing?", so the digging continues … Tomaz -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] Latest Pharo and Aida/Web

2018-12-03 Thread Benoit St-Jean via Pharo-users
--- Begin Message --- If I'm not mistaken (according to the fact that both class comments are exactly the same), SecureHashAlgorithm (in Squeak) is the exact same thing as class SHA1 (in Pharo)... Just updating the code with the "new" class name will probably do the job! - Ben