XenForo 1.5.5 Released

  • Thread starter Minh Bảo
  • Ngày gửi
M

Minh Bảo

Khách VNXF
Some of the bugs fixed in 1.5.5 include:
  • Fix an issue where logging in via Facebook would immediately log you out again
  • Prevent a database error when using the IP Board 4.0/4.1 importer with a IPB 4.1 database
  • Resolve a timeout when dealing with long data URLs
  • No longer require a Facebook App ID to be configured to display Open Graph metadata
  • Workaround for a PHP 7.0.0 / 7.0.1 bug (fixed in 7.0.2) which causes a "Invalid numeric literal" error to be thrown on some
    PHP:
    [*]Fix for "Undefined index: associate_account" error
    [*]Fix for a potential race condition involving G+ button if it hasn't loaded (or has been blocked)
    [*]Fix for an "array to string conversion" error in fb_channel.php
    [*]Workaround for an issue with pasted content being distorted when pasting from Microsoft Edge
    [*]Fix for an issue which clears custom field values from a form after returning to it after an error (such as registration)
    [*]Implement retrieving saved draft messages from the "Reply to Thread" page
    [*]Implement an option to prevent sending mass messages (conversations) via the control panel to users that don't want to receive emails from the admin
    [*]Force rebuild of rebuilding the add-ons cache after changing an add-ons addon_id
    [*]More consistent ordering of a users's IP addresses in the control panel
    [*]Skip email_bounce and email_confirm(_edit) states if a user has just reset their password
    [*]Include thread prefix in subject of thread watch emails
    [*]Resolve an inconsistency with use of ISO-8601 weeks and years causing a display glitch in the Weekly Statistics chart
    [/LIST]
    See the Resolved Bug Reports forum for further information.
    
    The following templates have had changes:
    [LIST]
    [*]custom_field_edit
    [*]open_graph_meta
    [/LIST]
    Where necessary, the merge system within the "Outdated Templates" page should be used to integrate these changes.
 

Đính kèm

  • xenforo_1.5.5_full.zip
    5.8 MB · Lượt xem: 409
  • xenforo_1.5.5_upgrade.zip
    5.8 MB · Lượt xem: 153

Mr.Ip

Corporal
Tham gia
03/03/2015
Bài viết
105
Được Like
122
Today, we are pleased to release XenForo 1.5.5. This release fixes a number of bugs and issues that were found since the release of 1.5.3. As this is a maintenance release, the vast majority of the focus was an increase in stability.

Please note that we are now formally recommending that you upgrade to PHP 5.4 or newer. Our intention with XenForo 2.0 is to require PHP 5.4 or newer. If you are running PHP 5.3 or 5.2, you will receive a warning when installing or upgrading XenForo.

Some of the bugs fixed in 1.5.5 include:
  • Fix an issue where logging in via Facebook would immediately log you out again
  • Prevent a database error when using the IP Board 4.0/4.1 importer with a IPB 4.1 database
  • Resolve a timeout when dealing with long data URLs
  • No longer require a Facebook App ID to be configured to display Open Graph metadata
  • Workaround for a PHP 7.0.0 / 7.0.1 bug (fixed in 7.0.2) which causes a "Invalid numeric literal" error to be thrown on some
  • Fix for "Undefined index: associate_account" error
  • Fix for a potential race condition involving G+ button if it hasn't loaded (or has been blocked)
  • Fix for an "array to string conversion" error in fb_channel.php
  • Workaround for an issue with pasted content being distorted when pasting from Microsoft Edge
  • Fix for an issue which clears custom field values from a form after returning to it after an error (such as registration)
  • Implement retrieving saved draft messages from the "Reply to Thread" page
  • Implement an option to prevent sending mass messages (conversations) via the control panel to users that don't want to receive emails from the admin
  • Force rebuild of rebuilding the add-ons cache after changing an add-ons addon_id
  • More consistent ordering of a users's IP addresses in the control panel
  • Skip email_bounce and email_confirm(_edit) states if a user has just reset their password
  • Include thread prefix in subject of thread watch emails
  • Resolve an inconsistency with use of ISO-8601 weeks and years causing a display glitch in the Weekly Statistics chart
See the Resolved Bug Reports forum for further information.

The following templates have had changes:
  • custom_field_edit
  • open_graph_meta
Where necessary, the merge system within the "Outdated Templates" page should be used to integrate these changes.
 

Đính kèm

  • XenForo.1.5.5.Released_mr ip.zip
    5.7 MB · Lượt xem: 11

THB

Founder
Thành viên BQT
Tham gia
25/02/2015
Bài viết
6,646
Được Like
3,931
cái này hoàn toàn ok nha các bác. Nâng từ 1.5.4 lên nha.
hình ảnh chỉ mang tính chất minh họa. hiiii
xen15500.jpg
xen15501.jpg
xen15502.jpg
xen15503.jpg
xen15504.jpg
xen15505.jpg
xen15506.jpg
xen15507.jpg
 

kamchatka

MasterCorporal
Tham gia
14/04/2015
Bài viết
248
Được Like
162
Ver này có gì khác so với 1.5.4 vậy các thánh
 
  • Like
Reactions: THB

MacKen

Sergeant
Tham gia
30/11/2015
Bài viết
625
Được Like
542
Sau khi nâng cấp có 1 lỗi nhõ xảy ra nếu như login đúng pass thì ok... còn nhập sai pass sẽ báo lỗi :

end_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Field 'ip_address_old' doesn't have a default value - library/Zend/Db/Statement/Mysqli.php:214

Lỗi xuất hiện được đề cập đến bảng xf_login_attempt cột ip_address_old trong database name. Lĩnh vực đó không nên tồn tại. Lĩnh vực đó được tạo ra tạm thời trong khi nâng cấp để XF sau đó nó được loại bỏ. Bạn đã hoàn thành nâng cấp của bạn? Thăm / cài đặt để chắc chắn rằng các nâng cấp xong.

Đi vào phpmyadmin, chỉnh sửa các bảng xf_login_attempt , và drop ip_address_old.

nếu nhanh thì dùng lệnh:
ALTER TABLE `xf_login_attempt` DROP `ip_address_old`;
 
Sửa lần cuối:
Tham gia
14/01/2016
Bài viết
155
Được Like
54
Sau khi nâng cấp có 1 lỗi nhõ xảy ra nếu như login đúng pass thì ok... còn nhập sai pass sẽ báo lỗi :



Lỗi xuất hiện được đề cập đến bảng xf_login_attempt cột ip_address_old trong database name. Lĩnh vực đó không nên tồn tại. Lĩnh vực đó được tạo ra tạm thời trong khi nâng cấp để XF sau đó nó được loại bỏ. Bạn đã hoàn thành nâng cấp của bạn? Thăm / cài đặt để chắc chắn rằng các nâng cấp xong.

Đi vào phpmyadmin, chỉnh sửa các bảng xf_login_attempt , và drop ip_address_old.

nếu nhanh thì dùng lệnh:
vậy là củng chưa ổn, nâng cấp lại mất công quá
 
  • Like
Reactions: THB

THB

Founder
Thành viên BQT
Tham gia
25/02/2015
Bài viết
6,646
Được Like
3,931
1.5.4 cũng ok rồi. Chạy ko thấy lỗi.
 

MacKen

Sergeant
Tham gia
30/11/2015
Bài viết
625
Được Like
542
Lỗi gì đâu nè.... mình nâng cấp xong chạy ầm ầm..... lỗi thông báo trên đó có gì to tác đâu
 
  • Like
Reactions: THB

tai ga

Private
Tham gia
20/01/2016
Bài viết
2
Được Like
2
E là người mới, các bác cho e hỏi file xenforo_1.5.5_upgrade.zip dùng để làm gì và sử dụng như thế nào ạ? Và bản Released với bản Null là sao ạ? e cảm ơn các bác sun~~sun~~
 
  • Like
Reactions: THB

THB

Founder
Thành viên BQT
Tham gia
25/02/2015
Bài viết
6,646
Được Like
3,931
1. Upgrade là để nâng cấp xenforo từ phiên bản thấp hơn lên bản cao hơn.
2.rele là bản chính thức. Null là crack thôi. Nghĩa là xóa bản quyền của xen.
Nó ko khác gì bản chính hết.
 

tai ga

Private
Tham gia
20/01/2016
Bài viết
2
Được Like
2
1. Upgrade là để nâng cấp xenforo từ phiên bản thấp hơn lên bản cao hơn.
2.rele là bản chính thức. Null là crack thôi. Nghĩa là xóa bản quyền của xen.
Nó ko khác gì bản chính hết.
Tks bác, vậy là bản release là bản chưa crack? Nhưng sao bài này của thớt ghi tiêu đề là "1.5.5 Released" còn file đính kèm lại có chữ "full" (thường e thấy soft nào ghi full là đã crack hết rồi). e hơi mâu thuẩn giữa tiêu đề và file đính kèm ở đây. bác support e với ;(;(;(facepalm~~

Với bác cho e hỏi, nhiều topic forum mình e thấy đang 3 file, 1 là release, 2 là upgrade, 3 là patch.
e chỉ biết công dụng chung của 3 file này là để có dc 1 forum đã crack nhưng k rõ là làm như thế nào với 3 file này. e thấy nếu được thì các bác nên ghim 1 bài hướng dẫn cho các mem mới như e biết với ạ
 
Sửa lần cuối:
  • Like
Reactions: THB

THB

Founder
Thành viên BQT
Tham gia
25/02/2015
Bài viết
6,646
Được Like
3,931
cái này là cách ghi để né a gg nhà ta thôi.
1. release của vnxf chia sẽ là hàng crack rồi. Dùng cho site mới tinh, cài từ đầu.
2. upgrade Cũng crack luôn nha. Dùng cho site dăng hoạt động nâng cấp lên.
3. patch là file vá lỗi. Nó bị lỗi 1 phần nào đó người ta chỉnh sửa phần đó thôi.

Nói chung nó cũng tương tự như hđh Windown thôi.
 

TiengMuaDem

Private
Tham gia
12/12/2015
Bài viết
38
Được Like
24
Mình phát hiện ra lỗi mất hình ảnh trước mỗi chủ đề ngoài index.
26888659632_ee874d2418_o.png
 
  • Like
Reactions: THB

THB

Founder
Thành viên BQT
Tham gia
25/02/2015
Bài viết
6,646
Được Like
3,931
do styles thôi.
 

THB

Founder
Thành viên BQT
Tham gia
25/02/2015
Bài viết
6,646
Được Like
3,931
site của bạn?
 

Hướng dẫn sử dụng

XenForo 1 XenForo 2
Translate by PVS

Dịch vụ XenForo của VNXF

Mobile/Zalo: 0906081284

Telegram: anhanhxf

Chỉ nhận web nội dung lành mạnh

Nhà Tài Trợ

Mút Xốp Không Gian
Mút Sofa Không Gian
Top Bottom