Version 7.1.6 has now been released. This version is a patch release that introduces a number of bug fixes since the last release. Upgrading is strongly advised due to very important security fixes, as well as fixes to comply with changes in dependencies.To upgrade follow the steps in your website's http://mybaseurl/upgrader.php script. You will need to copy the URL of the attached TAR file (created via the form below) during step 3.
Your upgrade to version 7.1.6
, or download upgrade directly (4 Mb).


Comments
When I saw this listed fix…
"Fixed major layout bug with forms on Google Chrome"
…I thought it meant we could once again see the names of form fields in screens where you add News, Images, etc. For some reason these names disappeared some time back. However, I'm not seeing this issue fixed even though I made sure the caches were emptied in the site and in my Chrome browser after the upgrade.
It needs applying to themes manually too. In global.css:
Code
body .accessibility_hidden { /* {$,Contents should be made visible (or interpreted) for accessibly representation but hidden for normal visual display} */
/* Shift it out of the viewport */
position: absolute;
top: -256000px;
left: 0;
}
Code
body .accessibility_hidden { /* {$,Contents should be made visible (or interpreted) for accessibly representation but hidden for normal visual display} */
/* Shift it out of the viewport */
position: absolute;
top: -256000px;
left: 0;
display: block; /* stops browser bugs where it interacts with the layout flow incorrectly */
}
i.e. the display:block bit needs adding.
I'm pretty annoyed with Google causing this bug in an automatic update then completely ignoring the test case I reported to them months ago. Generally I really love Google Chrome, but I don't love organisations that ignore bug reports in their key products.
Thank you!
Were their any/many TPL changes, Brian?
Bob
But my main theme does have a custom header and global template and it looks to have had no problem with it.
I also upgraded this theme which has no template edits that I can recall but does have extensive css changes and it upgraded with no problems too.
Harry
Fix to CSS editor - ocPortal.com
update: found another one news.css
We did upgrade the server for all our websites recently, and it requires SFTP to be used. I wonder if that's an issue here on ocPortal
I'm not sure if it's a bug introduced with this 7.1.6 upgrade, but I just discovered that that system is no longer able to automatically create a thumbnail when I upload a video to the site. However it still automatically generates thumbnails when added youtube videos or uploading images.
If you've been properly saving customised changes into the proper *_custom dirs they won't be overwritten and it's unlikely there'll be a conflict.
Regardless, the upgrade TAR can be extracted manually (i.e. going through the changes by hand) so long as you know what you're doing.
Bob
EDIT: as expected, I just found it: ocPortal security update - ocPortal.com