MyBB Community Forums

Full Version: Video Embed problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everyone,

Running MyBB 1.84 on a VPS with CentOS 7.1

My site has been in development for quite a while as I was getting to grips with managing my server.  My website is https://classified-top-secret.uk Prior to opening my site I am testing everything relating to MyBB to make sure everything works.

Today I was checking video embedding on a test forum with appropriate permissions.  I could not post any videos.  I have tested http and https. I intend to use DVZ Secure Content but this is currently deactivated.

Daily Motion
Video not showing in 'post a thread', large white space in preview and post. I have tried the long and short link.

Facebook
I do not have a Facebook account so not tested.

LiveLeak
Video not showing in 'post a thread', large white space in preview and post.

MetaCafe
Video is showing in 'post a thread', large white space in preview and post.

Veoh
Video code and url showing in 'post a thread',preview and post

Vimeo
Video not showing in 'post a thread', large white space in preview and post.

Youtube
Video is showing in 'post a thread', large white space in preview and post.


Things is have tried -

Unchecked GZIP compression in configuration options.

php.ini
  • commented out open_basedir which is set to public_html directory
  • commented out disable_functions =exec,passthru,shell_exec,system,proc_open,popen,curl_exec,curl_multi_exec,parse_ini_file,show_source

httpd.conf

I have removed the following -

SetEnvIfNoCase User-Agent "^Wget" bad_bot 
SetEnvIfNoCase User-Agent "^EmailSiphon" bad_bot 
SetEnvIfNoCase User-Agent "^EmailWolf" bad_bot 
SetEnvIfNoCase User-Agent "^libwww-perl" bad_bot

<Location /> 
Order allow,deny 
Allow from all 
Deny from env=bad_bot 
</Location>

I have searched MyBB website and also Google without success which suggests to me that my server setups is the cause, not MyBB.

Has anyone else ever encountered this problem.  Any advice or links to resources much appreciated.

Talen

I have attached an image to show the YouTube problem.

Talen

Just a quick update. After a very late night I gave up and installed Automedia. It works flawlessly.

Talen