open_basedir error on all pages after installing plugin
-
My employer is looking to implement some front-end WordPress user accounts and has identified Ultimate Member as a good candidate to help them reach their goals. Unfortunately, when the plugin is installed, a PHP error is surfaced on all pages in the WP site.
Error:
( ! ) Warning: is_writable(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (/srv/www/:/tmp) in /srv/www/localhost/current/web/wp/wp-admin/includes/misc.php on line 216
Line 216 of misc.php
if ((!file_exists($htaccess_file) && is_writable($home_path) && $wp_rewrite->using_mod_rewrite_permalinks()) || is_writable($htaccess_file)) {...
The error occurs on all pages, regardless of whether the user is logged in or not. The error disappears if the Ultimate Member plugin is disabled. Any help would be very much appreciated.
-Chris
- The topic ‘open_basedir error on all pages after installing plugin’ is closed to new replies.