1 saunders Oct 16, 2018 12:58
3 fplanque Oct 18, 2018 00:01
I confirm there is a bug. We'll try to fix this today.
4 yurabakhtin Oct 18, 2018 07:14
5 agent_kith Oct 18, 2018 08:29
@yurabakhtin wrote earlier:
Fixed in commit https://github.com/b2evolution/b2evolution/commit/02bf43c526a5eb397d05fd7c552aea3ce2ede1d2.
Thanks. Modified the file and preview is working again.
6 saunders Oct 18, 2018 09:54
@yurabakhtin works fine! Thanks for the fix!
7 amoun Oct 18, 2018 11:54
Just a note for anyone who wants to modify the files as in
https://github.com/b2evolution/b2evolution/commit/02bf43c526a5eb397d05fd7c552aea3ce2ede1d2
In my version (6.10.3) of [/conf/_application.php] line 24
is $app_date = '2018-09-27';
not $app_date = '2018-10-17';
as shown in the fix
All fixed
Thanks
8 yurabakhtin Oct 18, 2018 13:33
@amoun Yes, you are right, just ignore my modification in the file conf/_application.php
if you do manual changes in your current release. We change the $app_date
for next release. You should update the config variable only when some css or js files were changed in order to update your browser cache.
9 saunders Oct 18, 2018 14:09
@yurabakhtin - ok. let's wait to the next release. But have also a look at this:
10 amoun Oct 18, 2018 14:40
@yurabakhtin wrote earlier:
@amoun Yes, you are right, just ignore my modification in the file
conf/_application.php
if you do manual changes in your current release. We change the$app_date
for next release. You should update the config variable only when some css or js files were changed in order to update your browser cache.
Thanks for that. I was wondering why the date needed changing, however I have Firefox delete the cache each times it closes, so it should never impact in that way. Of course now I've just though about what I've said, other users probably won't have their cache deleted each instance :()
11 amoun Oct 18, 2018 14:44
Oh! the date I've changed it to [$app_date = '2018-10-02';] in line with the release and the warning goes away :)
So the date has it''s uses
UPDATE
Mind you, why a future date should trigger the warning. Just checked that 2018-10-01 doesn't but anything before that does as does 2018-10-04
12 amoun Oct 18, 2018 23:06
Just a note for anyone who wants to modify the files as in
https://github.com/b2evolution/b2evolution/commit/02bf43c526a5eb397d05fd7c552aea3ce2ede1d2
In my version (6.10.3) of [/conf/_application.php] line 24
is $app_date = '2018-09-27';
not $app_date = '2018-10-17'; as shown in the fix
All fixed
Thanks
Ah!
It was first released on September 27th but we re-released
So question :: if my install is the Sept 27 what are the changes in the Oct 2nd, as I have to download and upload over a 500kb connection, being unable to auto update. I'd rather do a few bug fixes.
13 yurabakhtin Oct 19, 2018 06:46
@yurabakhtin - ok. let's wait to the next release. But have also a look at this:
If you don't want to see that red error message you should revert $app_date
to '2018-10-02'
, but it doesn't matter fro correct system work, it's just info data.
Sorry for this confusion with app data, I will not touch that var for similar quick bugfixes in future.
14 yurabakhtin Oct 19, 2018 06:57
So question :: if my install is the Sept 27 what are the changes in the Oct 2nd, as I have to download and upload over a 500kb connection, being unable to auto update. I'd rather do a few bug fixes.
I think you should check this compare page https://github.com/b2evolution/b2evolution/compare/88e38f61bc87b07011fdb2975ff02b5dceeaa401...6.10.3
15 amoun Oct 19, 2018 09:57
@yurabakhtin wrote earlier:
So question :: if my install is the Sept 27 what are the changes in the Oct 2nd, as I have to download and upload over a 500kb connection, being unable to auto update. I'd rather do a few bug fixes.
I think you should check this compare page https://github.com/b2evolution/b2evolution/compare/88e38f61bc87b07011fdb2975ff02b5dceeaa401...6.10.3
Thanks: I'll apply the bits
16 bloggerattwb Oct 19, 2018 14:03
Beautiful! Thanks, Saunders, for getting this started. You just saved me a ton of time!
17 fplanque Nov 02, 2018 19:35
The fix will be part of b2evo 6.10.4.
Confirm n 6.10.3 with my skin. I get a 404 if I try and preview on any status (Draft, Members, Public)
EDIT
Tried bootstrap and forums and no change ?? Maybe some weird setting I have ???