hoaquynhtim99 / music

Module Music for NukeViet
GNU General Public License v3.0
4 stars 7 forks source link

Lỗi thêm ca sĩ #11

Closed tinhcavn closed 4 years ago

tinhcavn commented 4 years ago

Lỗi khi thêm ca sĩ có năm sinh lớn, cụ thể thêm ca sĩ Lý Hải sinh ngày 28/09/1968 thì bị lỗi: "Lỗi lưu dữ liệu: SQLSTATE[22003]: Numeric value out of range: 1264 Out of range value for column 'artist_birthday' at row 1"

tinhcavn commented 4 years ago

Đã sửa được lỗi, chỉ cần thay đổi cấu trúc SQL từ:

artist_birthday int(11) unsigned NOT NULL DEFAULT '0' COMMENT 'Sinh nhật',

sang:

artist_birthday int(11) NOT NULL COMMENT 'Sinh nhật',

hoaquynhtim99 commented 4 years ago

@tinhcavn ra ngoài site nó có hiển thị đúng năm như đã thêm trong quản trị ko bạn

tinhcavn commented 4 years ago

gọi $artist_birthday ra site bằng hàm date() thì đúng, mình chỉnh sửa theo module users

tinhcavn commented 4 years ago

mong bạn sớm hoàn thành chức năng chỉnh sửa playlist, có thêm funs gọi playlist khi không là thành viên nữa. Tks for your project.