Help - Search - Members - Calendar
Full Version: what does it mean?
CubeCart Forums > CubeCart Version 3 > Installation & Upgrade Help (Version 3)
desbest
what does it mean?

CODE
Warning: opendir(): open_basedir restriction in effect. File(/public_html/cubecart//language) is not within the allowed path(s): (/home/asurfer/:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/asurfer/public_html/cubecart/includes/boxes/language.inc.php on line 41

Warning: opendir(/public_html/cubecart//language): failed to open dir: Operation not permitted in /home/asurfer/public_html/cubecart/includes/boxes/language.inc.php on line 41


how do i fix it?
Sir William
Ok, in your /includes/global.inc.php file, you *probably* have the following line:

$glob['rootDir'] = '/public_html/cubecart/';

It needs to be:

$glob['rootDir'] = '/home/asurfer/public_html/cubecart';


That should fix your problem.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.