Keyword

error in joomla "tag" page

More
8 years 3 months ago #150775 by Pola
Replied by Pola on topic error in joomla "tag" page
Great, thank you Lefteris for your solution ! it works.

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

More
8 years 3 months ago #150778 by Lefteris
Replied by Lefteris on topic error in joomla "tag" page
@Pola

You are welcome.

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

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

More
8 years 3 months ago #150831 by Marcelo Mig
Replied by Marcelo Mig on topic error in joomla "tag" page
I had the same problem and the solution proposed by Lefteris fixed it. Thank you!

It should be incorporated in the next release of AllVideos.

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

More
8 years 2 months ago - 8 years 2 months ago #151324 by Tim Coldwell
Replied by Tim Coldwell on topic error in joomla "tag" page
Where do I put this magic fix code? Tag error is driving me crazy.

This is the php I have:

imgur.com/RC7Q1Uu

Thanks
Last edit: 8 years 2 months ago by Tim Coldwell. Reason: added screenshot

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

More
8 years 2 months ago #151325 by Tim Coldwell
Replied by Tim Coldwell on topic error in joomla "tag" page
I tried the new code but now says error on line 93. If I don't put the video in the intro text the tag error is gone but so are video thumbnails in the category view. Here is the Tag list page when all videos are in article body. uber-biz.composestore.com/index.php/en/component/tags/tag/7-aquafadas

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

More
8 years 2 months ago #151334 by Lefteris
Replied by Lefteris on topic error in joomla "tag" page
@Tim Coldwell

Have you tried the fix from www.joomlaworks.net/forum/allvideos/42999-error-in-joomla-tag-page?start=20#147830 ?

It is verified from several users, it should work fine.

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

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

More
8 years 1 month ago #152728 by JoomlaWorks
Replied by JoomlaWorks on topic error in joomla "tag" page
Fixed on GitHub, get v4.8.0 RC here: github.com/joomlaworks/allvideos/archive/master.zip

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

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

More
8 years 4 days ago #153861 by George
Replied by George on topic error in joomla "tag" page
Hi. I just realized that the problem still exists in the latest update.
Fatal error: Call to a member function get() on string in ....\plugins\content\jw_allvideos\jw_allvideos.php on line 86

Lines 83-88 in the last update are:
if (!$params) {
			$params = class_exists('JParameter') ? new JParameter(null) : new JRegistry(null);
		}
		$parsedInModule = $params->get('parsedInModule');

I changed them with:
if(is_string($params))
		{
			$params = class_exists('JParameter') ? new JParameter($params) : new JRegistry($params);
		}
		$parsedInModule = $params->get('parsedInModule');

I am using Joomla 3.5.1 with php7.
I am not sure if I did it right but now I can see my list of content tags that have that call the plugin.

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

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
8 years 4 days ago #153873 by Krikor Boghossian
Replied by Krikor Boghossian on topic error in joomla "tag" page
Hello George,

You are talking about the 4.8 DEV, right?

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

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

More
8 years 4 days ago #153880 by George
Replied by George on topic error in joomla "tag" page
oops... My bad! Sorry... :( 4.8 DEV works fine!

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


Powered by Kunena Forum