NamelessMC / Nameless

NamelessMC is a free, easy to use & powerful website software for your Minecraft server, which includes a large range of features.
https://namelessmc.com/
MIT License
611 stars 311 forks source link

Database table nl2_users cannot be registered after being changed #3535

Open zrbiao opened 2 months ago

zrbiao commented 2 months ago

Describe the issue

Multiple application requirements nameless and authme and Other Applications database table nl2_users nameless cannot be registered after an operation to add a column All operations are running normally except registration

Developer console error: Uncaught TypeError: Cannot read properties of null (reading 'classList') at HTMLDocument. (index.php?route=/register/:131:39) at e (jquery.min.js:2:30310) at t (jquery.min.js:2:30612)

NamelessMC Version

2.1.0

To Reproduce

1.phpmyadmin change nl2_users table 2.Adds a new data table column

Additional Information


-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- 主机: localhost
-- 生成日期: 2024-08-06 01:56:05
-- 服务器版本: 8.0.36
-- PHP 版本: 8.1.28

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- 数据库: `mcserver`
--

-- --------------------------------------------------------

--
-- 表的结构 `nl2_users`
--

CREATE TABLE `nl2_users` (
  `id` int NOT NULL,
  `username` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `nickname` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `pass_method` varchar(12) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'default',
  `joined` int NOT NULL,
  `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `isLogged` smallint NOT NULL DEFAULT '0',
  `hasSession` smallint NOT NULL DEFAULT '0',
  `isbanned` tinyint(1) NOT NULL DEFAULT '0',
  `lastip` varchar(128) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `ip` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `active` tinyint(1) NOT NULL DEFAULT '0',
  `signature` text COLLATE utf8mb4_unicode_ci,
  `profile_views` int NOT NULL DEFAULT '0',
  `reputation` int NOT NULL DEFAULT '0',
  `reset_code` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `has_avatar` tinyint(1) NOT NULL DEFAULT '0',
  `gravatar` tinyint(1) NOT NULL DEFAULT '0',
  `topic_updates` tinyint(1) NOT NULL DEFAULT '1',
  `private_profile` tinyint(1) NOT NULL DEFAULT '0',
  `last_online` int DEFAULT NULL,
  `user_title` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `theme_id` int DEFAULT NULL,
  `language_id` int DEFAULT NULL,
  `warning_points` int NOT NULL DEFAULT '0',
  `night_mode` tinyint(1) DEFAULT NULL,
  `tfa_enabled` tinyint(1) NOT NULL DEFAULT '0',
  `tfa_type` int NOT NULL DEFAULT '0',
  `tfa_secret` varchar(256) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `tfa_complete` tinyint(1) NOT NULL DEFAULT '0',
  `banner` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `timezone` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Europe/London',
  `avatar_updated` int DEFAULT NULL,
  `register_method` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `authme_sync_password` tinyint(1) NOT NULL DEFAULT '0',
  `salt` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `lastips` varchar(40) CHARACTER SET ascii COLLATE ascii_bin DEFAULT NULL,
  `lastlogin` bigint DEFAULT NULL,
  `x` double NOT NULL DEFAULT '0',
  `y` double NOT NULL DEFAULT '0',
  `z` double NOT NULL DEFAULT '0',
  `world` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'world',
  `regdate` bigint NOT NULL DEFAULT '0',
  `regip` varchar(40) CHARACTER SET ascii COLLATE ascii_bin DEFAULT NULL,
  `yaw` float DEFAULT NULL,
  `pitch` float DEFAULT NULL,
  `totp` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `uuid` varchar(36) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `score` int DEFAULT NULL,
  `avatar` int NOT NULL DEFAULT '0',
  `permission` int NOT NULL DEFAULT '0',
  `register_at` datetime DEFAULT NULL,
  `last_sign_at` datetime DEFAULT NULL,
  `uid` int NOT NULL,
  `realname` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- 转存表中的数据 `nl2_users`
--

INSERT INTO `nl2_users` (`id`, `username`, `nickname`, `password`, `pass_method`, `joined`, `email`, `isLogged`, `hasSession`, `isbanned`, `lastip`, `ip`, `active`, `signature`, `profile_views`, `reputation`, `reset_code`, `has_avatar`, `gravatar`, `topic_updates`, `private_profile`, `last_online`, `user_title`, `theme_id`, `language_id`, `warning_points`, `night_mode`, `tfa_enabled`, `tfa_type`, `tfa_secret`, `tfa_complete`, `banner`, `timezone`, `avatar_updated`, `register_method`, `authme_sync_password`, `salt`, `lastips`, `lastlogin`, `x`, `y`, `z`, `world`, `regdate`, `regip`, `yaw`, `pitch`, `totp`, `uuid`, `score`, `avatar`, `permission`, `register_at`, `last_sign_at`, `uid`, `realname`) VALUES
(1, 'admin', 'admin', '$2y$13$W6Ff3mzp6BFRdIReBi6YO.mtT4R1sIP1raYm9.N3GL8ocexVPIrHa', 'default', 1720905893, 'scavengertown@mail.scavengertown.top', 0, 0, 0, '192.168.0.198', NULL, 1, '', 27, 0, NULL, 0, 0, 1, 1, 1722878729, '超级管理员', NULL, 2, 0, 0, 0, 0, NULL, 0, NULL, 'Asia/Shanghai', NULL, 'nameless', 0, NULL, NULL, NULL, 0, 0, 0, 'world', -62170013143000, '111.58.87.66', NULL, NULL, NULL, NULL, 0, 0, 2, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'admin');

--
-- 转储表的索引
--

--
-- 表的索引 `nl2_users`
--
ALTER TABLE `nl2_users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `username` (`username`,`email`),
  ADD KEY `id` (`id`,`last_online`),
  ADD KEY `theme_id` (`theme_id`),
  ADD KEY `language_id` (`language_id`);

--
-- 在导出的表使用AUTO_INCREMENT
--

--
-- 使用表AUTO_INCREMENT `nl2_users`
--
ALTER TABLE `nl2_users`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- 限制导出的表
--

--
-- 限制表 `nl2_users`
--
ALTER TABLE `nl2_users`
  ADD CONSTRAINT `nl2_users_ibfk_1` FOREIGN KEY (`theme_id`) REFERENCES `nl2_templates` (`id`) ON DELETE SET NULL,
  ADD CONSTRAINT `nl2_users_ibfk_2` FOREIGN KEY (`language_id`) REFERENCES `nl2_languages` (`id`) ON DELETE SET NULL;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
zrbiao commented 2 months ago

https://www.scavengertown.top/index.php?route=/register/ Here's the registration link

If it cannot be recovered, please send a copy of the original data of nl2_users to me, thank you! I forgot to back it up

supercrafter100 commented 2 months ago

While we really cannot be responsible for any issues that occur when you modify your nameless database, I am curious what the issue is. Could you share the error logs that can be found in cache/logs/fatal-log.log please? Use something like pastebin or a different text sharing service to send it here.

As for the regular layout, the migration file for this table can be found here

zrbiao commented 2 months ago

To modify an anonymous database, you only need to register with anonymous once, and then you can use other applications and servers. Don't want to register again. he authme integration needs to be registered with the server and does not comply with the whitelist rules, so it is necessary to modify the nameless database. Make it Other external applications need to connect to authme, and also need to change the database id to change the uid. failed

这是fatal-log.log

`[2024-06-07, 16:07:16] /home/www/wwwroot/mt102ifb/namelessmc/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/namelessmc/custom/languages/zh_CN.json [2024-06-07, 16:07:16] /home/www/wwwroot/mt102ifb/namelessmc/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/namelessmc/custom/languages/zh_CN.json [2024-06-07, 16:07:16] /home/www/wwwroot/mt102ifb/namelessmc/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/namelessmc/custom/languages/zh_CN.json [2024-06-07, 16:07:16] /home/www/wwwroot/mt102ifb/namelessmc/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/namelessmc/custom/languages/zh_CN.json [2024-06-07, 16:07:16] /home/www/wwwroot/mt102ifb/namelessmc/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/namelessmc/custom/languages/zh_CN.json [2024-06-07, 16:07:19] /home/www/wwwroot/mt102ifb/namelessmc/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/namelessmc/custom/languages/zh_CN.json [2024-06-07, 16:07:19] /home/www/wwwroot/mt102ifb/namelessmc/vendor/samerton/i18next/src/i18next.php(189): Uncaught Exception: Invalid json /home/www/wwwroot/mt102ifb/namelessmc/custom/languages/zh_CN.json in /home/www/wwwroot/mt102ifb/namelessmc/vendor/samerton/i18next/src/i18next.php:189 Stack trace:

0 /home/www/wwwroot/mt102ifb/namelessmc/vendor/samerton/i18next/src/i18next.php(63): samerton\i18next\i18next->loadTranslation()

1 /home/www/wwwroot/mt102ifb/namelessmc/core/classes/Core/Language.php(218): samerton\i18next\i18next->__construct()

2 /home/www/wwwroot/mt102ifb/namelessmc/core/classes/Misc/ErrorHandler.php(119): Language->__construct()

3 [internal function]: ErrorHandler::catchException()

4 {main}

thrown [2024-06-07, 16:07:24] /home/www/wwwroot/mt102ifb/namelessmc/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/namelessmc/custom/languages/zh_CN.json [2024-06-07, 16:07:24] /home/www/wwwroot/mt102ifb/namelessmc/vendor/samerton/i18next/src/i18next.php(189): Uncaught Exception: Invalid json /home/www/wwwroot/mt102ifb/namelessmc/custom/languages/zh_CN.json in /home/www/wwwroot/mt102ifb/namelessmc/vendor/samerton/i18next/src/i18next.php:189 Stack trace:

0 /home/www/wwwroot/mt102ifb/namelessmc/vendor/samerton/i18next/src/i18next.php(63): samerton\i18next\i18next->loadTranslation()

1 /home/www/wwwroot/mt102ifb/namelessmc/core/classes/Core/Language.php(218): samerton\i18next\i18next->__construct()

2 /home/www/wwwroot/mt102ifb/namelessmc/core/classes/Misc/ErrorHandler.php(119): Language->__construct()

3 [internal function]: ErrorHandler::catchException()

4 {main}

thrown [2024-06-07, 16:07:30] /home/www/wwwroot/mt102ifb/namelessmc/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/namelessmc/custom/languages/zh_CN.json [2024-06-07, 16:07:30] /home/www/wwwroot/mt102ifb/namelessmc/vendor/samerton/i18next/src/i18next.php(189): Uncaught Exception: Invalid json /home/www/wwwroot/mt102ifb/namelessmc/custom/languages/zh_CN.json in /home/www/wwwroot/mt102ifb/namelessmc/vendor/samerton/i18next/src/i18next.php:189 Stack trace:

0 /home/www/wwwroot/mt102ifb/namelessmc/vendor/samerton/i18next/src/i18next.php(63): samerton\i18next\i18next->loadTranslation()

1 /home/www/wwwroot/mt102ifb/namelessmc/core/classes/Core/Language.php(218): samerton\i18next\i18next->__construct()

2 /home/www/wwwroot/mt102ifb/namelessmc/core/classes/Misc/ErrorHandler.php(119): Language->__construct()

3 [internal function]: ErrorHandler::catchException()

4 {main}

thrown [2024-06-07, 16:07:31] /home/www/wwwroot/mt102ifb/namelessmc/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/namelessmc/custom/languages/zh_CN.json [2024-06-07, 16:07:31] /home/www/wwwroot/mt102ifb/namelessmc/vendor/samerton/i18next/src/i18next.php(189): Uncaught Exception: Invalid json /home/www/wwwroot/mt102ifb/namelessmc/custom/languages/zh_CN.json in /home/www/wwwroot/mt102ifb/namelessmc/vendor/samerton/i18next/src/i18next.php:189 Stack trace:

0 /home/www/wwwroot/mt102ifb/namelessmc/vendor/samerton/i18next/src/i18next.php(63): samerton\i18next\i18next->loadTranslation()

1 /home/www/wwwroot/mt102ifb/namelessmc/core/classes/Core/Language.php(218): samerton\i18next\i18next->__construct()

2 /home/www/wwwroot/mt102ifb/namelessmc/core/classes/Misc/ErrorHandler.php(119): Language->__construct()

3 [internal function]: ErrorHandler::catchException()

4 {main}

thrown [2024-06-07, 16:07:37] /home/www/wwwroot/mt102ifb/namelessmc/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/namelessmc/custom/languages/zh_CN.json [2024-06-07, 16:07:37] /home/www/wwwroot/mt102ifb/namelessmc/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/namelessmc/custom/languages/zh_CN.json [2024-06-07, 16:07:37] /home/www/wwwroot/mt102ifb/namelessmc/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/namelessmc/custom/languages/zh_CN.json [2024-06-07, 16:07:37] /home/www/wwwroot/mt102ifb/namelessmc/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/namelessmc/custom/languages/zh_CN.json [2024-06-07, 16:08:37] /home/www/wwwroot/mt102ifb/namelessmc/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/namelessmc/custom/languages/zh_CN.json [2024-06-07, 16:08:37] /home/www/wwwroot/mt102ifb/namelessmc/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/namelessmc/custom/languages/zh_CN.json [2024-06-07, 16:08:37] /home/www/wwwroot/mt102ifb/namelessmc/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/namelessmc/custom/languages/zh_CN.json [2024-06-07, 16:08:37] /home/www/wwwroot/mt102ifb/namelessmc/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/namelessmc/custom/languages/zh_CN.json [2024-06-07, 17:35:53] /home/www/wwwroot/mt102ifb/namelessmc/cache/templates_c/d2d66bc9fbadc67dc892bfe335f64b0789697b73_0.file.header.tpl.php(100): Allowed memory size of 134217728 bytes exhausted (tried to allocate 20987904 bytes) [2024-06-07, 17:36:28] /home/www/wwwroot/mt102ifb/namelessmc/cache/templates_c/664cf728a53fdc1b05b4b45f1cba2f8f68757d98_0.file.navbar.tpl.php(251): count(): Argument #1 ($value) must be of type Countable|array, null given [2024-06-07, 17:36:36] /home/www/wwwroot/mt102ifb/namelessmc/cache/templates_c/664cf728a53fdc1b05b4b45f1cba2f8f68757d98_0.file.navbar.tpl.php(251): count(): Argument #1 ($value) must be of type Countable|array, null given [2024-06-07, 17:48:17] /home/www/wwwroot/mt102ifb/namelessmc/custom/templates/DefaultRevamp/navbar.tpl(262): Syntax error in template "file:/home/www/wwwroot/mt102ifb/namelessmc/custom/templates/DefaultRevamp/navbar.tpl" on line 262 "{/if}" unclosed {if} tag [2024-06-08, 00:34:00] /home/www/wwwroot/mt102ifb/namelessmc/custom/templates/DefaultRevamp/navbar.tpl(133): Syntax error in template "file:/home/www/wwwroot/mt102ifb/namelessmc/custom/templates/DefaultRevamp/navbar.tpl" on line 133 "" - Unexpected ".", expected one of: "}" [2024-06-08, 00:34:03] /home/www/wwwroot/mt102ifb/namelessmc/custom/templates/DefaultRevamp/navbar.tpl(133): Syntax error in template "file:/home/www/wwwroot/mt102ifb/namelessmc/custom/templates/DefaultRevamp/navbar.tpl" on line 133 "" - Unexpected ".", expected one of: "}" [2024-06-08, 00:34:06] /home/www/wwwroot/mt102ifb/namelessmc/custom/templates/DefaultRevamp/navbar.tpl(133): Syntax error in template "file:/home/www/wwwroot/mt102ifb/namelessmc/custom/templates/DefaultRevamp/navbar.tpl" on line 133 "" - Unexpected ".", expected one of: "}" [2024-06-08, 00:35:43] /home/www/wwwroot/mt102ifb/namelessmc/custom/templates/DefaultRevamp/navbar.tpl(133): Syntax error in template "file:/home/www/wwwroot/mt102ifb/namelessmc/custom/templates/DefaultRevamp/navbar.tpl" on line 133 "" - Unexpected ".", expected one of: "}" [2024-06-08, 00:52:09] /home/www/wwwroot/mt102ifb/namelessmc/custom/templates/DefaultRevamp/navbar.tpl(130): Syntax error in template "file:/home/www/wwwroot/mt102ifb/namelessmc/custom/templates/DefaultRevamp/navbar.tpl" on line 130 "" - Unexpected ".", expected one of: "}" [2024-06-08, 00:52:20] /home/www/wwwroot/mt102ifb/namelessmc/custom/templates/DefaultRevamp/navbar.tpl(130): Syntax error in template "file:/home/www/wwwroot/mt102ifb/namelessmc/custom/templates/DefaultRevamp/navbar.tpl" on line 130 "" - Unexpected ".", expected one of: "}" [2024-06-09, 06:55:45] /home/www/wwwroot/mt102ifb/namelessmc/custom/templates/DefaultRevamp/status.tpl(19): Syntax error in template "file:/home/www/wwwroot/mt102ifb/namelessmc/custom/templates/DefaultRevamp/status.tpl" on line 19 "

" - Unexpected ")", expected one of: "}" [2024-06-15, 03:46:31] /home/www/wwwroot/mt102ifb/namelessmc/core/classes/Database/DB.php(253): SQLSTATE[HY000]: General error: 1364 Field 'RealName' doesn't have a default value [2024-06-15, 03:46:55] /home/www/wwwroot/mt102ifb/namelessmc/core/classes/Database/DB.php(253): SQLSTATE[HY000]: General error: 1364 Field 'RealName' doesn't have a default value [2024-06-15, 03:47:33] /home/www/wwwroot/mt102ifb/namelessmc/core/classes/Database/DB.php(253): SQLSTATE[HY000]: General error: 1364 Field 'RealName' doesn't have a default value [2024-06-15, 03:47:53] /home/www/wwwroot/mt102ifb/namelessmc/core/classes/Database/DB.php(253): SQLSTATE[HY000]: General error: 1364 Field 'RealName' doesn't have a default value [2024-06-15, 03:49:10] /home/www/wwwroot/mt102ifb/namelessmc/core/classes/Database/DB.php(253): SQLSTATE[HY000]: General error: 1364 Field 'RealName' doesn't have a default value [2024-06-15, 03:50:51] /home/www/wwwroot/mt102ifb/namelessmc/core/classes/Database/DB.php(253): SQLSTATE[HY000]: General error: 1364 Field 'RealName' doesn't have a default value [2024-06-15, 03:51:24] /home/www/wwwroot/mt102ifb/namelessmc/core/classes/Database/DB.php(253): SQLSTATE[HY000]: General error: 1364 Field 'RealName' doesn't have a default value [2024-06-15, 03:57:50] /home/www/wwwroot/mt102ifb/namelessmc/core/classes/Database/DB.php(253): SQLSTATE[HY000]: General error: 1364 Field 'RealName' doesn't have a default value [2024-06-15, 13:05:30] /home/www/wwwroot/mt102ifb/odi2d7/custom/templates/DefaultRevamp/profile.tpl(191): Syntax error in template "file:/home/www/wwwroot/mt102ifb/odi2d7/custom/templates/DefaultRevamp/profile.tpl" on line 191 "

{$ABOUT_FIELDS.registered.title|replace:':'''}

" - Unexpected "''", expected one of: "}" [2024-06-15, 13:06:29] /home/www/wwwroot/mt102ifb/odi2d7/custom/templates/DefaultRevamp/profile.tpl(191): Syntax error in template "file:/home/www/wwwroot/mt102ifb/odi2d7/custom/templates/DefaultRevamp/profile.tpl" on line 191 "

{$ABOUT_FIELDS.registered.title|replace:':'锛?'}

" - Unexpected "?, expected one of: "}" [2024-06-17, 17:09:04] /home/www/wwwroot/mt102ifb/odi2d7/custom/templates/DefaultRevamp/profile.tpl(247): Syntax error in template "file:/home/www/wwwroot/mt102ifb/odi2d7/custom/templates/DefaultRevamp/profile.tpl" on line 247 "

{{integration}}

" unknown tag 'integration' [2024-06-17, 17:35:21] /home/www/wwwroot/mt102ifb/odi2d7/custom/templates/DefaultRevamp/profile.tpl(246): Syntax error in template "file:/home/www/wwwroot/mt102ifb/odi2d7/custom/templates/DefaultRevamp/profile.tpl" on line 246 "{if isset($$integration_name)}" - Unexpected "$integration_name", expected one of: "","" , ")" [2024-06-17, 17:43:39] /home/www/wwwroot/mt102ifb/odi2d7/custom/templates/DefaultRevamp/profile.tpl(274): Syntax error in template "file:/home/www/wwwroot/mt102ifb/odi2d7/custom/templates/DefaultRevamp/profile.tpl" on line 274 "{$PRIVATE_PROFILE}" unclosed '{foreach}' tag [2024-06-17, 18:03:09] /home/www/wwwroot/mt102ifb/odi2d7/custom/templates/DefaultRevamp/profile.tpl(257): Syntax error in template "file:/home/www/wwwroot/mt102ifb/odi2d7/custom/templates/DefaultRevamp/profile.tpl" on line 257 "const response = await fetch(api.php?uuid=${uuid});" unknown tag 'uuid' [2024-06-18, 15:47:21] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(253): SQLSTATE[HY000]: General error: 1364 Field 'RealName' doesn't have a default value [2024-06-18, 15:47:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(253): SQLSTATE[HY000]: General error: 1364 Field 'RealName' doesn't have a default value [2024-06-18, 15:52:48] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(253): SQLSTATE[HY000]: General error: 1364 Field 'RealName' doesn't have a default value [2024-06-18, 15:54:27] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(253): SQLSTATE[HY000]: General error: 1364 Field 'RealName' doesn't have a default value [2024-06-18, 15:54:44] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(253): SQLSTATE[HY000]: General error: 1364 Field 'RealName' doesn't have a default value [2024-06-18, 15:55:52] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(253): SQLSTATE[HY000]: General error: 1364 Field 'RealName' doesn't have a default value [2024-06-18, 15:56:29] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(253): SQLSTATE[HY000]: General error: 1364 Field 'RealName' doesn't have a default value [2024-06-18, 15:58:48] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(253): SQLSTATE[HY000]: General error: 1364 Field 'RealName' doesn't have a default value [2024-06-18, 16:00:56] /home/www/wwwroot/mt102ifb/odi2d7/vendor/maximebf/debugbar/src/DebugBar/DataCollector/PDO/TraceablePDOStatement.php(113): SQLSTATE[HY000]: General error: 1364 Field 'RealName' doesn't have a default value [2024-06-18, 16:19:51] /home/www/wwwroot/mt102ifb/odi2d7/vendor/maximebf/debugbar/src/DebugBar/DataCollector/PDO/TraceablePDOStatement.php(113): SQLSTATE[HY000]: General error: 1364 Field 'RealName' doesn't have a default value [2024-06-18, 17:31:25] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Minecraft/MinecraftProfile.php(23): MinecraftProfile::construct(): Argument #1 ($username) must be of type string, null given, called in /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Minecraft/ProfileUtils.php on line 35 [2024-06-18, 17:32:36] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Minecraft/MinecraftProfile.php(23): MinecraftProfile::construct(): Argument #1 ($username) must be of type string, null given, called in /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Minecraft/ProfileUtils.php on line 35 [2024-06-18, 17:40:25] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Minecraft/MinecraftProfile.php(23): MinecraftProfile::__construct(): Argument #1 ($username) must be of type string, null given, called in /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Minecraft/ProfileUtils.php on line 35 [2024-06-19, 03:59:17] /home/www/wwwroot/mt102ifb/odi2d7/custom/templates/DefaultRevamp/navbar.tpl(166): Syntax error in template "file:/home/www/wwwroot/mt102ifb/odi2d7/custom/templates/DefaultRevamp/navbar.tpl" on line 166 "
{#ip}
" - Unexpected "}", expected one of: "#" [2024-06-20, 00:57:38] /home/www/wwwroot/mt102ifb/odi2d7/custom/templates/DefaultRevamp/profile.tpl(248): Syntax error in template "file:/home/www/wwwroot/mt102ifb/odi2d7/custom/templates/DefaultRevamp/profile.tpl" on line 248 "
UUID: {$USER_UUID}{$UUID}{$uuid}{$$identifier}
" - Unexpected "$identifier", expected one of: "}" [2024-06-20, 01:28:54] /home/www/wwwroot/mt102ifb/odi2d7/modules/Core/pages/profile.php(57): Class "Template" not found [2024-06-20, 01:29:18] /home/www/wwwroot/mt102ifb/odi2d7/modules/Core/pages/profile.php(57): Class "Template" not found [2024-06-20, 01:29:36] /home/www/wwwroot/mt102ifb/odi2d7/modules/Core/pages/profile.php(57): Class "Template" not found [2024-06-20, 01:29:36] /home/www/wwwroot/mt102ifb/odi2d7/modules/Core/pages/profile.php(57): Class "Template" not found [2024-06-20, 01:31:32] /home/www/wwwroot/mt102ifb/odi2d7/modules/Core/pages/profile.php(57): Class "Template" not found [2024-06-20, 01:31:45] /home/www/wwwroot/mt102ifb/odi2d7/modules/Core/pages/profile.php(57): Class "Template" not found [2024-06-20, 01:34:37] /home/www/wwwroot/mt102ifb/odi2d7/modules/Core/pages/profile.php(57): Class "Template" not found [2024-06-20, 01:35:23] /home/www/wwwroot/mt102ifb/odi2d7/modules/Core/pages/profile.php(62): Class "Template" not found [2024-06-20, 01:36:10] /home/www/wwwroot/mt102ifb/odi2d7/modules/Core/pages/profile.php(62): Class "Template" not found [2024-06-28, 20:40:01] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-28, 20:40:01] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-28, 20:40:01] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-28, 20:40:01] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-28, 20:40:01] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 16:59:48] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 16:59:48] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 16:59:48] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:00:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:00:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:00:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:01:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:01:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:01:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:02:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:02:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:02:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:03:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:03:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:03:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:04:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:04:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:04:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:04:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:05:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:05:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:05:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:06:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:06:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:06:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:07:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:07:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:07:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:08:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:08:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:08:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:09:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:09:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:09:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:09:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:10:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:10:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:10:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:11:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:11:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:11:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:11:53] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:12:37] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:12:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:12:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:12:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:13:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:13:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:13:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:14:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:14:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:14:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:14:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:15:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:15:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:15:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:16:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:16:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:16:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:17:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:17:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:17:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:18:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:18:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:18:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:19:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:19:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:19:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:19:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:20:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:20:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:20:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:21:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:21:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:21:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:22:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:22:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:22:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:23:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:23:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:23:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:24:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:24:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:24:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:24:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:25:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:25:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:25:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:26:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:26:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:26:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:27:09] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:27:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:27:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:27:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:28:03] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:28:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:28:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:28:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:29:11] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:29:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:29:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:29:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:29:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:30:10] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:30:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:30:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:30:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:31:25] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:31:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:31:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:31:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:32:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:32:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:32:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:33:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:33:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:33:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:33:51] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:34:04] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:34:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:34:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:34:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:34:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:34:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:35:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:35:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:35:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:36:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:36:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-06-30, 17:36:47] /home/www/wwwroot/mt102ifb/odi2d7/core/classes/Database/DB.php(47): SQLSTATE[HY000] [2002] Connection refused [2024-07-02, 16:12:55] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/custom/languages/zh_CN.json [2024-07-02, 16:12:55] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/custom/languages/zh_CN.json [2024-07-02, 16:13:05] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/custom/languages/zh_CN.json [2024-07-02, 16:13:05] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/custom/languages/zh_CN.json [2024-07-02, 16:13:18] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/custom/languages/zh_CN.json [2024-07-02, 16:13:18] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/custom/languages/zh_CN.json [2024-07-02, 16:13:24] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/custom/languages/zh_CN.json [2024-07-02, 16:13:24] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/custom/languages/zh_CN.json [2024-07-02, 16:13:24] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/custom/languages/zh_CN.json [2024-07-02, 16:13:24] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/custom/languages/zh_CN.json [2024-07-02, 16:13:25] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/custom/languages/zh_CN.json [2024-07-02, 16:13:25] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/custom/languages/zh_CN.json [2024-07-02, 16:13:35] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/custom/languages/zh_CN.json [2024-07-02, 16:13:35] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/custom/languages/zh_CN.json [2024-07-04, 15:46:53] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/Cookie Consent/language/zh_CN.json [2024-07-04, 15:46:53] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/Cookie Consent/language/zh_CN.json [2024-07-04, 15:46:57] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/Cookie Consent/language/zh_CN.json [2024-07-04, 15:46:57] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/Cookie Consent/language/zh_CN.json [2024-07-04, 15:46:57] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/Cookie Consent/language/zh_CN.json [2024-07-04, 15:46:57] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/Cookie Consent/language/zh_CN.json [2024-07-04, 15:46:57] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/Cookie Consent/language/zh_CN.json [2024-07-04, 15:47:03] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/Cookie Consent/language/zh_CN.json [2024-07-04, 15:47:03] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/Cookie Consent/language/zh_CN.json [2024-07-04, 15:47:13] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/Cookie Consent/language/zh_CN.json [2024-07-04, 15:47:13] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/Cookie Consent/language/zh_CN.json [2024-07-04, 15:47:23] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/Cookie Consent/language/zh_CN.json [2024-07-04, 15:47:23] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/Cookie Consent/language/zh_CN.json [2024-07-04, 15:47:33] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/Cookie Consent/language/zh_CN.json [2024-07-04, 15:47:33] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/Cookie Consent/language/zh_CN.json [2024-07-04, 15:47:43] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/Cookie Consent/language/zh_CN.json [2024-07-04, 15:47:43] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/Cookie Consent/language/zh_CN.json [2024-07-04, 15:47:53] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/Cookie Consent/language/zh_CN.json [2024-07-04, 15:47:53] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/Cookie Consent/language/zh_CN.json [2024-07-04, 15:47:57] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/Cookie Consent/language/zh_CN.json [2024-07-04, 15:47:57] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/Cookie Consent/language/zh_CN.json [2024-07-04, 15:47:57] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/Cookie Consent/language/zh_CN.json [2024-07-04, 15:47:57] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/Cookie Consent/language/zh_CN.json [2024-07-04, 15:48:03] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/Cookie Consent/language/zh_CN.json [2024-07-04, 15:48:03] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/Cookie Consent/language/zh_CN.json [2024-07-04, 17:15:44] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/MCStatistics/language/zh_CN.json [2024-07-04, 17:15:44] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/MCStatistics/language/zh_CN.json [2024-07-04, 17:15:44] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/MCStatistics/language/zh_CN.json [2024-07-04, 17:15:44] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/MCStatistics/language/zh_CN.json [2024-07-04, 17:16:32] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/MCStatistics/language/zh_CN.json [2024-07-04, 17:16:39] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/MCStatistics/language/zh_CN.json [2024-07-04, 17:16:40] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/MCStatistics/language/zh_CN.json [2024-07-04, 17:16:42] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/MCStatistics/language/zh_CN.json [2024-07-04, 17:16:44] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/MCStatistics/language/zh_CN.json [2024-07-04, 17:16:44] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/MCStatistics/language/zh_CN.json [2024-07-04, 17:16:44] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/MCStatistics/language/zh_CN.json [2024-07-04, 17:16:44] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/MCStatistics/language/zh_CN.json [2024-07-04, 17:16:44] /home/www/wwwroot/mt102ifb/vendor/samerton/i18next/src/i18next.php(189): Invalid json /home/www/wwwroot/mt102ifb/modules/MCStatistics/language/zh_CN.json [2024-07-14, 01:05:57] /home/www/wwwroot/mt102ifb/core/classes/Database/DB.php(253): SQLSTATE[HY000]: General error: 1364 Field 'RealName' doesn't have a default value [2024-07-14, 01:06:34] /home/www/wwwroot/mt102ifb/core/classes/Database/DB.php(253): SQLSTATE[HY000]: General error: 1364 Field 'RealName' doesn't have a default value [2024-07-14, 01:07:37] /home/www/wwwroot/mt102ifb/core/classes/Database/DB.php(253): SQLSTATE[HY000]: General error: 1364 Field 'RealName' doesn't have a default value [2024-07-14, 01:12:14] /home/www/wwwroot/mt102ifb/core/classes/Database/DB.php(253): SQLSTATE[HY000]: General error: 1364 Field 'RealName' doesn't have a default value [2024-07-14, 02:44:11] /home/www/wwwroot/mt102ifb/core/classes/Database/DB.php(253): SQLSTATE[HY000]: General error: 1364 Field 'RealName' doesn't have a default value [2024-07-14, 02:44:32] /home/www/wwwroot/mt102ifb/core/classes/Database/DB.php(253): SQLSTATE[HY000]: General error: 1364 Field 'RealName' doesn't have a default value [2024-07-14, 02:47:48] /home/www/wwwroot/mt102ifb/core/classes/Database/DB.php(253): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nameless.nl2_phinxlog' doesn't exist [2024-07-14, 05:06:45] /home/www/wwwroot/mt102ifb/core/classes/Database/DB.php(253): SQLSTATE[HY000]: General error: 1364 Field 'RealName' doesn't have a default value [2024-07-14, 05:08:41] /home/www/wwwroot/mt102ifb/core/classes/Database/DB.php(253): SQLSTATE[HY000]: General error: 1364 Field 'RealName' doesn't have a default value [2024-07-14, 05:14:08] /home/www/wwwroot/mt102ifb/core/classes/Database/DB.php(253): SQLSTATE[HY000]: General error: 1364 Field 'RealName' doesn't have a default value [2024-07-14, 05:16:38] /home/www/wwwroot/mt102ifb/core/classes/Database/DB.php(253): SQLSTATE[HY000]: General error: 1364 Field 'RealName' doesn't have a default value [2024-07-14, 05:18:26] /home/www/wwwroot/mt102ifb/core/classes/Database/DB.php(253): SQLSTATE[HY000]: General error: 1364 Field 'RealName' doesn't have a default value [2024-07-14, 05:19:26] /home/www/wwwroot/mt102ifb/core/classes/Database/DB.php(253): SQLSTATE[HY000]: General error: 1364 Field 'RealName' doesn't have a default value [2024-07-14, 05:19:52] /home/www/wwwroot/mt102ifb/core/classes/Database/DB.php(253): SQLSTATE[HY000]: General error: 1364 Field 'RealName' doesn't have a default value [2024-07-16, 22:30:20] /home/www/wwwroot/mt102ifb/modules/Members/classes/MemberListManager.php(86): Member list '{{list}}' does not exist [2024-07-19, 07:51:19] /home/www/wwwroot/mt102ifb/modules/Members/classes/MemberListManager.php(86): Member list '{{list}}' does not exist [2024-07-19, 10:22:04] /home/www/wwwroot/mt102ifb/modules/Members/classes/MemberListManager.php(86): Member list '{{list}}' does not exist [2024-07-19, 12:47:27] /home/www/wwwroot/mt102ifb/modules/Members/classes/MemberListManager.php(86): Member list '{{list}}' does not exist [2024-07-19, 14:50:29] /home/www/wwwroot/mt102ifb/modules/Members/classes/MemberListManager.php(86): Member list '{{list}}' does not exist [2024-07-20, 14:34:50] /home/www/wwwroot/mt102ifb/modules/Members/classes/MemberListManager.php(86): Member list '{{list}}' does not exist [2024-07-21, 04:39:41] /home/www/wwwroot/mt102ifb/modules/Members/classes/MemberListManager.php(86): Member list '{{list}}' does not exist [2024-07-21, 06:17:11] /home/www/wwwroot/mt102ifb/core/classes/Core/HttpClient.php(114): Call to a member function getBody() on null [2024-08-04, 23:18:15] /home/www/wwwroot/mt102ifb/modules/Members/classes/MemberListManager.php(86): Member list '{{list}}' does not exist [2024-08-06, 00:40:24] /home/www/wwwroot/mt102ifb/core/classes/Database/DB.php(253): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'username' in 'where clause' [2024-08-06, 01:41:43] /home/www/wwwroot/mt102ifb/core/classes/Database/DB.php(253): SQLSTATE[HY000]: General error: 1364 Field 'uid' doesn't have a default value [2024-08-06, 01:54:47] /home/www/wwwroot/mt102ifb/core/classes/Database/DB.php(253): SQLSTATE[HY000]: General error: 1364 Field 'uid' doesn't have a default value [2024-08-06, 04:00:38] /home/www/wwwroot/mt102ifb/core/classes/Database/DB.php(253): SQLSTATE[HY000]: General error: 1364 Field 'uid' doesn't have a default value `

zrbiao commented 2 months ago

If I can change the core/migrations / 20220517030611 _create_users_table. PHP, complete database tables to add

zrbiao commented 2 months ago

The database was repaired, creating a table column recovery through sql code I first delete the original column, and then through the sql code execution is normal

for reference only ALTER TABLEnl2_users ADD COLUMNscoreINT(11) NULL AFTERuuid, ADD COLUMNavatarINT(11) NULL DEFAULT 0 AFTERscore, ADD COLUMNpermissionINT(11) NULL DEFAULT 0 AFTERavatar, ADD COLUMNregister_atDATETIME NULL AFTERpermission, ADD COLUMNlast_sign_atDATETIME NULL AFTERregister_at, ADD COLUMNuidINT(11) NULL AFTERlast_sign_at, ADD COLUMNrealnameVARCHAR(255) NULL AFTERuid;