Jump to content

[SOLVED] Back Office error open_basedir


Recommended Posts

Hi

 

First of all i want to salute all prestashop users & forum members.

 

I got this issue in my back office


Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/home/yuuhuu/public_html/modules/.htaccess/) is not within the allowed path(s): (/home/yuuhuu/:/usr/lib/php:/usr/local/lib/php:/tmp:/var/tmp:/de) in /home/yuuhuu/public_html/classes/module/Module.php on line 1261

Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/home/yuuhuu/public_html/modules/index.php/) is not within the allowed path(s): (/home/yuuhuu/:/usr/lib/php:/usr/local/lib/php:/tmp:/var/tmp:/de) in /home/yuuhuu/public_html/classes/module/Module.php on line 1261

Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/home/yuuhuu/public_html/modules/.htaccess/) is not within the allowed path(s): (/home/yuuhuu/:/usr/lib/php:/usr/local/lib/php:/tmp:/var/tmp:/de) in /home/yuuhuu/public_html/classes/module/Module.php on line 1261

Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/home/yuuhuu/public_html/modules/index.php/) is not within the allowed path(s): (/home/yuuhuu/:/usr/lib/php:/usr/local/lib/php:/tmp:/var/tmp:/de) in /home/yuuhuu/public_html/classes/module/Module.php on line 1261

Any ideea ?

Link to comment
Share on other sites

open basedir error code is strictly related to file owner settings,

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 script

 

i strongly recommend you to contact with your hoster and ask them to fix the issue for you. there are two ways of fix the issue, but both of them are related to php ini / htaccess settings

Link to comment
Share on other sites

×
×
  • Create New...