Quote:
Originally Posted by Mukashi
Afraid that I'm still getting that error in v1.0.2. Well, that is to say, it looks similar enough to the previous one, so I'm guessing the different line number is just due to whatever changes you've made to the code since 1.0.1.
Warning: mcrypt_decrypt() [function.mcrypt-decrypt]: The IV parameter must be as long as the blocksize in [path]/profile.php(1873) : eval()'d code on line 7
|
Which shouldn't be happening anyways. Since upon installation of v1.0.1 all passwords were encrypted and given an IV. The only thing I can do is force a reset of passwords as the install (or upgrade) should have fixed that.
Quote:
Originally Posted by bezibaerchen
Installed and finally managed to get it to work.
Am on Ubuntu, there were deep issues with php5-mcrypt, managed to fix that too, but mod didn't work anyway, as curl wasn't installed either.
IMHO this should be on prequesities too.
|
That's a requirement for the class that I hadn't thought of (as I didn't write it). I shall add that to the requirements. Sorry.