I also posted this to the "official" support thread, but it doesn't seem as if anyone is helping those poor people, so I thought I'd post this here aswell:
I'm getting a strange error in my boatloaderfuncs.php file during the botloader loading file.
It says (***'s replace urls):
Warning: fopen(subs.inc): failed to open stream: Permission denied in /hsphere/local/home/***/botloaderfuncs.php on line 85
and:
Warning: fwrite(): supplied argument is not a valid stream resource in /hsphere/local/home/***/botloaderfuncs.php on line 77
The second one is displayed seven times.
I thought it would be a chmod prob, but everything is chmod'd to 777.
The lines that have the problems in the botloaderfuncs are:
function addtosubs($string){
global $fp;
fwrite($fp,$string);
}
function createsubfile(){
global $fp;
$fp = fopen ("subs.inc", "w+");
}
Edit: Well I fixed the problems that I was having (it WAS a ChMOD prob), but the bot doesn't seem to reply to anything. At all.
It's very strange.
|