Re: ElkArte 1.1.7 Patch Testing
Reply #109 –
Will there be an official announcement about the update to version 1.1.7 ?
Or will there be only this topic with a patch?
Re: ElkArte 1.1.7 Patch Testing
Reply #110 –
There will be an official announcement and release. Since the patch is large I wanted to get a little wider testing, so thats why I've been posting updates here. Should be released soon since it seems to be running fine.
Re: ElkArte 1.1.7 Patch Testing
Reply #111 –
OK ... First post updated with the most recent version and all other versions have been redacted from the thread (I hope)
Re: ElkArte 1.1.7 Patch Testing
Reply #113 –
I was able to catch the reported depreciation notice, at least one of them.
It occurs when the updated cssmin library (php7 fixes) was being installed. The exact error is that s a decimal value of "493" was sent to octdec ... This is not a valid octal value due to the "9", in the number (493 decimal = 755 octal)
So the fix in the patch would prevent that if it was in place during the install .. but the code it is not changed until after the package is installed. I feel the error is actually thrown during the package test phase, which makes sense, it would be running the current code during that phase and not the updated code in the patch.
I put a potential work around so the error does not appear during install, and the patch still has the fix to prevent the error in the future.
The new patch is in the first post.
Re: ElkArte 1.1.7 Patch Testing
Reply #114 –
Assume no one runs into any show-stopping bugs or errors. Can we presume this will be 1.1.7 final? :-)
Re: ElkArte 1.1.7 Patch Testing
Reply #115 –
That is my desire as well
Re: ElkArte 1.1.7 Patch Testing
Reply #116 –
Can the installation of the 1.1.7 Patch affect the performance of addons?
For example: Attachment Image Resize, Optimus, Quick Quote, SimpleAds.
Re: ElkArte 1.1.7 Patch Testing
Reply #117 –
Are you just curious or did you see some change?
Its going to cause a cache refresh for both user and code data as well as any minified CSS/JS so while that is happening things could be slower for a short time.