Title: Error debug log
Last modified: November 23, 2021

---

# Error debug log

 *  Resolved [vedici](https://wordpress.org/support/users/vedici/)
 * (@vedici)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/error-debug-log/)
 * This error is constantly displayed in the debug log. How do I fix the error? 
   Thank you.
 * PHP Warning: is_readable(): open_basedir restriction in effect. File(/data/www/
   20372/bohemiagloves_com/www/wp-content/plugins/variation-duplicator-for-woocommerce/
   variation-duplicator-for-woocommerce.php/languages/variation-duplicator-for-woocommerce-
   cs_CZ.mo) is not within the allowed path(s): (/data/www/20372/bohemiagloves_com)
   in /data/www/20372/bohemiagloves_com/www/wp-includes/l10n.php on line 741

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Tanvirul Haque](https://wordpress.org/support/users/tanvirul/)
 * (@tanvirul)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/error-debug-log/#post-15110527)
 * Hi [@vedici](https://wordpress.org/support/users/vedici/)
 * The issue is due to the server `open_basedir` restriction. The `open_basedir`
   is a server configuration, a security measure to disallow file access.
 * This restriction is defined by the PHP `open_basedir` variable for each domain
   separately. By default, `open_basedir` allows access to the tmp and domain’s 
   document root directories.
 * You have to deactivate the `open_basedir`. Edit the `php.ini` file, or `.user.
   ini` that is located within the main directory of your site and add this line:`
   open_basedir = none`
 * Make sure to reach out to your hosting provider for more assistance with this
   if you are unsure how to handle this as they will be able to assist you more 
   with these specifics.
 * Thank you

Viewing 1 replies (of 1 total)

The topic ‘Error debug log’ is closed to new replies.

 * ![](https://ps.w.org/variation-duplicator-for-woocommerce/assets/icon-256x256.
   png?rev=2461780)
 * [Duplicate Variations for WooCommerce](https://wordpress.org/plugins/variation-duplicator-for-woocommerce/)
 * [Support Threads](https://wordpress.org/support/plugin/variation-duplicator-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/variation-duplicator-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/variation-duplicator-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/variation-duplicator-for-woocommerce/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tanvirul Haque](https://wordpress.org/support/users/tanvirul/)
 * Last activity: [4 years, 6 months ago](https://wordpress.org/support/topic/error-debug-log/#post-15110527)
 * Status: resolved