if ($query1->num_rows() > 0){
log_message('debug', 'Cert Found');
$result[$i]->cert = $query1->result()[0]->door_resource_url;
} else {
log_message('debug', 'Cert Not Found');
$result[$i]->cert = "no";
}
これ$query1->result()[0]
がエラーの原因ですが、ホスティングを移動する前に機能していたため、問題を解決できないように見えるため、理由がわかりません。
私が間違っていることを知っている人はいますか?