MyBB Community Forums

Full Version: Video Tag not working after Update
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I updated the forum to Version 1.8.37, and since the update the custom [webm]-Tag stopped working.
Other BB-Codes are working.

By using the custom webm-Code the Post becomes empty regardless of what else is in the post.
[attachment=46802]

Even the HTML is empty:
<div class="post_content">
	<div class="post_head">[attachment=46802]
		
		<h1 aria-label="Beitrag  von Iriomote" style="display:inline;font-size:9px;"><!-- helps navigation for screen readers --></h1>
		<span class="post_date"> 19:57:48 <span class="post_edit" id="edited_by_"></span></span>
	
	</div>
	<div class="post_body scaleimages" id="pid_">
		
	</div>
	
	<div class="post_meta" id="post_meta_">
		
	</div>
</div>

And this is with all Themes installed, I have no pointers as to what the problem might be.
Turning on error Logging has not helped either, no Log is generated.
I deactivated all plugins, to no avail and reverted almost all changes made to the Templates.

This is the Code for the custom webm-Code:
[attachment=46801]
Try adding a closing / to the <source> tag:
<source src="$1" type="video/webm" />

https://docs.mybb.com/1.8/faq/errors/#pa...ion-failed