Great idea..... Thanks! In fact I've tested it all out now, and it works like a charm with a tiny change:
my $error .= "We are not able to write to your user cgi directory. Please set permissions to 777 temporairly so that installation can proceed.";
return $error;
}AlexJ
Code:
if (! -w "$CFG->{admin_root_path}/../") { my $error .= "We are not able to write to your user cgi directory. Please set permissions to 777 temporairly so that installation can proceed.";
return $error;
}