New Dynamic YouTube Gallery - Embed YouTube Playlist, Channel, Live Stream in minutes. Read More

Does not play videos in front end or back end.

  • Alan Henderson
  • Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0

Does not play videos in front end or back end. was created by Alan Henderson

Installed program and it looks nice. Put in youtube API and your license key. 
However it does not play the videos in either front end or back end.
CleanBible/Bible Studies/Bible Videos
Please advise
2 weeks 22 hours ago #10292

Please Log in or Create an account to join the conversation.

  • Posts: 2505
  • Thank you received: 1460

Replied by Administrator on topic Does not play videos in front end or back end.

I see that you are adding YouTube videos but by selecting the "Source Type" as "Self Hosted / External URL" in your video form.
Instead, kindly select the "Source Type" as "YouTube URL" and add your video URL in the "YouTube URL" field.

Regarding the License Key:
We use the Joomla's native URI::root() function to detect the site URL. But, we a strange issue on your website. We see that your website address includes capital letters and that fails with the license key validation.

Solution:
1. Kindly open the file below,
{SITE_ROOT}/components/com_allvideoshare/tmpl/player/html5.php
2. Find the line (#113) below,
'siteURL'      => URI::root(),
3. Replace it as follows,
'siteURL'      => strtolower( URI::root() ),
4. Save the changes and check now.

Hope this solved your issue!

I promise that our next version would include this fix. So, no worries about the future updates.
Last edit: 2 weeks 12 hours ago by Administrator.
2 weeks 12 hours ago #10293

Please Log in or Create an account to join the conversation.

Time to create page: 0.091 seconds

We accept cookies to provide you the best viewing experience. By using our services, you agree to our use of cookies