Hi,
When a user wants to try to register, this error occurs:
Warning: is_readable(): open_basedir restriction in effect. File(/dev/urandom) is not within the allowed path(s): (/customers/b/9/0/domain/httpd.www:/customers/b/9/0/domain/httpd.private:/customers/b/9/0/domain/tmp:/customers/domain/domain:/var/www/diagnostics:/usr/share/php) in /customers/b/9/0/domain/httpd.www/sys/CODOF/Pass.php on line 55 Warning: Cannot modify header information - headers already sent by (output started at /customers/b/9/0/domain/httpd.www/sys/CODOF/Pass.php:55) in /customers/b/9/0/domain/httpd.www/sys/Controller/user.php on line 236
I can see in the database that the user is created, and a confirmation email is sent to the user, which is great!
How can I get rid of the error message?
Thanks!
Hi,
When a user wants to try to register, this error occurs:
````
Warning: is_readable(): open_basedir restriction in effect. File(/dev/urandom) is not within the allowed path(s): (/customers/b/9/0/domain/httpd.www:/customers/b/9/0/domain/httpd.private:/customers/b/9/0/domain/tmp:/customers/domain/domain:/var/www/diagnostics:/usr/share/php) in /customers/b/9/0/domain/httpd.www/sys/CODOF/Pass.php on line 55 Warning: Cannot modify header information - headers already sent by (output started at /customers/b/9/0/domain/httpd.www/sys/CODOF/Pass.php:55) in /customers/b/9/0/domain/httpd.www/sys/Controller/user.php on line 236
````
I can see in the database that the user is created, and a confirmation email is sent to the user, which is great!
**How can I get rid of the error message?**
Thanks!
edited Jan 6 '15 at 7:57 pm
