Closed (fixed)
Project:
Secure Password Hashes
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Nov 2010 at 09:47 UTC
Updated:
20 Jul 2011 at 14:42 UTC
I have this error in log, what should be wrong?
is_readable() [function.is-readable]: open_basedir restriction in effect. File(/dev/urandom) is not within the allowed path(s): (/mnt/data/accounts/data/www/web:/tmp/uploads) v souboru /mnt/data/accounts/data/www/web/sites/all/modules/phpass/PasswordHash.php on line 51
Comments
Comment #1
grootte commentedI have the same error, how could this be solved?
Comment #2
grootte commentedComment #3
pwolanin commentedapparently you are on a lousy host with open_basedir restrictions.
Hopefully fixed in the 6.x-2.x branch via use of:
instead of
that's in the original library.
Comment #5
feuillet commented#3 fixed it here. Thanks!