When I use WPSimpleNonce::createNonce on a Wordpress site, I see the following PHP warning in QueryMonitor:
is_readable(): open_basedir restriction in effect. File(/dev/urandom) is not within the allowed path(s): (/www/my_server_path/public:/www/my_server_path/mysqleditor:/www/my_server_path/web:/www/my_server_path/deploy:/www/my_server_path/deployment:/www/my_server_path/deployments:/usr/share:/tmp)
What is it that your plugin is trying to access and what can be done to fix this? I don't think that I want to change the restrictions in open_basedir because I trust that my managed web hosting company set them for specific reasons.
When I use
WPSimpleNonce::createNonce
on a Wordpress site, I see the following PHP warning in QueryMonitor:is_readable(): open_basedir restriction in effect. File(/dev/urandom) is not within the allowed path(s): (/www/my_server_path/public:/www/my_server_path/mysqleditor:/www/my_server_path/web:/www/my_server_path/deploy:/www/my_server_path/deployment:/www/my_server_path/deployments:/usr/share:/tmp)
What is it that your plugin is trying to access and what can be done to fix this? I don't think that I want to change the restrictions in
open_basedir
because I trust that my managed web hosting company set them for specific reasons.