[Plugin: P3 (Plugin Performance Profiler)] Multisite problems
-
I have installed the plugin on my multisite installation and noticed a small problem. It works on all sites, except the main site (with site ID 1). I’ve tried both network activated and single site activated, but in both occasions when trying to go the the P3 admin page, I get the following error:
Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/username/:/tmp:/var/tmp:/usr/local/lib/php/) in /home/username/domains/mydomain.com/public_html/wp-includes/functions.php on line 2104
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/username/:/tmp:/var/tmp:/usr/local/lib/php/) in /home/username/domains/mydomain.com/public_html/wp-includes/functions.php on line 2095
Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/username/:/tmp:/var/tmp:/usr/local/lib/php/) in /home/username/domains/mydomain.com/public_html/wp-includes/functions.php on line 2104
Warning: file_put_contents(/profiles/.htaccess) [function.file-put-contents]: failed to open stream: No such file or directory in /home/username/domains/mydomain.com/public_html/wp-content/plugins/p3-profiler/classes/class.p3-profiler-plugin-admin.php on line 550
Warning: file_put_contents(/profiles/index.php) [function.file-put-contents]: failed to open stream: No such file or directory in /home/username/domains/mydomain.com/public_html/wp-content/plugins/p3-profiler/classes/class.p3-profiler-plugin-admin.php on line 553
Warning: opendir(/profiles) [function.opendir]: failed to open dir: No such file or directory in /home/username/domains/mydomain.com/public_html/wp-content/plugins/p3-profiler/classes/class.p3-profiler-plugin-admin.php on line 475
Cannot read profiles directoryI’ve tried to create the wp-content/uploads/profiles directory manually, as was suggested elsewhere in a similar issue, but that didn’t solve the problem.
Any ideas?
- The topic ‘[Plugin: P3 (Plugin Performance Profiler)] Multisite problems’ is closed to new replies.