ElkArte Community

Project Support => Announcements => Topic started by: Spuds on April 25, 2021, 02:36:36 pm

Title: ElkArte 1.1.7 - Release announcement
Post by: Spuds on April 25, 2021, 02:36:36 pm
Today, we are pleased to release ElkArte 1.1.7. This is the 8th release in the ElkArte 1.1 line.

This release addresses many bugs and some minor security issues identified after the release of ElkArte 1.1.6. As this is a maintenance release, the majority of the updates are focused on bug fixes, PHP 7.4/8 compatibility and increased stability. A few enhancements to existing functionality was added, examples being one click un-subscribe in email notifications and the capability to search on subject when using a full text index.

This is patch does contain security fixes and we strongly encourage anyone running any previous version to update to the latest.

This release follows our semantic version (MAJOR.MINOR.PATCH), meaning that third-point (x.x.X) releases should contain backwards-compatible bug fixes and enhancements, so for the most part you will not find major new features in this release. Major new features will be reserved for second point versions (x.X.x).

Refer to the release notes on the forum for a complete list of updates. Release Notes (https://www.elkarte.net/community/index.php?topic=5976.0)

If you were running any of the previous beta 1.1.7 patches you must uninstall those and install this final package or great pain awaits you at some point  ;)
 

Patching procedure:

For any question you may have, feel free to ask on the support forum.

Of course you are encouraged to update to this release since it contains a lot of fixes and improvements, thank you for your continued support!
Title: Re: ElkArte 1.1.7 - Release announcement
Post by: radu81 on April 26, 2021, 02:28:53 am
two forums updated without any kind of problem 8)


Thanks Elkarte team for this huge release!
Title: Re: ElkArte 1.1.7 - Release announcement
Post by: tino on May 01, 2021, 02:52:38 pm
The download link on the main page for the latest install isn't found btw. (If you didn't know)
Title: Re: ElkArte 1.1.7 - Release announcement
Post by: ElkArte-Is-Awesome on May 01, 2021, 04:28:40 pm
Woot! Woot!   8)

This is awesome news indeed.
Title: Re: ElkArte 1.1.7 - Release announcement
Post by: Spuds on May 01, 2021, 05:36:03 pm
Quote from: tino – The download link on the main page for the latest install isn't found btw. (If you didn't know)
Thanks and Fixed
Title: Re: ElkArte 1.1.7 - Release announcement
Post by: Zioclive on May 04, 2021, 12:57:15 pm
Patch installed on my test forum and on the real one, non problems at all .

THANK YOU Spuds !!


Thanks for the massive job made, I really want to express my real gratitude for your incredible work.
 
 :)

Is there a way to make  a donation to the  Elkarte's project?
Title: Re: ElkArte 1.1.7 - Release announcement
Post by: emanuele on May 09, 2021, 06:22:44 am
Thanks @Spuds !! (A bit late to the party,...)
Oh, FWIW let me add it to twitter!
Title: Re: ElkArte 1.1.7 - Release announcement
Post by: optimizerdude on May 09, 2021, 01:22:36 pm
Did something change with the optimizing database function? Before it worked flawlessly, and now no matter what, it says there is nothing to optimize even though major changes were made to database.

Also can we fix the token verification failed error? I think it has to do with the user coming from different IP's if the hosting is behind a DDOS protection service like cloudflare.
Title: Re: ElkArte 1.1.7 - Release announcement
Post by: tino on May 09, 2021, 01:49:33 pm
Quote from: optimizerdude – Also can we fix the token verification failed error? I think it has to do with the user coming from different IP's if the hosting is behind a DDOS protection service like cloudflare.

What’s the error? Also the error in the error log associated with it.

If you’re constantly changing your ip it’s hard to validate the user mind. Ideally you should have a fixed ip for the duration of the session.
Title: Re: ElkArte 1.1.7 - Release announcement
Post by: Spuds on May 09, 2021, 02:14:51 pm
If you are running InnoDB as your storage engine, then it will not "optimize" those tables.  

Doing optimize on an InnoDB table is usually not necessary (unlike MyISAM).  Maybe after you have done A LOT of insert/update/delete against the table IN A WAY that could result in fragmentation.  Perhaps if you are using a FULLTEXT search index on an InnoDB table, that may benefit from DROP INDEX, then ADD INDEX but optimize really does a ALTER TABLE ... FORCE on InnoDB whichi is mostly a don't bother with our tables.

You are much better off tinkering with your conf file if you want to optimize InnoDB.

I recall some discussion on what the real IP is when using cloudflare or some others, Its in one of the x-headers.  Do a site search on cloudflare and see if those solutions will work for you.  But like @tino said, that IP should not change in session.
Title: Re: ElkArte 1.1.7 - Release announcement
Post by: Arantor on May 09, 2021, 06:29:54 pm
I wanted to like the last post (because it's about time we stopped encouraging 'optimize table' as a thing that people should 'just do') - but I couldn't like any post in this topic. Not sure if that's by intent (since there were likes in this topic before, but I can't like anything here now. Other topics seem to be fine.)
Title: Re: ElkArte 1.1.7 - Release announcement
Post by: Spuds on May 09, 2021, 06:44:20 pm
That like issue is a bit strange, you should be able to see and like the posts in this topic.   I'll add it to the list of things to look into :D 
Title: Re: ElkArte 1.1.7 - Release announcement
Post by: tino on May 09, 2021, 07:09:12 pm
Only admin and moderators can it seems. Is it a permission thing?
Title: Re: ElkArte 1.1.7 - Release announcement
Post by: Mrs. Chaos on May 23, 2021, 04:07:51 pm
Hello,
I did the update to the 1.1.7 and now you can't write new posts when you click on "Reply" or change one when you click on "Modify". Also quoting no longer works or creating a new topic. With all only this same error message appears:
Call to undefined function getMessageIcons()

File: /www/htdocs/…/…/sources/controllers/Post.controller.php
Line: 567

Line 567 looks after the update but the same as the one from before the update.
What can be the error and how can I fix it?
Title: Re: ElkArte 1.1.7 - Release announcement
Post by: tino on May 23, 2021, 05:06:06 pm
It’s been moved to MessageIcons.subs.php

So you’d need to include before that line. I’m not sure if that’s an addon which calls that or not but I’d expect everyone to get the issue if it wasn’t.

https://github.com/elkarte/Elkarte/blob/6fb64ecafd602cad9a022e215a4536024af4d3a9/sources/controllers/Post.controller.php#L566
Title: Re: ElkArte 1.1.7 - Release announcement
Post by: Spuds on May 23, 2021, 08:04:46 pm
Sounds like an addon or custom theme issue.  You can try using the default theme and see if that fixes the issue, or if using addons which ones?
Title: Re: ElkArte 1.1.7 - Release announcement
Post by: Mrs. Chaos on May 24, 2021, 08:44:09 am
Yes, thank you, obviously it was due to an addon. After the update to 1.1.7, I had installed new versions of several addons and one of them apparently caused an error.
I've now completely uninstalled these addons and now everything works again in the forum. And tonight I will try to install the addons again and error-free. :)
Title: Re: ElkArte 1.1.7 - Release announcement
Post by: Spuds on May 24, 2021, 09:09:09 am
Great... When you find the problem addon, please let us know which (especially if its one of mine!)
Title: Re: ElkArte 1.1.7 - Release announcement
Post by: Mrs. Chaos on May 24, 2021, 04:28:03 pm
All 16 addons are now running again without problems. I have updated some of them, but with none of them I could see which one caused the error in the forum yesterday.
Title: Re: ElkArte 1.1.7 - Release announcement
Post by: Spuds on May 25, 2021, 10:27:22 pm
Something must not have updated properly the first go around but glad you have it working now.  Thanks for letting us know its working again :D
Title: Re: ElkArte 1.1.7 - Release announcement
Post by: Jorin on July 21, 2021, 01:25:13 am
Updated without problems, thanks!  :)