Codoforum related discussions
Error when registering

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

Hi,

Can you try the following:

Open file sys/CODOF/Pass.php

Around line 55,

replace

        if (is_readable('/dev/urandom') &&

with

        if (@is_readable('/dev/urandom') &&
Hi, Can you try the following: Open file sys/CODOF/Pass.php Around line 55, replace ``` if (is_readable('/dev/urandom') && ``` with ``` if (@is_readable('/dev/urandom') && ```
edited Jan 7 '15 at 7:01 pm
163
2
1
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft