HTML Logo by World Wide Web Consortium (www.w3.org). Click to learn more about our commitment to accessibility and standards.

ocPortal 7.1.6 released

Login / Search

 [ Join | More ]
 
Posted
Rating:
#82135
Avatar

ocStaff (admin)

Comment: #news_282

Rishi Saravanan said

Hello,

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.
You'll need FFMPEG on the server, and correctly pointed to by the 'FFMPEG path' option. Also PHP will need to be able to call up system command, and sometimes PHP configurations prevent this.



Become a fan of ocPortal on Facebook or add me as a friend.

Expand: Was I helpful? Was I helpful?

Expand: Follow me on Twitter Follow me on Twitter







If I answered something that you think should be in the documentation, please take the initiative and add it to the community documentation. We really need people to help out here and build a well-organised large support resource.
Back to the top
 
Posted
Item has a rating of 5 (Liked by Guest)  
Rating:
#82140
Avatar

Community saint

Chris Graham said

Yes, this is it.

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;
}
becomes:

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.
Okay, thanks Chris for explaining these things so quickly
Back to the top
 
Posted
Item has a rating of 5 (Liked by Chris Graham)  
Rating:
#82142
Avatar

Community saint

Chris Graham said

It's important that you apply the patch we posted in the recent security announcement, otherwise if things are fine I wouldn't worry (apart from the Google Chrome bug Rishi discusses above).

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.
Where is that security announce neither searching nor browsing can I find it although I will no doubt stumble across it the minute I dispatch this.

Bob

EDIT: as expected, I just found it: ocPortal security update - ocPortal.com
Back to the top
 
Posted
Rating:
#82146
Avatar

Community saint

Chris Graham said

You'll need FFMPEG on the server, and correctly pointed to by the 'FFMPEG path' option. Also PHP will need to be able to call up system command, and sometimes PHP configurations prevent this.
oops, we didn't realize that ffmpeg was not installed on our new server by default
Back to the top
 
1 guests and 0 members have just viewed this: None
Control functions:

Quick reply   Contract

Your name:
Your message: