Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2008-09-08 13:25:29
- de
- Member
- Registered: 2008-07-09
- Posts: 13
Warning: chdir(): Permission denied (errno 13)
Warning: chdir(): Permission denied (errno 13) in /home/content/t/h/3/th3447/html/textpattern-4.0.6/textpattern/include/txp_file.php on line 772
looking at this error message i am not to sure how to correct it.
looking at txp_file.php line 772 states:
if (chdir($file_base_path)) { if (function_exists(‘glob’)) $g_array = glob(“.”); else { $dh = opendir($file_base_path); $g_array = array(); while (false !== ($filename = readdir($dh))) { $g_array[] = $filename; } closedir($dh);
}
Offline
Re: Warning: chdir(): Permission denied (errno 13)
‘permission denied’ usually indicates a permissions problem, so I’d recommend looking at the permissions set on that directory ;)
Offline
#3 2008-09-08 14:12:41
- de
- Member
- Registered: 2008-07-09
- Posts: 13
Re: Warning: chdir(): Permission denied (errno 13)
so i checked out the permission regulations and i still not getting it. looking at all the files everything looks o.k.
has anyone come across a problem like this?
Offline
#4 2008-09-08 14:26:53
- de
- Member
- Registered: 2008-07-09
- Posts: 13
Re: Warning: chdir(): Permission denied (errno 13)
so i finally was able to solve the problem. i had to change the premission to execute on the files folder
Offline