after installing All in One Seo plugin - and choosing a theme, the website displays error message above theme content:
the error message says - that there is permission denied in the following code line ( Bold part ) in the file /plugins/all-in-one-seo-pack/aioseop.class.php - ( line 986 ) something to do with logs:
function log($message) {
if ($this->do_log) {
error_log(date('Y-m-d H:i:s') . " " . $message . "\n", 3, $this->log_file); // ERROR
}
}
why could there be access denied