Anankke / SSPanel-UIM

Multi-purpose proxy service management system
MIT License
9.46k stars 3.4k forks source link

[BUG]dev 版本 设置中心 注册 邀请 提交按钮无效 #1551

Closed ghost closed 2 years ago

ghost commented 2 years ago

请将 [ ] 替换为 [x] 。Please relpace [ ] with [x] .

Environment 环境 Your OS info, PHP/MySQL version and so on... 你的操作系统信息、PHP/MySQL 版本、以及其它所有可能相关的信息。 dev版本是php8.0 MySQL 10.4.14-MariaDB Commit The commit you on. 你当前的 SSPanel UIM 位于哪条 commit。 16af188737274de51b713f2ac4da415c2b6ac4c9 Bug The bug information. 请描述你遇到的 Bug。 ①设置中心—— >注册——>默认值,点击提交按钮没有任何反应,控制台也没有反应。 ②无法注册账户,点击注册按钮没有反应。 控制台日志报错。 {"error":{"type":"Illuminate\Database\QueryException","message":"SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect integer value: '' for column sql_dev_fanqiang.user.node_group at row 1 (SQL: insert into user (user_name, email, remark, pass, passwd, uuid, port, t, u, d, method, protocol, protocol_param, obfs, obfs_param, forbidden_ip, forbidden_port, im_type, im_value, transfer_enable, invite_num, auto_reset_day, auto_reset_bandwidth, money, sendDailyMail, ref_by, ga_token, ga_enable, class_expire, class, node_connector, node_speedlimit, expire_in, reg_date, reg_ip, theme, node_group) values (xiaolangcat, mrzhangfish@126.com, , 25f9e794323b453885f5181f1b624d0b, u5IsOv4dDtTeNOuv, 4511275d-8498-37e7-99a5-67425fe7f3f0, 37475, 0, 0, 0, chacha20-ietf, auth_aes128_sha1, , http_simple, www.jd.hk, 127.0.0.0\/8,::1\/128, , 1, , 21474836480, 10, 0, 0, 0, 0, 0, 7C2JH5AVYLGSNMEL, 0, 2022-09-08 22:54:37, 0, 0, 0, 2022-09-08 22:54:37, 2022-09-01 22:54:37, 103.135.102.18, material, ))","file":"\/www\/wwwroot\/dev.fanqiangvpnnet.xyz\/vendor\/illuminate\/database\/Connection.php","line":759}}

③同样,还是设置中心,邀请,通用设置,提交按钮无效。

Reproduce Steps to reproduce the bug. 请逐步描述如何复现 Bug。

Expected behavior What you expected to happen. 请描述你预期的行为。

Logs If applicable, add your PHP logs here. 如果需要,请在这里粘贴 PHP Log。

Addition Additional context here. 如有可能,请提供更多相关资料。

AutisticShark commented 2 years ago

Fixed in https://github.com/Anankke/SSPanel-Uim/commit/210fb748962cc00d9970a7eb5ec18f18c02bd060

AutisticShark commented 2 years ago

另為數據庫化配置中 注册时随机分配到的分组 添加一個數值也可以修復這個問題。

ghost commented 2 years ago

你好,我已经更新到最新dev版本,3f41d2789dd7602adcb8e75da1eb2bcbc1e6b2e8 但是下面的bug依然存在,需要去数据库手动更改数据。 ①设置中心—— >注册——>默认值,点击提交按钮没有任何反应,控制台也没有反应。 ③同样,还是设置中心,邀请,通用设置,提交按钮无效。

ghost commented 2 years ago

@M1Screw