[手動でbot.phpを叩いた際の表示文]
Warning: file_put_contents(kaiwalog.txt) [function.file-put-contents]: failed to open stream: Permission denied in (略)/reply/EasyBotter.php on line 263
Warning: preg_match() [function.preg-match]: Compilation failed: missing terminating ] for character class at offset 27 in (略)/reply/EasyBotter.php on line 271
[手動でbot.phpを叩いた際の表示文]
Warning: file_put_contents(kaiwalog.txt) [function.file-put-contents]: failed to open stream: Permission denied in (略)reply/EasyBotter.php on line 263
自動フォローの設定をしていたら変なところをいじってしまいブラウザからPHPを見ると
Fatal error: Call to undefined method EasyBotter::getFollowers() in /home/users/1/サーバー/EasyBotter.php on line 387
こんなエラーが出ます。
そこの部分は
$response = $this->getFollowers();
こんな感じなんですがどこか直せってことなんでしょうか?