Well, Thank you for your quick reply xager! and you were right about the permission for header.inc.php i changed it from 777 to 666 and it worked! it said, successfully written to the header file but after that it threw not one but 3 errors at me!! :mad:
Here is the copy of the errors:
Warning: printresults() [function.printresults]: URL file-access is disabled in the server configuration in ../forum/install/index.php on line 646
Warning: printresults(../inc/header.inc.php) [function.printresults]: failed to open stream: no suitable wrapper could be found in ../forum/install/index.php on line 646
Fatal error: printresults() [function.require]: Failed opening required '../forum/inc/header.inc.php' (include_path='.:/usr/local/lib/php-4.4.7/lib/php') in ../forum/install/index.php on line 646
and this is php code in that install/index.php file at line 646
require_once ('../inc/header.inc.php');
require_once ('../classes/BxLang.php');
require_once ('../xml/lang.php');
Hope your intuition can help me this time as well.. Please hurry. Little desperate. :bemused: Anyways.. thanks in advance.