Now that we have a fresh install there are scads of warnings showing up. On this install we are checking mail at a different domain and mailserver.
Below are some of the warnings from the PHP error log.
Deprecated: iconv_set_encoding(): Use of iconv.internal_encoding is deprecated in /[hidden]//ticket/bootstrap.php on line 327
Deprecated: Return type of osTicket\Session\AbstractSessionHandler::open($save_path, $session_name) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /[hidden]//ticket/include/class.session.php on line 269
Deprecated: Return type of osTicket\Session\AbstractSessionHandler::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /[hidden]//ticket/include/class.session.php on line 273
Deprecated: Return type of osTicket\Session\AbstractSessionHandler::read($id) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /[hidden]//ticket/include/class.session.php on line 296
Deprecated: Return type of osTicket\Session\AbstractSessionHandler::write($id, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /[hidden]//ticket/include/class.session.php on line 277
Deprecated: Return type of osTicket\Session\AbstractSessionHandler::destroy($id) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /[hidden]//ticket/include/class.session.php on line 299
Deprecated: Return type of osTicket\Session\AbstractSessionHandler::gc($maxlife) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /[hidden]//ticket/include/class.session.php on line 292
Deprecated: Return type of osTicket\Session\AbstractSessionHandler::validateId($id) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /[hidden]//ticket/include/class.session.php on line 284
Deprecated: Return type of osTicket\Session\AbstractSessionHandler::updateTimestamp($id, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /[hidden]//ticket/include/class.session.php on line 288
Deprecated: Return type of TnefStreamReader::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /[hidden]//ticket/include/tnef_decoder.php on line 146
Deprecated: Return type of TnefStreamReader::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /[hidden]//ticket/include/tnef_decoder.php on line 128
Deprecated: Return type of TnefStreamReader::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /[hidden]//ticket/include/tnef_decoder.php on line 150
Deprecated: Return type of TnefStreamReader::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /[hidden]//ticket/include/tnef_decoder.php on line 154
Deprecated: Return type of TnefStreamReader::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /[hidden]//ticket/include/tnef_decoder.php on line 158
Deprecated: Return type of FileObject::getFilename() should either be compatible with SplFileInfo::getFilename(): string, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /[hidden]//ticket/include/class.file.php on line 1079
Deprecated: Return type of transcode_filter::filter($in, $out, &$consumed, $closing) should either be compatible with php_user_filter::filter($in, $out, &$consumed, bool $closing): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /[hidden]//ticket/include/class.charset.php on line 86
Deprecated: Return type of transcode_filter::onCreate() should either be compatible with php_user_filter::onCreate(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /[hidden]//ticket/include/class.charset.php on line 96
Deprecated: Creation of dynamic property QuerySet::$anotations is deprecated in /[hidden]//ticket/include/class.orm.php on line 2957
Deprecated: Creation of dynamic property MySqlCompiler::$annotations is deprecated in /[hidden]//ticket/include/class.orm.php on line 2984
Deprecated: Creation of dynamic property CompiledExpression::$type is deprecated in /[hidden]//ticket/include/class.orm.php on line 2694
Warning: Undefined property: mysqli::$unbuffered_result in /[hidden]//ticket/include/mysqli.php on line 194
Deprecated: Creation of dynamic property MySqlExecutor::$types is deprecated in /[hidden]//ticket/include/class.orm.php on line 3493
Deprecated: Creation of dynamic property MySqlCompiler::$annotations is deprecated in /[hidden]//ticket/include/class.orm.php on line 2984
Deprecated: Creation of dynamic property CompiledExpression::$type is deprecated in /[hidden]//ticket/include/class.orm.php on line 2694
Deprecated: Creation of dynamic property ModelInstanceManager::$annotations is deprecated in /[hidden]//ticket/include/class.orm.php on line 1858
Deprecated: Creation of dynamic property QuerySet::$_iterator is deprecated in /[hidden]//ticket/include/class.orm.php on line 1579
Warning: Undefined property: mysqli::$unbuffered_result in /[hidden]//ticket/include/mysqli.php on line 194
Deprecated: Creation of dynamic property MySqlExecutor::$types is deprecated in /[hidden]//ticket/include/class.orm.php on line 3493
Warning: session_name(): Session name cannot be changed after headers have already been sent in /[hidden]//ticket/include/class.ostsession.php on line 33
Warning: session_set_cookie_params(): Session cookie parameters cannot be changed after headers have already been sent in /[hidden]//ticket/include/class.ostsession.php on line 35
Warning: Undefined array key 2 in /[hidden]//ticket/include/class.session.php on line 52
Warning: session_set_save_handler(): Session save handler cannot be changed after headers have already been sent in /[hidden]//ticket/include/class.session.php on line 100
Warning: session_start(): Session cannot be started after headers have already been sent in /[hidden]//ticket/include/class.ostsession.php on line 114
Deprecated: Creation of dynamic property MySqlCompiler::$annotations is deprecated in /[hidden]//ticket/include/class.orm.php on line 2984
Deprecated: Creation of dynamic property ModelInstanceManager::$annotations is deprecated in /[hidden]//ticket/include/class.orm.php on line 1858
Deprecated: Creation of dynamic property QuerySet::$_iterator is deprecated in /[hidden]//ticket/include/class.orm.php on line 1579
Warning: Undefined property: mysqli::$unbuffered_result in /[hidden]//ticket/include/mysqli.php on line 194
Deprecated: Creation of dynamic property MySqlExecutor::$types is deprecated in /[hidden]//ticket/include/class.orm.php on line 3493
Warning: Undefined array key "verion" in /[hidden]//ticket/include/class.plugin.php on line 588
Deprecated: Creation of dynamic property ModelMeta::$parent is deprecated in /[hidden]//ticket/include/class.orm.php on line 66
Deprecated: Creation of dynamic property MySqlCompiler::$annotations is deprecated in /[hidden]//ticket/include/class.orm.php on line 2984
Deprecated: Creation of dynamic property CompiledExpression::$type is deprecated in /[hidden]//ticket/include/class.orm.php on line 2694
Deprecated: Creation of dynamic property ModelInstanceManager::$annotations is deprecated in /[hidden]//ticket/include/class.orm.php on line 1858
Deprecated: Creation of dynamic property QuerySet::$_iterator is deprecated in /[hidden]//ticket/include/class.orm.php on line 1579
Warning: Undefined property: mysqli::$unbuffered_result in /[hidden]//ticket/include/mysqli.php on line 194
Deprecated: Creation of dynamic property MySqlExecutor::$types is deprecated in /[hidden]//ticket/include/class.orm.php on line 3493
Warning: Undefined array key "verion" in /[hidden]//ticket/include/class.plugin.php on line 588
Warning: Undefined array key "ost_version" in /[hidden]//ticket/include/class.plugin.php on line 721
Deprecated: Creation of dynamic property MySqlCompiler::$annotations is deprecated in /[hidden]//ticket/include/class.orm.php on line 2984
Deprecated: Creation of dynamic property CompiledExpression::$type is deprecated in /[hidden]//ticket/include/class.orm.php on line 2694
Deprecated: Creation of dynamic property ModelInstanceManager::$annotations is deprecated in /[hidden]//ticket/include/class.orm.php on line 1858
Deprecated: Creation of dynamic property InstrumentedList::$model is deprecated in /[hidden]//ticket/include/class.orm.php on line 2127
Deprecated: Creation of dynamic property InstrumentedList::$queryset is deprecated in /[hidden]//ticket/include/class.orm.php on line 2128
Deprecated: Creation of dynamic property MySqlCompiler::$annotations is deprecated in /[hidden]//ticket/include/class.orm.php on line 2984
Deprecated: Creation of dynamic property CompiledExpression::$type is deprecated in /[hidden]//ticket/include/class.orm.php on line 2694
Deprecated: Creation of dynamic property CompiledExpression::$type is deprecated in /[hidden]//ticket/include/class.orm.php on line 2694
Deprecated: Creation of dynamic property ModelInstanceManager::$annotations is deprecated in /[hidden]//ticket/include/class.orm.php on line 1858
Deprecated: Creation of dynamic property QuerySet::$_iterator is deprecated in /[hidden]//ticket/include/class.orm.php on line 1579
Warning: Undefined property: mysqli::$unbuffered_result in /[hidden]//ticket/include/mysqli.php on line 194
Deprecated: Creation of dynamic property MySqlExecutor::$types is deprecated in /[hidden]//ticket/include/class.orm.php on line 3493
Deprecated: Creation of dynamic property MySqlCompiler::$annotations is deprecated in /[hidden]//ticket/include/class.orm.php on line 2984
Deprecated: Creation of dynamic property CompiledExpression::$type is deprecated in /[hidden]//ticket/include/class.orm.php on line 2694
Deprecated: Creation of dynamic property ModelInstanceManager::$annotations is deprecated in /[hidden]//ticket/include/class.orm.php on line 1858
Deprecated: Creation of dynamic property QuerySet::$_iterator is deprecated in /[hidden]//ticket/include/class.orm.php on line 1579
Warning: Undefined property: mysqli::$unbuffered_result in /[hidden]//ticket/include/mysqli.php on line 194
Deprecated: Creation of dynamic property MySqlExecutor::$types is deprecated in /[hidden]//ticket/include/class.orm.php on line 3493
Deprecated: Creation of dynamic property QuerySet::$anotations is deprecated in /[hidden]//ticket/include/class.orm.php on line 2957
Deprecated: Creation of dynamic property MySqlCompiler::$annotations is deprecated in /[hidden]//ticket/include/class.orm.php on line 2984
Deprecated: Creation of dynamic property CompiledExpression::$type is deprecated in /[hidden]//ticket/include/class.orm.php on line 2694
Warning: Undefined property: mysqli::$unbuffered_result in /[hidden]//ticket/include/mysqli.php on line 194
Deprecated: Creation of dynamic property MySqlExecutor::$types is deprecated in /[hidden]//ticket/include/class.orm.php on line 3493
Deprecated: Creation of dynamic property MySqlCompiler::$annotations is deprecated in /[hidden]//ticket/include/class.orm.php on line 2984
Deprecated: Creation of dynamic property CompiledExpression::$type is deprecated in /[hidden]//ticket/include/class.orm.php on line 2694
Deprecated: Creation of dynamic property ModelInstanceManager::$annotations is deprecated in /[hidden]//ticket/include/class.orm.php on line 1858
Deprecated: Creation of dynamic property QuerySet::$_iterator is deprecated in /[hidden]//ticket/include/class.orm.php on line 1579
Warning: Undefined property: mysqli::$unbuffered_result in /[hidden]//ticket/include/mysqli.php on line 194
Deprecated: Creation of dynamic property MySqlExecutor::$types is deprecated in /[hidden]//ticket/include/class.orm.php on line 3493
Deprecated: Creation of dynamic property QuerySet::$anotations is deprecated in /[hidden]//ticket/include/class.orm.php on line 2957
Deprecated: Creation of dynamic property MySqlCompiler::$annotations is deprecated in /[hidden]//ticket/include/class.orm.php on line 2984
Deprecated: Creation of dynamic property CompiledExpression::$type is deprecated in /[hidden]//ticket/include/class.orm.php on line 2694
Warning: Undefined property: mysqli::$unbuffered_result in /[hidden]//ticket/include/mysqli.php on line 194
Deprecated: Creation of dynamic property MySqlExecutor::$types is deprecated in /[hidden]//ticket/include/class.orm.php on line 3493
Deprecated: Creation of dynamic property MySqlCompiler::$annotations is deprecated in /[hidden]//ticket/include/class.orm.php on line 2984
Deprecated: Creation of dynamic property CompiledExpression::$type is deprecated in /[hidden]//ticket/include/class.orm.php on line 2694
Deprecated: Creation of dynamic property ModelInstanceManager::$annotations is deprecated in /[hidden]//ticket/include/class.orm.php on line 1858
Deprecated: Creation of dynamic property QuerySet::$_iterator is deprecated in /[hidden]//ticket/include/class.orm.php on line 1579
Warning: Undefined property: mysqli::$unbuffered_result in /[hidden]//ticket/include/mysqli.php on line 194
Deprecated: Creation of dynamic property MySqlExecutor::$types is deprecated in /[hidden]//ticket/include/class.orm.php on line 3493
Deprecated: Creation of dynamic property MysqlSearchBackend::$config is deprecated in /[hidden]//ticket/include/class.search.php on line 255
Deprecated: Creation of dynamic property osTicket::$searcher is deprecated in /[hidden]//ticket/include/class.osticket.php on line 689
Warning: Cannot modify header information - headers already sent by (output started at /[hidden]//ticket/bootstrap.php:327) in /[hidden]//ticket/include/class.http.php on line 79
Notice: ob_flush(): Failed to flush buffer. No buffer to flush in /[hidden]//ticket/include/class.http.php on line 83