Simple Machines Community Forum

SMF Development => Bug Reports => Fixed or Bogus Bugs => Topic started by: lntit on January 06, 2017, 07:29:43 AM

Title: [2.0.13] Empty cells in table dissappear
Post by: lntit on January 06, 2017, 07:29:43 AM
Yeah, I just installed the lastest patch and it broke some tables...

Example

[table]
[tr][td]Alpha Centauri[/td][td]Wolf 359[/td][td]Sirius[/td][/tr]
[tr][td][hr][/td][td][hr][/td][td][hr][/td][/tr]
[tr][td][/td][td][/td][td][b]test[/b][/td][/tr]
[/table]






Alpha CentauriWolf 359Sirius



test




Should look:


Alpha CentauriWolf 359Sirius



__test

Take a look at the word "test", that should be below Sirius, not Alpha Centauri. The patch seems to remove empty cells ([td][/td]).
Title: Re: [2.0.13] Empty cells in table dissappear
Post by: LiroyvH on January 06, 2017, 05:58:31 PM
Please try these steps:
1.) Uninstall the patch,
2.) Click to delete the patch from the package manager,
3.) Download a fresh copy of the patch from our website (or through the update message in your admin panel),
4.) Install it.

You probably downloaded an older iteration from our servers (from cache) instead of the proper latest version of the patchfile. (Our fault that it was possible, we fixed that immediately.)
A very small number of users may have received that wrong iteration of 2.0.13, we'll ensure to keep it in mind with the release of SMF 2.0.14. :)
Or you can re-download the package to instantly fix it if you're having this issue, by following the steps above.

Thanks!
Title: Re: [2.0.13] Empty cells in table dissappear
Post by: lurkalot on January 06, 2017, 07:00:40 PM
Quote from: CoreISP on January 06, 2017, 05:58:31 PM

A very small number of users may have received that wrong iteration of 2.0.13, we'll ensure to keep it in mind with the release of SMF 2.0.14. :)


Thanks for pointing this out. ;)  Just updated all my sites again, problem seems to be sorted now.  8)
Title: Re: [2.0.13] Empty cells in table dissappear
Post by: Colin on January 06, 2017, 07:08:23 PM
Wahoo, marking as solved.
Title: Re: [2.0.13] Empty cells in table dissappear
Post by: HDB on January 06, 2017, 07:42:15 PM
Did Charter Members get the wrong iteration of 2.0.13?
Title: Re: [2.0.13] Empty cells in table dissappear
Post by: Kindred on January 06, 2017, 07:58:35 PM
as it turns out no...  the issue was on the server. because the charter release was made via attachment, it was manually built and therefore, correct.
Title: Re: [2.0.13] Empty cells in table dissappear
Post by: HDB on January 06, 2017, 08:10:48 PM
As always Kindred, thank you. What you and the others here on the team do is greatly appreciated.
Title: Re: [2.0.13] Empty cells in table dissappear
Post by: lntit on January 06, 2017, 10:16:56 PM
Lol, you guys are fast. :P And yep, unistalling and reinstalling fixed it! Thanks!