I have Suse 10.2, Plesk 8.3.
I can’t install Magento 1.0 because appear only a blank screen and I have the following error:
PHP Fatal error: Call to undefined function hash() in /srv/www/vhosts/example.com/httpdocs/eshop/app/code/core/Zend/Cache/Backend/File.php on line 622
1. I tried to find where is declared hash function but without success.
2. I tried to change the algorithm from adler32 to md5, according to:
* =====> (string) read_control_type : * - Type of read control (only if read control is enabled). Available values are : * 'md5' for a md5 hash control (best but slowest) * 'crc32' for a crc32 hash control (lightly less safe but faster, better choice) * 'adler32' for an adler32 hash control (excellent choice too, faster than crc32) * 'strlen' for a length only test (fastest)
because I don’t have pecl-hash extension on my server, modifying line 622 from File.php as following:
Had the same problem with freezing during the localization step with version 1.1.4. and this helped me out (allthough I’m stuck now in the next step: I seem not to be able to chmod the file in the directory var/sessions as required by the wizard (can chmod directories with Filezilla, not files .?!?!?) ... a server provider issue, I guess).
with Suse 10.2 and Plesk 8.3 i had the same hash problem like quark
with the installation of version 1.1.6.
after adding the new line with
$hash = md5($id);
as suggested, i can see the locale settings,
but
now the next screen (configuration) says:
PHP Extension “hash” must be loaded
without any error in the apache log.
I have the same localization problem. It will not let me select anything.
Even after I changed the value from adler to md5, I still get a blank screen.
Hi folks,
I have the same problem with these “locale settings”. although i changed the hash setting as above described, i still have no chance to select “german(austria)”. please give me some support how i can fix this problem.