By Shannon Bryant on Sunday, 21 January 2018
Posted in General
Replies 5
Likes 0
Views 348
Votes 0
Hello - I am receiving an error message trying to play videos on EasySocial. The error message is "The media could not be loaded, either because the server or network failed or because the format is not supported." I recently upgraded PHP to 7. Is this the reason?
Nothing seems to be working on the Easy Social portion of the website. I couldn't make a post.
·
Sunday, 21 January 2018 10:36
·
0 Likes
·
0 Votes
·
0 Comments
·
I was able to create a test post, but videos are not working. Not loading or playing.
·
Sunday, 21 January 2018 10:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

It seems like your configuration.php file already hardcoded that domain name without www prefix from this line of code 'public live_site' , you can refer on my attached screenshot below.

If you access your site with www prefix, mean all the thing will break like what you trying to load the video or upload a new video, because the system always call this domain https://domain.com without www prefix.

So now I already help you removed it and put empty value e.g. public live_site = ''; , then i realised all the image and the video unable to load on the page, because all the image and video load from your cloudflare or pagespeed server, that is not your local server image/video path.

I already temporary disable these few plugin :
- SpeedCache
- SpeedCache Last
- SpeedCache
- SpeedCache Content


It should render correctly and those video is playable now.

Can you try clear your cloudflare or pagespeed cache from your server and see how it goes?

Once you clear those cache from your server, you have to temporary disable all of your cache/optimise system from your backend first.

- Global confguration cache system -> http://take.ms/ZTm5k
- Plugin manager : System - JCH Optimize Pro . System - page cache , System - jSGCache
- After you disabled these, clear cache from backend -> http://take.ms/NuAn9
- Then re-enable these plugins
- SpeedCache
- SpeedCache Last
- SpeedCache
- SpeedCache Content


Then load your site and see whether can work correctly or not.

Keep us updated then.
·
Sunday, 21 January 2018 12:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Alex - I followed all the steps you gave me. The videos only play and upload if the SpeedCache Plugin is disabled. I have the other cache plugins enabled, and no problems. The two don't work together.
·
Sunday, 21 January 2018 14:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Shannon,

Thanks for updating us on this and glad that the issue is resolved now.
·
Sunday, 21 January 2018 14:12
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post