[a fatal error or timeout occurred while processing this directive]

7lem4host

Registered
Oct 5, 2006
1
0
151
Hi all

i have Problem with File Manger in all account Show this letter at the opening of the File Manger any site except the root


[a fatal error or timeout occurred while processing this directive]




The problem emerged when I modification in the file php.ini or httpd.conf

Regards and thanks in advance



The result is, the error_log


-------------------------------------------------------------

(internal death) Sun Oct 15 15:04:13 2006 [19986] error: Could not open PWD: Permission denied at cpanel.pl line 2021
Carp::croak('Could not open PWD: Permission denied') called at /usr/local/cpanel/Cpanel/Fileman.pm line 553
Cpanel::Fileman::listfiles('') called at cpanel.pl line 2021
main::dofileman('listfiles($FORM{\'dir\'})') called at cpanel.pl line 674
main::exectag('<cpanel Fileman="listfiles($FORM{\'dir\'})">') called at cpanel.pl line 3497
main::dotag(undef) called at cpanel.pl line 3411
main::parsehtml('GLOB(0x8ebd8c8)') called at cpanel.pl line 352
Could not open PWD: Permission denied at cpanel.pl line 2021
(internal death) Sun Oct 15 15:04:59 2006 [20001] error: Could not open PWD: Permission denied at cpanel.pl line 2021
Carp::croak('Could not open PWD: Permission denied') called at /usr/local/cpanel/Cpanel/Fileman.pm line 553
Cpanel::Fileman::listfiles('') called at cpanel.pl line 2021
main::dofileman('listfiles($FORM{\'dir\'})') called at cpanel.pl line 674
main::exectag('<cpanel Fileman="listfiles($FORM{\'dir\'})">') called at cpanel.pl line 3497
main::dotag(undef) called at cpanel.pl line 3411
main::parsehtml('GLOB(0x8ebd8c8)') called at cpanel.pl line 352
Could not open PWD: Permission denied at cpanel.pl line 2021
(internal death) Sun Oct 15 15:09:41 2006 [20102] error: Could not open PWD: Permission denied at cpanel.pl line 2021
Carp::croak('Could not open PWD: Permission denied') called at /usr/local/cpanel/Cpanel/Fileman.pm line 553
Cpanel::Fileman::listfiles('') called at cpanel.pl line 2021
main::dofileman('listfiles($FORM{\'dir\'})') called at cpanel.pl line 674
main::exectag('<cpanel Fileman="listfiles($FORM{\'dir\'})">') called at cpanel.pl line 3497
main::dotag(undef) called at cpanel.pl line 3411
main::parsehtml('GLOB(0x8ebd8c8)') called at cpanel.pl line 352
Could not open PWD: Permission denied at cpanel.pl line 2021

----------------------------------------------------------------------------------
 
Last edited:

shreya

Registered
Oct 4, 2006
3
0
151
Hello,

This seems to be a ownership problem and so you are unable to make modifications. Please change the ownership for the php file from nobody to user through shell

chown user:user filename

Thank you