• 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/

Viewing 1 replies (of 1 total)
  • 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.