Keyword

Allvideos 4.7.0 not working with Joomla 3.4.3

  • Bob Bojorquez
  • Bob Bojorquez's Avatar Topic Author
  • Offline
  • New Member
More
9 years 9 months ago #145583 by Bob Bojorquez
Allvideos 4.7.0 not working with Joomla 3.4.3 was created by Bob Bojorquez
I have a website konadanceclasses.com that I am trying to put dance videos on. I have installed allvideos v4.7.0 on Joomla 3.4.3 and have put my videos in a local file (images/democontent/galleries/dance-videos). I have an article called Aloha Ballroom Videos that has the following code for all videos in it.
{mov}IMG_5466-Salsa{/mov}

{mp4}Black_betty_Swing_Dance{/mp4}

When I try to see the videos I get a blank page. If I take the video code out, the image on the page shows up.
To duplicate my problem goto www.konadanceclasses.com
scroll down to the middle of the page and click on the Dance video tab, you can try any of the videos, they all are blank, the one I am using for testing is Aloha Ballroom Videos.
Thanks for your assistance.
Bob

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

More
9 years 9 months ago #145600 by Lefteris
Replied by Lefteris on topic Allvideos 4.7.0 not working with Joomla 3.4.3
Hi,

What's the folder you have set in the plugin settings? Note that the path you enter in the video tag should be relative to the path you have set in the plugin settings.

Finally, try to go to Joomla! global configuration and set error reporting to "Maximum" so we can see the actual error in the blank page.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

  • Gioacchino Cipriano
  • Gioacchino Cipriano's Avatar
  • Offline
  • New Member
More
9 years 9 months ago #145627 by Gioacchino Cipriano
Replied by Gioacchino Cipriano on topic Allvideos 4.7.0 not working with Joomla 3.4.3
Hi,
I have a similar problem.
In my case it seems that will not be interpreted, because the output is similar to this:
{mp4remote}https://s3-eu-west-1.amazonaws.com/Google.mp4{/mp4remote}
{mp4}http://domain.com/media/paris.mp4{/mp4}
{youtube}he73js822|600|450|1{/youtube}
even if the plugin is enabled.
Best Regards

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

  • Bob Bojorquez
  • Bob Bojorquez's Avatar Topic Author
  • Offline
  • New Member
More
9 years 9 months ago #145629 by Bob Bojorquez
Replied by Bob Bojorquez on topic Allvideos 4.7.0 not working with Joomla 3.4.3
I have tried to paths in the plugin settings they are;
images/democontent/galleries/dance-videos
images/videos (aloha1.mov)
both return blank screens. The error message returned is:
Fatal error: Call to undefined method JParameter::loadINI() in /home/sevwwdco/public_html/konadanceclasses/libraries/joomla/html/parameter.php on line 84

and line 84 of the parameter.php file is this:
if (trim( $data )) {
$this->loadINI($data);

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

More
9 years 9 months ago #145633 by Lefteris
Replied by Lefteris on topic Allvideos 4.7.0 not working with Joomla 3.4.3
@Gioacchino Cipriano

Please read again the documentation. The tags you are using are incorrect.

@Bob Bojorquez

Try the development version from github.com/joomlaworks/allvideos/archive/master.zip and let me know if your issue is resolved.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

  • Bob Bojorquez
  • Bob Bojorquez's Avatar Topic Author
  • Offline
  • New Member
More
9 years 9 months ago #145637 by Bob Bojorquez
Replied by Bob Bojorquez on topic Allvideos 4.7.0 not working with Joomla 3.4.3
I installed master.zip which gave me V4.7.1, same problem. I put in a non-existant folder path in the plugin setting; images/democontent/no-folder-here
and I get the same error message;
Fatal error: Call to undefined method JParameter::loadINI() in /home/sevwwdco/public_html/konadanceclasses/libraries/joomla/html/parameter.php on line 84

It seems that the path is not being set??
my tags I am using are;
{mov}aloha1{/mov}
{mov}IMG_5466-Salsa{/mov}
{mp4}Black_betty_Swing_Dance{/mp4}

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

  • Gioacchino Cipriano
  • Gioacchino Cipriano's Avatar
  • Offline
  • New Member
More
9 years 9 months ago #145638 by Gioacchino Cipriano
Replied by Gioacchino Cipriano on topic Allvideos 4.7.0 not working with Joomla 3.4.3

Lefteris wrote: @Gioacchino Cipriano

Please read again the documentation. The tags you are using are incorrect.....

I found this in the documentation
MP4 (H.264 Video) hosted on remote server	http://domain.com/media/paris.mp4	{mp4remote}http://domain.com/media/paris.mp4{/mp4remote}
I can not believe that it is "https", also because youtube has the same problem with: {youtube}he73js822|600|450|1{/youtube}.
Best Regards.
Gioacchino

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

  • Bob Bojorquez
  • Bob Bojorquez's Avatar Topic Author
  • Offline
  • New Member
More
9 years 9 months ago #145639 by Bob Bojorquez
Replied by Bob Bojorquez on topic Allvideos 4.7.0 not working with Joomla 3.4.3
Note: It is not just the path to the local videos, it also does not see the videos hosted on youtube.

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

  • Bob Bojorquez
  • Bob Bojorquez's Avatar Topic Author
  • Offline
  • New Member
More
9 years 9 months ago #145641 by Bob Bojorquez
Replied by Bob Bojorquez on topic Allvideos 4.7.0 not working with Joomla 3.4.3
UPDATE: I noticed that a web site that was working with allvideos in joomla 3.4.1 did not have the folder html of which the error is complaining about in the previous post. I renamed this folder (html-original) and now videos of mp4 and youtube hosted play, but any of my local MOV files do not show up and play.
See for yourself goto www.konadanceclasses.com
scroll down to the middle of the page and click on the Dance video tab, click on Aloha Ballroom Videos.
Thanks for your assistance.

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

More
9 years 9 months ago #145666 by Lefteris
Replied by Lefteris on topic Allvideos 4.7.0 not working with Joomla 3.4.3
@Gioacchino Cipriano

When you are using an mp4 tag ( local mp4 videos ) you should not include the file extension in the path.


@Bob Bojorquez

Regarding the MOV videos this has to do with the codecs installed on your computer. I suggest to use MP4 videos to ensure maximum compatibility.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

  • Gioacchino Cipriano
  • Gioacchino Cipriano's Avatar
  • Offline
  • New Member
More
9 years 9 months ago #145687 by Gioacchino Cipriano
Replied by Gioacchino Cipriano on topic Allvideos 4.7.0 not working with Joomla 3.4.3

Lefteris wrote: @Gioacchino Cipriano

When you are using an mp4 tag ( local mp4 videos ) you should not include the file extension in the path.


@Bob Bojorquez

Regarding the MOV videos this has to do with the codecs installed on your computer. I suggest to use MP4 videos to ensure maximum compatibility.


Hi,
Don't work in Remote
{mp4remote}s3-eu-west-1.amazonaws.com/Google.mp4{/mp4remote}
I only see this string, without the parser:
{mp4remote}s3-eu-west-1.amazonaws.com/Google.mp4{/mp4remote}
Best Regards

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

More
9 years 9 months ago #145702 by Lefteris
Replied by Lefteris on topic Allvideos 4.7.0 not working with Joomla 3.4.3
@Gioacchino Cipriano

It's because the URL is not correct. I don't see any video on s3-eu-west-1.amazonaws.com/Google.mp4 .

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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


Powered by Kunena Forum