'invalid hash' error
I always get Error: invalid hash
Why not consider another similar Extension:SecureHTML extension?
Don't forget to edit your LocalSettings.php to include your primary and secondary key strings, otherwise you'll keep getting that error
I always get Error: invalid hash also, and I put in a primary and secondary key string in localsetting.php
Any suggestions?
Where does:
$shtml_keys = array( 'primary key' => "key1", 'another key' => "key2" );
Go in localsettings, or does it matter?
user:jldupont, I won't use Extension:SecureHTML because:
- I am running 1.7
- Installing two programs to make one program work seems like to much of a hassle. Why not combine both programs?
i also get the Error: invalid hash, i wonder if i've found the solution: in my case i've got confused with the fields key name and key, so i've put the key name in both. once i've copied the key string in the key field everything worked perfectly - i love this ingenious extension. i'm quite embarrassed to admit such a silly mistake, but i guess it could happens to others, so laugh with me! ^____^
I initially got "invalid hash" error too, later I recognized that I had a syntax error in my html code that I want to secure. After I correct that, everything works perfect. Thanks to the author!