Error Log - You will see this message because .env contains TINA4_DEBUG=true,
please make sure this setting is off in production
2025-12-20 17:25:45: Error(2): Array to string conversion in /home/devpantmawrchees/public_html/vendor/tina4stack/tina4php/Tina4/Routing/RouterResponse.php (35) Edit
31 if (empty($this->contentType)) {
32 $this->contentType = TEXT_HTML;
33 }
34
35 if (!in_array("Content-Type: ".$this->contentType, $this->headers)) {
36 $this->headers[] = "Content-Type: " . $this->contentType;
37 }
38
39 }
40}
2025-12-20 17:25:45: Error(2): Array to string conversion in /home/devpantmawrchees/public_html/vendor/tina4stack/tina4php/Tina4/Routing/RouterResponse.php (36) Edit
32 $this->contentType = TEXT_HTML;
33 }
34
35 if (!in_array("Content-Type: ".$this->contentType, $this->headers)) {
36 $this->headers[] = "Content-Type: " . $this->contentType;
37 }
38
39 }
40}