Hướng dẫn fix lỗi lặp lại bài viết cho vbb 4.2.2

Admin

AdminAdmin is verified member.

Well-Known Member
Staff member
Administrator
Nếu lỗi lặp bài viết thì làm theo hướng dẫn sau
Đăng nhập host, sửa newreply.php dòng 389:
PHP:
$newpost['htmlstate'] = array_pop($array = array_keys(fetch_htmlchecked($vbulletin->GPC['htmlstate'])));
Sửa thành:
PHP:
$array = array_keys(fetch_htmlchecked($vbulletin->GPC['htmlstate']));
		$newpost['htmlstate'] = array_pop($array);
Lưu lại là xong
Chúc các bạn thành công!
 

Facebook Comments

Similar threads

Admin
Replies
0
Views
9K
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
8K
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
6K
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
1K
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
2K
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
1K
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
1K
AdminAdmin is verified member.
Admin
Back
Top