Closed
Description
Hi, I had a similar problem as described in the forum, but I didn't see any fix yet, so I decided to post the bug here for fixing in the future.
https://forum.codeigniter.com/thread-77516.html
The bug occurred on response API with this error:
Call to a member function setContentType() on null - on line 114 Responsetrait.php
Its also fixed as it described in the topic:
public function respond($data = null, int $status = null, string $message = '') { $this->response=service('response');
- Web server Apache 2.4.46
- PHP version 7.4
Activity