ElkArte Community

Project Support => Support => Topic started by: kucing on October 05, 2014, 10:19:14 am

Title: Update 1.0.0 to 1.0.1 failed
Post by: kucing on October 05, 2014, 10:19:14 am
Hi, I installed 1.0.1 patch and there is an error found.

at this line:
37.    Execute Modification    .themes/default/index.template.php    Test failed
1.    Replace    .themes/default/index.template.php    Test failed

screenshots attached.

should i replaced it manually?

thanks!

edit:

wait, just realized there is a install now button on the bottom. should i click it? will it ignore any error on test process?
Title: Re: Update 1.0.0 to 1.0.1 failed
Post by: Spuds on October 05, 2014, 10:29:11 am
I't looks like it can't find the "version 1.0" tag in the header of your index.template.php (it wants to change that to 1.0.1)

Are those errors on a custom theme or the default?  If its the default I'm curious to what version you have installed (could you attach that file here as well)
Title: Re: Update 1.0.0 to 1.0.1 failed
Post by: kucing on October 05, 2014, 10:39:10 am
I'm still using the old default (the green one) with no modification. I attached the file you requested.
Title: Re: Update 1.0.0 to 1.0.1 failed
Post by: Spuds on October 05, 2014, 10:48:49 am
Thanks ... and interesting

its this line:
Code: [Select]
 * license:  	BSD, See included LICENSE.TXT for terms and conditions.
that is causing the failure, its looking for
license:(space)(space)(tab)BSD and yours has license:(space)(space)BSD

You can add that tab or just use the attached
Title: Re: Update 1.0.0 to 1.0.1 failed
Post by: emanuele on October 05, 2014, 10:52:29 am
Patches are a pain! xD
Title: Re: Update 1.0.0 to 1.0.1 failed
Post by: Spuds on October 05, 2014, 10:55:01 am
I checked the 1.0.0 package on GitHub and it has space,space,tab ....  :-\ maybe we had one that just had space,space at some point?
Title: Re: Update 1.0.0 to 1.0.1 failed
Post by: kucing on October 05, 2014, 10:59:58 am
Thanks! Fixed now. :D