Keyword

error in joomla "tag" page

More
8 years 7 months ago - 8 years 7 months ago #147582 by Orhan Chakarov
Replied by Orhan Chakarov on topic error in joomla "tag" page
Hi,

I have installed the newest version and I get the same error when I try to open a tag page which contains articles with embedded videos using Allvideos plugin.
Last edit: 8 years 7 months ago by Orhan Chakarov.

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

More
8 years 7 months ago #147598 by Bülent Özden
Replied by Bülent Özden on topic error in joomla "tag" page
I think I found a workaround:

Around line 40 find:
	function onContentPrepare($context, &$row, &$params, $page = 0){

and insert "public" infront of it...
	public function onContentPrepare($context, &$row, &$params, $page = 0){

That corrected my situation in Simple Image Gallery...

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

More
8 years 7 months ago #147602 by Lefteris
Replied by Lefteris on topic error in joomla "tag" page
For anyone facing that issue, try to get the development version from github.com/joomlaworks/allvideos/archive/master.zip .

Any feedback is greatly appreciated.

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 7 months ago - 8 years 7 months ago #147628 by Alexey Mudryj
Replied by Alexey Mudryj on topic error in joomla "tag" page
Hi. We solved the problem?
Last edit: 8 years 7 months ago by Alexey Mudryj.

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

More
8 years 7 months ago #147629 by Alexey Mudryj
Replied by Alexey Mudryj on topic error in joomla "tag" page
the problem is not solved
yadi.sk/i/NHqqnUFwjG3vj

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

More
8 years 7 months ago #147636 by Lefteris
Replied by Lefteris on topic error in joomla "tag" page
Just tested with the latest AllVideos ( 4.7.0 ) in Joomla! 3.4.4 and i don't get any errors, the video works fine.

Any of you facing this issue please provide more details about your setup ( Joomla! version and other installed extensions/frameworks ) .

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 7 months ago #147670 by Alexey Mudryj
Replied by Alexey Mudryj on topic error in joomla "tag" page
Video works fine. The problem when you click on the tags to the articles (which have the video). When you go to the page "sitename.com/tags /arcticle_name" - displays a blank page.

Same same infinitemandala.com/tags/46-percezioni-extrasensoriali (this page is not working)

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

More
8 years 7 months ago #147696 by Lefteris
Replied by Lefteris on topic error in joomla "tag" page
@Alexey Mudryj

Are you using any template frameworks on your site? Any other content plugins? As i wrote i tested and i faced no issues.

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

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

  • NIccolò Angeli
  • NIccolò Angeli's Avatar Topic Author
  • Offline
  • Junior Member
More
8 years 7 months ago - 8 years 7 months ago #147697 by NIccolò Angeli
Replied by NIccolò Angeli on topic error in joomla "tag" page

Lefteris wrote: @Alexey Mudryj

Are you using any template frameworks on your site? Any other content plugins? As i wrote i tested and i faced no issues.



Did you try to reproduce this issue after creating a joomla menu item pointing to the "tags" component?
Because I first noticed the issue after doing so.

When I was using the tags without the joomla menu item being created I hadn't noticed it (maybe because the tagged articles where displaied only as a list of titles, while now that I have a menu item created they are displaied with titles and a short description)

I don't know about @Alexey Mudryj,
but I use Gantry framework 4.1.29 (by Rockettheme)
and I use the content plugins showed in this screenshot

drive.google.com/file/d/0BxKs3ENJmLAtNEhLbDFybURwVms/view?usp=drivesdk
Last edit: 8 years 7 months ago by NIccolò Angeli.

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

More
8 years 7 months ago #147764 by Lefteris
Replied by Lefteris on topic error in joomla "tag" page
Try to add the following code right after line 86:
		if(is_string($params))
		{
			$params = class_exists('JParameter') ? new JParameter($params) : new JRegistry($params);
		}

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