Title: Warning
Last modified: August 20, 2016

---

# Warning

 *  [fredel](https://wordpress.org/support/users/fredel/)
 * (@fredel)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/warning-15/)
 * Hey all,
 * i get a warning above the interface in wp-admin and the plugin doesnt seem to
   work?
 * Warning: file_exists() [function.file-exists]: open_basedir restriction in effect.
   File(/var/www/web626/wp-config.php) is not within the allowed path(s): (/var/
   www/web626/html/:/var/www/web626/phptmp/:/var/www/web626/files/:/var/www/web626/
   atd/:/usr/share/php/) in /var/www/web626/html/wp-content/plugins/quick-cache/
   includes/classes/menu-pages.inc.php on line 329
 * any idea?
 * thx so much
    fritz
 * [http://wordpress.org/extend/plugins/quick-cache/](http://wordpress.org/extend/plugins/quick-cache/)

Viewing 1 replies (of 1 total)

 *  [Kimberly](https://wordpress.org/support/users/kellogg9/)
 * (@kellogg9)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/warning-15/#post-3276518)
 * Modify the open_basedir settings in your PHP configuration (See Runtime Configuration).
 * The open_basedir setting is primarily used to prevent PHP scripts for a particular
   user from accessing files in another user’s account. So usually, any files in
   your own account should be readable by your own scripts.
 * Example settings via .htaccess if PHP runs as Apache module on a Linux system:
 * <DirectoryMatch “/home/sites/site81/”>
    php_admin_value open_basedir “/home/sites/
   site81/:/tmp/:/” </DirectoryMatch>

Viewing 1 replies (of 1 total)

The topic ‘Warning’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/quick-cache_efefef.svg)
 * [Quick Cache (Speed Without Compromise)](https://wordpress.org/plugins/quick-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/quick-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/quick-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/quick-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/quick-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/quick-cache/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Kimberly](https://wordpress.org/support/users/kellogg9/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/warning-15/#post-3276518)
 * Status: not resolved